Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default vlookup to return the cell positioning where the criteria is found


--
Thanks

Roch
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default vlookup to return the cell positioning where the criteria is found

use the match function.

--
Regards,
Tom Ogilvy

"Rock" wrote in message
...

--
Thanks

Roch



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default 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" wrote in message
...

--
Thanks

Roch



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Return all values found for criteria duketter Excel Discussion (Misc queries) 2 May 23rd 07 08:36 PM
Vlookup, return zero if not found molsansk Excel Worksheet Functions 2 August 22nd 06 06:40 PM
Change the appearance cell where Find criteria is found in a cell Tomszar Excel Discussion (Misc queries) 3 December 30th 05 02:48 PM
Return a value if criteria contained in cell jhicsupt Excel Discussion (Misc queries) 7 October 5th 05 09:21 AM
Formula to return ADDRESS of cell in range that meets criteria Christie Excel Worksheet Functions 1 March 4th 05 11:13 PM


All times are GMT +1. The time now is 10:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"