Results 1 to 9 of 9

Thread: Reverse Vlookup Using Choose Function

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    662
    Rep Power
    15
    Quote Originally Posted by Excel Fox View Post
    Country Capital
    India New Delhi
    Great Britain London
    Malaysia Kuala Lumpur
    China Hong Kong

    If you have to reverse vlookup a data table, you can a combination of INDEX and MATCH.

    Another way to do this is by using a combination of VLOOKUP and CHOOSE

    The following formula can be used for the table above to return the country name corresponding to the capital named that is used as the lookup value.

    =VLOOKUP("London",CHOOSE({2,1},A2:A5,B2:B5),2,0). Note how the index of the two ranges are reversed within the CHOOSE function.
    I'm a little puzzled as to why you reversed the order of both arguments tot he CHOOSE function... this normally ordered CHOOSE function appears to return the same values as the formula you posted...

    =VLOOKUP("London",CHOOSE({1,2},B2:B5,A2:A5),2,0)

    Am I missing something here?

    https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA
    Last edited by DocAElstein; 10-02-2023 at 12:43 PM.

Similar Threads

  1. Replies: 2
    Last Post: 04-16-2013, 01:36 PM
  2. Reverse name in excel with upper case,edit formula
    By shrinivasmj in forum Excel Help
    Replies: 3
    Last Post: 09-11-2012, 01:31 PM
  3. Choose from several sheets
    By marreco in forum Excel Help
    Replies: 3
    Last Post: 08-29-2012, 02:46 AM
  4. Replies: 4
    Last Post: 08-14-2012, 03:17 AM
  5. How to Get Comment by Vlookup Function :
    By Rajan_Verma in forum Rajan Verma's Corner
    Replies: 0
    Last Post: 10-13-2011, 05:55 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •