+ Reply to Thread
Results 1 to 4 of 4

Using multiple IF statements

  1. #1
    Registered User
    Join Date
    01-15-2013
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    10

    Using multiple IF statements

    Hi Everyone, this is my first post.

    I'm trying to use the IF function to reduce a list of prices by a percentage, with varying percentages based on what the original price is.

    My reduction percentages should be as follows:
    Under 100 = 9% reduction
    Over 100 = 11% reduction
    Over 300 = 13% reduction
    Over 500 = 16% reduction
    Over 1000 = 20% reduction

    My starting formula (all original prices are in column A):

    =IF(A1>100,(A1*0.89),(A1*0.91))

    This works for the over and under 100 percentages, but I can't work out how to add more IF's into the same formula. I've been trying for the last 2 hours to get additional IF's into the same line but I can't get it to work.

    I'm no excel wizard. This is the most complicated thing I've ever attempted and could really use someone's help!

    Thanks in advance!

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Using multiple IF statements

    hi mikeskins84. you should probably have a table somewhere. for illustration purposes, maybe in E1:E5 containing the minimum quantity to get the discounts. and in F1:F5 the discounts given. with that, you can do a formula:
    =A1*(1-LOOKUP(A1,$E$1:$E$5,$F$1:$F$5))
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    01-15-2013
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    10

    Re: Using multiple IF statements

    Thanks Benishiryo! It's using a solution and formula that I'm not familiar with, but it works like a charm!

    Thanks again!

  4. #4
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Using multiple IF statements

    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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