+ Reply to Thread
Results 1 to 3 of 3

Using =if? with a number range

  1. #1
    Registered User
    Join Date
    08-17-2015
    Location
    Helsinki, Finland
    MS-Off Ver
    2013
    Posts
    3

    Using =if? with a number range

    Hi all,

    Thank you for the help I received last time I posted. If you could offer such great support again then I'd much appreciate it!

    How do I create a formula that will evaluate a number range and post an answer?


    Points range Outcome
    0-74 Pass
    75-149 Merit
    150+ Distinction

    So, what I'm after is a formula that, if confronted with the number 72 will say 'Pass', if confronted with the number 101 will say 'Merit', and if confronted with the number 162 will say 'Distinction'.

    Any help would be very gratefully received!

    Thanks in advance!

  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: Using =if? with a number range

    Try this

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    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
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Using =if? with a number range

    One way...

    A1 = some number value

    =LOOKUP(A1,{0,75,150},{"Pass","Merit","Distinction"})
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Query date range and ref number match to return another reference number
    By 27paul0 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-09-2015, 07:31 AM
  2. [SOLVED] How2 find number in range and return that number or if doesn't exist then the next highest
    By Crawfinator1 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-06-2014, 08:52 AM
  3. [SOLVED] Count number of occurances below a range, within a range, and below a range
    By maacmaac in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-15-2013, 11:36 PM
  4. Counting number of values within a date range equal or great to a number
    By diablo_719 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-15-2013, 02:55 PM
  5. Replies: 1
    Last Post: 07-18-2013, 10:11 AM
  6. Replies: 1
    Last Post: 01-17-2013, 10:44 AM
  7. [SOLVED] Define a range of fixed number of columns, but unlimited number of rows
    By ccopac in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-22-2012, 02:23 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