+ Reply to Thread
Results 1 to 3 of 3

Going beyond 7 Nested If Arguments

  1. #1
    Registered User
    Join Date
    08-04-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    32

    Going beyond 7 Nested If Arguments

    Hi
    My apologies for what I’m sure this must be a well worn question, but I cant seem to find an answer in old threads.

    Im needing to achieve what an 11 argument nested if would manage, ie:


    Please Login or Register  to view this content.


    Col E of the spreadsheet houses a total of 365 entries of a combination of the above 11 letters/numbers shown in the top line. Depending on the letter, the corresponding value needs to appear in Col N.

    I’ve heard of Case If statements, but wouldn’t know how to implement them. I’d be grateful for any sort of assistance.

    Many Thanks

    Supdem
    Last edited by Supdem; 08-05-2009 at 03:07 PM.

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

    Re: Going beyond 7 Nested If Arguments

    You need HLOOKUP()... see that in Excel Help for more...

    e.g

    =HLOOKUP(E10,$A$1:$K$2,2,0)

    where E10 contains first entry to look up in row A1:K1 and return value from A2:K2.

    adjust ranges, references as needed. and copy down
    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
    08-04-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Going beyond 7 Nested If Arguments

    NVBC
    Brilliant! I did have a shot at, VLOOKUP (with my lookup data in cols) but got one digit wrong (ie the row index number) I entered as 1 and not 2.

    Much obliged for the help!

    Supdem

+ 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