+ Reply to Thread
Results 1 to 3 of 3

Excel Formula Help!! IF, THEN (maybe??) I'm clueless!

  1. #1
    Registered User
    Join Date
    01-24-2012
    Location
    Gulf Coast, FL
    MS-Off Ver
    Excel 2010 and Excel 2007
    Posts
    1

    Excel Formula Help!! IF, THEN (maybe??) I'm clueless!

    Hello everyone,

    I am trying to create a spreadsheet that will calculate incentive payout based on a range of numbers. I need help with a formula!

    For example:

    METRIC 1
    <89 = $0.00
    89.00-96.16 = $50.00
    96.17-97.17 = $100.00
    97.18-98.99 = $150.00
    >98.99 = $200.00

    So basically, if I type 96.50 into cell C5, I need cell K5 to show $100.00, and so forth. I would need to change the data in cell C5 almost daily, so I always need cell K5 to change to the dollar amount automatically based on the number I input into C5.

    I have no idea how to put this into a formula.

    PLEASE HELP!!

    Thanks :-)

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Excel Formula Help!! IF, THEN (maybe??) I'm clueless!

    Hi,

    In cell K5, try this formula:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Registered User
    Join Date
    01-24-2012
    Location
    Jakarta
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Excel Formula Help!! IF, THEN (maybe??) I'm clueless!

    create a lookup value in any other cell with the following figures
    89.00 $ 0.00
    96.16 $ 50.00
    97.17 $100.00
    98.99 $150.00
    1000000 $200.00

    Then type the following formula in K5 =VLOOKUP(C5,LookupRange,2, TRUE)

    please change your LookupRange with the cell you are setting your lookup table
    hope it helps

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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