+ Reply to Thread
Results 1 to 5 of 5

If Statement for 3 Values

  1. #1
    Registered User
    Join Date
    06-26-2013
    Location
    ohio
    MS-Off Ver
    Excel 2010
    Posts
    24

    If Statement for 3 Values

    Hi,

    How would I write a IF statement comparing 3 values. For example the field that it would be referencing would have values cell E51(1,2,3,4,5,6,7,...99). The pull back would be:
    1-10 = $250,000
    11-15 = $550,000
    16+ = $750,000

    Any help would be much appreciated.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: If Statement for 3 Values

    Try this one

    =LOOKUP(E51,{1,11,16},{250000,550000,750000})

    A
    B
    1
    10
    250000
    2
    15
    550000
    3
    16
    750000
    Last edited by AlKey; 06-25-2014 at 10:58 AM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    06-26-2013
    Location
    ohio
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: If Statement for 3 Values

    Thanks so much! Worked great

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: If Statement for 3 Values

    You're welcome. Don't forget to thank those who helped by clicking on Add Reputation * and please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: If Statement for 3 Values

    FYI if you want an IF formula to solve the problem. This example uses IF.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ 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. If Statement, Three values
    By dblcrona in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-03-2014, 04:26 PM
  2. If statement that will add values
    By clinic0320 in forum Excel General
    Replies: 1
    Last Post: 02-03-2012, 11:32 PM
  3. IF statement between two values
    By Ozrik in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-10-2011, 06:08 AM
  4. Replies: 5
    Last Post: 03-01-2011, 11:02 AM
  5. Two different values using IF statement
    By Ltat42a in forum Excel General
    Replies: 11
    Last Post: 10-28-2008, 06:14 AM

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