+ Reply to Thread
Results 1 to 3 of 3

vlookup to return the cell positioning where the criteria is found

  1. #1
    Rock
    Guest

    vlookup to return the cell positioning where the criteria is found


    --
    Thanks

    Roch

  2. #2
    Tom Ogilvy
    Guest

    Re: vlookup to return the cell positioning where the criteria is found

    use the match function.

    --
    Regards,
    Tom Ogilvy

    "Rock" <[email protected]> wrote in message
    news:[email protected]...
    >
    > --
    > Thanks
    >
    > Roch




  3. #3
    JulieD
    Guest

    Re: vlookup to return the cell positioning where the criteria is found

    Hi Rock

    =CELL("address",INDEX(A1:B200,MATCH(C1,A1:A200,0),2))

    where your lookup_value is in C1, the table_array is A1:B200 and the
    information you want returned is in column B
    (ie your vlookup statement would currently look like
    =VLOOKUP(C1,A1:B200,2,0)

    Cheers
    JulieD


    "Rock" <[email protected]> wrote in message
    news:[email protected]...
    >
    > --
    > Thanks
    >
    > Roch




+ 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