+ Reply to Thread
Results 1 to 6 of 6

Needing help on an if than formula

  1. #1
    Registered User
    Join Date
    01-23-2014
    Location
    United States
    MS-Off Ver
    excel 2000
    Posts
    33

    Needing help on an if than formula

    Hey Everyone, i'm a bit rusty at this. Trying to get a formula to work where if C70 is less than 100, *.20, if its between 101-250, *.15, if between 251-2500, *.10, and anything above 2500, *.05. Hope this all make sense.

  2. #2
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Needing help on an if than formula

    This will do it:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    (You didn't say what you wanted if equal to 100, so I assumed 'less than or equal to'.)
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Needing help on an if than formula

    Another way:

    =C70 * LOOKUP(C70, {0,101,251,2501}, {20,15,10,5}%)
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Needing help on an if than formula

    or a slightly different way from shg's... =C70*LOOKUP(C70,{0,100,250,2500},{0.2,0.15,0.1,0.05})

    but since I worked on it for a while I thought I'd post it anyway.
    Last edited by Sam Capricci; 11-29-2016 at 02:56 PM.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  5. #5
    Registered User
    Join Date
    01-23-2014
    Location
    United States
    MS-Off Ver
    excel 2000
    Posts
    33

    Re: Needing help on an if than formula

    Thanks Everyone. Both Ways work great!

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Needing help on an if than formula

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Needing to enter a formula into a cell
    By Giffy3 in forum Excel General
    Replies: 9
    Last Post: 04-29-2016, 02:33 AM
  2. Needing an IF looukup formula that has two IF variables...
    By greenfox74 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-26-2015, 11:14 PM
  3. [SOLVED] Needing to set a limit in an IF formula
    By jnelson83 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-15-2013, 06:11 AM
  4. [SOLVED] Needing an logical if formula
    By jt1561 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-15-2013, 05:39 PM
  5. Formula needing help with. (IFs, ANDs, ORs)
    By stacey52891 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-09-2013, 10:37 AM
  6. novice needing help on formula
    By jordiman in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-18-2009, 08:25 AM
  7. [SOLVED] Needing simple formula
    By Connie Martin in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-25-2006, 10:10 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1