Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default cell, vlookup, same values


I want to determine the address of a value...

For Example: My goal to realize that the 'd' that corresponds to '14'
is in 'B3' (and then post that 'B3')

a2 10 b2 d
a3 14 b3 d
a4 39 b4 f

c5 14 d5 = vlookup(c5,a2:b4,2,false) ...result 'd'

Now I want to be able to determine the cell was 'b3'

If I use match the result with the original range, I'll end up with the
answer 'b2' not 'b3' ... the result I need...

Thanks!!!


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 620
Default cell, vlookup, same values

Hef,

Why not use MATCH with the extended range B1:B4 rather than B2:B4?

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"hef" wrote in message
...

I want to determine the address of a value...

For Example: My goal to realize that the 'd' that corresponds to '14'
is in 'B3' (and then post that 'B3')

a2 10 b2 d
a3 14 b3 d
a4 39 b4 f

c5 14 d5 = vlookup(c5,a2:b4,2,false) ...result 'd'

Now I want to be able to determine the cell was 'b3'

If I use match the result with the original range, I'll end up with the
answer 'b2' not 'b3' ... the result I need...

Thanks!!!


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default cell, vlookup, same values

Based on your example, try this formula in D5:

=CELL("address",OFFSET(A1,MATCH(C5,A2:A4,FALSE),1) )

I'm sure there is an easier or more elegant solution, but this seems
to return the cell address B3 as you requested.

Regards,
Steve Hieb
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
VLookup multiple values - sum returned values into single cell se7098 Excel Worksheet Functions 12 April 2nd 23 07:32 PM
Cell value with multiple values to vlookup Matheus Excel Worksheet Functions 7 February 27th 09 10:29 AM
returning multiple cell values from a vlookup SueB Excel Worksheet Functions 7 August 30th 08 12:28 AM
vlookup, multiple values, sum values into one cell?? Phillips L Excel Worksheet Functions 4 November 9th 05 12:31 AM
VLookup to sum cell values Zakynthos Excel Worksheet Functions 4 July 26th 05 12:05 PM


All times are GMT +1. The time now is 11:12 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"