+ Reply to Thread
Results 1 to 4 of 4

Multiple IF Functions

  1. #1
    Registered User
    Join Date
    09-10-2008
    Location
    England
    Posts
    2

    Multiple IF Functions

    Hi,

    I want to set up a formula where a given number in cell A1 between 1-20 will come up with text A if the given number is 1-9, text B if it is between 10 and 14 and text C if it is above 15 (ie. 15-20). I would want this text to appear in cell A2 as the original given number would still need to be visible.

    I hope I've explained that well as I haven't put it into context of my spreadsheet but that would just complicate things further.

    Any help would be appreciated.

    Cheers.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try

    =Lookup(A1,{1,10,15},{"A","B","C"})
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    09-10-2008
    Location
    England
    Posts
    2
    No luck with that sorry. After I enter the formula it deletes the {"a","b","c"} part too for some reason.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    It shouldn't

    try pasting it in the formula bar at top.

    or try:

    =LOOKUP(A1,{1,10,15;"A","B","C"})

+ 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. sumif with multiple criteria - not sure what functions to use
    By schueyisking in forum Excel General
    Replies: 0
    Last Post: 08-26-2008, 10:37 AM
  2. multiple functions
    By enjoi4586 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-18-2008, 08:09 PM
  3. [SOLVED] Yes or No Button for multiple functions?
    By MasterCoder84 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-16-2007, 11:50 PM
  4. Correct approach? (Multiple MID functions)
    By Harmony in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-31-2007, 04:17 AM
  5. Replies: 3
    Last Post: 04-25-2007, 05:19 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