+ Reply to Thread
Results 1 to 3 of 3

Getting row reference number

Hybrid View

  1. #1
    Mahendhra
    Guest

    Getting row reference number

    Kindly advise me how to get the row reference number of data which VLOOKUP
    function fetches.

    Thanks

  2. #2
    Ron Coderre
    Guest

    RE: Getting row reference number

    If you use the MATCH function, instead of the VLOOKUP function, it returns
    the row_index of the searched range.

    Example:
    if you have A, B, C in cells A11:A13
    and you use =MATCH("C",A11:A13,1)
    that formula will return 3 (because A is the 3rd item in the list.

    To get the actual row number, use:
    =MATCH("C",A11:A13,1)+10
    (because you need to add in the number of rows above cell A11)

    Does that help?

    ***********
    Regards,
    Ron


    "Mahendhra" wrote:

    > Kindly advise me how to get the row reference number of data which VLOOKUP
    > function fetches.
    >
    > Thanks


  3. #3
    Mahendhra
    Guest

    RE: Getting row reference number

    Thanks! it helped me.



    "Ron Coderre" wrote:

    > If you use the MATCH function, instead of the VLOOKUP function, it returns
    > the row_index of the searched range.
    >
    > Example:
    > if you have A, B, C in cells A11:A13
    > and you use =MATCH("C",A11:A13,1)
    > that formula will return 3 (because A is the 3rd item in the list.
    >
    > To get the actual row number, use:
    > =MATCH("C",A11:A13,1)+10
    > (because you need to add in the number of rows above cell A11)
    >
    > Does that help?
    >
    > ***********
    > Regards,
    > Ron
    >
    >
    > "Mahendhra" wrote:
    >
    > > Kindly advise me how to get the row reference number of data which VLOOKUP
    > > function fetches.
    > >
    > > Thanks


+ 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