+ Reply to Thread
Results 1 to 3 of 3

Lookup:Vlookup and Hlookup

  1. #1
    Registered User
    Join Date
    03-14-2007
    Posts
    3

    Lookup:Vlookup and Hlookup

    How do I return the value of a cell that is found by using the value in A1 and A2. For example A1 = 3 and A2 = 4, the value that is returned would be that in Column 3 Row 4?

    I've found Vlookup and Hlookup but need to use both.

    Thanks again.

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    Try using the INDIRECT function:

    =INDIRECT("R"&A2&"C"&A1,FALSE)

    HTH

    Jason

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    =INDEX($1:$65536,A2,A1)

    or perhaps

    =OFFSET(A1,A2-1,A1-1)

+ 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