+ Reply to Thread
Results 1 to 2 of 2

Using IF function to return value if equal to or below figure

  1. #1
    Registered User
    Join Date
    06-24-2014
    Location
    South Wales
    MS-Off Ver
    2010
    Posts
    27

    Using IF function to return value if equal to or below figure

    Hi all,

    Trying to get an IF formula working for a banded pricing policy. I have a total figure, and depending on whether it is below or equal to another figure, I want the formula to return Band 1, Band 2, Band 3 or Band 4 in an adjacent cell. IE. if my total figure is equal to or below £15,999.99 I want it to show Band 1 next to the total cell, if it is above or equal to £16,000 and below £17499.99, then return Band 2, if above or equal to £17,500 and below £19,499.99, then return Band 3, and if over £19,500.00 return Band 4.

    Any help would be much appreciated!

    Emma.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,755

    Re: Using IF function to return value if equal to or below figure

    you could do a couple of ways
    1) with an IF and imbed the values
    2) with a table and lookup the values

    =IF( Cell > 19500 , "Band 4" , IF( Cell >= 17500 , "Band 3" , IF( Cell > = 16000 , "Band 2", "Band 1" )))

    You seem to have > or equal to on some values but not all
    but you can adjust as required
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. [SOLVED] COUNTIFS function w/greater than or equal to, and less than or equal to time values
    By AliciaRenee in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-27-2014, 03:57 PM
  2. Less then, return zero, equal or higher return value times 2 plus 50
    By Simale in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-25-2014, 09:42 AM
  3. Replies: 4
    Last Post: 02-03-2014, 08:05 AM
  4. Using MIN function to return equal minimum values
    By somegirl6230 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 03-10-2013, 07:15 PM
  5. [SOLVED] Using offset function to return cells equal distance apart
    By n00b2 in forum Excel General
    Replies: 6
    Last Post: 06-25-2012, 06:54 AM
  6. Equal figure only if there is data
    By jamesa2487 in forum Excel General
    Replies: 6
    Last Post: 11-21-2011, 03:41 PM
  7. VLOOKUP - Return figure 1 row below
    By dhunter25 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-18-2010, 10: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