+ Reply to Thread
Results 1 to 9 of 9

IF function with Criteria

  1. #1
    Registered User
    Join Date
    07-15-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    9

    Talking IF function with Criteria

    Hi Friend,

    Im just new here. Hope you can help me in computing rebate format.

    Example. Sales x % (with Range)

    Range:

    10,000 to 14,999 = 1%
    15,000 to 19,999 = 2%
    20,000 onwards = 3%

    Please help me to create formula.

    Thanks,

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF function with Criteria

    Not real clear.

    Here's my best guess...

    =Sales*IF(Sales>=20000,0.03,IF(Sales>=15000,0.02,IF(Sales>=10000,0.01,0)))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: IF function with Criteria

    =min(int(a1/5000-1)/100,0.03)*a1
    Last edited by Teethless mama; 07-15-2013 at 11:28 PM.

  4. #4
    Registered User
    Join Date
    07-15-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: IF function with Criteria

    Hi Tony,

    Your understanding is correct. I try the formula. I changed "sales and rate" to cell but its not functioning.

  5. #5
    Registered User
    Join Date
    07-15-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: IF function with Criteria

    Hi Teethless,

    Sorry, I can't understand your formula.

    Thanks,

  6. #6
    Registered User
    Join Date
    07-15-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: IF function with Criteria

    Hi Tony,

    Sorry, it's functioning.

    Thanks,

  7. #7
    Registered User
    Join Date
    07-15-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: IF function with Criteria

    Hi Tony,

    Thank. This is a great help to me.

  8. #8
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF function with Criteria

    You're welcome. Thanks for the feedback!

  9. #9
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: IF function with Criteria

    Quote Originally Posted by Ang3l View Post
    Hi Teethless,

    Sorry, I can't understand your formula.

    Thanks,
    No need to understand. If it works, then use it.

+ 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. Using IF function with mutilple criteria in combination with MID function
    By ryguy104gt in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-21-2013, 06:03 PM
  2. [SOLVED] IF function with two criteria
    By Locopete99 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-20-2013, 07:27 AM
  3. [SOLVED] Which function to use to sum with criteria?
    By jodieduncan in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-25-2012, 08:51 AM
  4. Match function no accepting a function as its criteria
    By Jon_Torbitt in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-16-2012, 10:37 AM
  5. Need help to change multiple criteria from if function to Case function.
    By indkitty in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-29-2012, 10:42 PM

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