+ Reply to Thread
Results 1 to 3 of 3

Multiple IF Functions

  1. #1
    Registered User
    Join Date
    01-16-2018
    Location
    Indonesia
    MS-Off Ver
    2010
    Posts
    5

    Multiple IF Functions

    Hello,

    I tried to make a list of discount with criteria:
    >50k up to 45%
    30k-50k up to 40%
    <30k up to 25%
    0 No sales


    I only know how to make formula for 3 criteria:

    =IF(B2>50000,"up to 45%",IF(B2>30000,"up to 40%","up to 25%"))

    But I don't know how to add the 4th criteria, which is if B2=0,"No sales".

    Example as attached.

    Kindly help.

    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-09-2010
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    1,714

    Re: Multiple IF Functions

    Hi
    try this

    =IF(B2>50000,"up to 45%",IF(B2>30000,"up to 40%",IF(B2>0,"up to 25%","no sales")))

  3. #3
    Registered User
    Join Date
    01-16-2018
    Location
    Indonesia
    MS-Off Ver
    2010
    Posts
    5

    Re: Multiple IF Functions

    It worked Thank you!

+ 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. Replies: 6
    Last Post: 03-17-2015, 01:35 AM
  2. Combining multiple functions>lookup/sum functions
    By mush106 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-22-2013, 07:47 AM
  3. [SOLVED] Help with multiple IF functions and possible lookup functions.
    By englishfellow in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-29-2013, 01:49 PM
  4. Replies: 4
    Last Post: 03-08-2013, 09:49 AM
  5. Replies: 4
    Last Post: 01-08-2013, 09:04 AM
  6. Multiple IF Functions or VLOOKUP functions
    By yinka00000 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-15-2012, 11:29 PM
  7. [SOLVED] multiple "if" functions depending on previous functions
    By andyr85 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-20-2012, 10:05 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