+ Reply to Thread
Results 1 to 3 of 3

Combo VLOOKUP and HLOOKUP

  1. #1
    Registered User
    Join Date
    04-26-2005
    Posts
    17

    Combo VLOOKUP and HLOOKUP

    I have this issue:


    I received data in this format

    ID JAN FEB MAR APR etc.
    33 2002 7 8 9 9
    33 2003 5 6 7 8
    33 2004 4 5 7 8
    34 2003 5 6 7 8
    34 2004 4 5 7 3


    Basically I need to have a lookup towards the ID and then it should check for the particular month in a particular year, how could this be done?

    The problem is that from the whole data set of three years sometimes only one or two years are available.


    Thank you!

  2. #2
    Registered User
    Join Date
    04-26-2005
    Posts
    17
    Is MATCH and INDEX maybe applicable in this case and if so how?

  3. #3
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Here are two different solutions:
    Please Login or Register  to view this content.
    In case of errors. The 1st formula will return 0. The 2nd #N/A. To prevent the 2nd error use =IF(ISERROR(...),"", ...)

    Hope this helps

    Ola Sandström
    Attached Images Attached Images

+ 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