Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
KJ KJ is offline
external usenet poster
 
Posts: 43
Default vlookup cell reference

What formula can I use to return a cell number that a vlookup output
references.
For instance:

Data in A1:A3 = X,Y,Z
Cell B1= X
Cell C1=vlookup(A1,A1:A3,3,false) Out put should be "Z".
I want D1 to be the cell number of "Z". I want my output to be "A3".

What am I missing?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default vlookup cell reference

I don't think your examples quite tie in with each other, but have a
look at the MATCH function in XL Help - this returns the relative row
of where the match occurs, so you can build up your cell reference
from that.

Hope this helps.

Pete

On Jan 17, 10:28*pm, KJ wrote:
What formula can I use to return a cell number that a vlookup output
references.
For instance:

Data in A1:A3 = X,Y,Z
Cell B1= X
Cell C1=vlookup(A1,A1:A3,3,false) *Out put should be "Z".
I want D1 to be the cell number of "Z". I want my output to be "A3".

What am I missing?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default vlookup cell reference

I suggest you look at Excel help on how to use vlookup. I presume your
fomula is =vlookup(b1,a1:a3,3,false). This formula says: lookup b1 in the
array a1:a3 and if found get the value from the 3rd column. There is no
third column. Your array is a1:a3. To have a third column, it would have to
be a1:c3. Perhaps you could enlighten us.

Tyro

"KJ" wrote in message
...
What formula can I use to return a cell number that a vlookup output
references.
For instance:

Data in A1:A3 = X,Y,Z
Cell B1= X
Cell C1=vlookup(A1,A1:A3,3,false) Out put should be "Z".
I want D1 to be the cell number of "Z". I want my output to be "A3".

What am I missing?



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 and a Cell Reference Karen53 Excel Worksheet Functions 3 August 29th 07 09:43 PM
VLOOKUP using cell reference Lee Harris Excel Worksheet Functions 1 August 18th 06 05:10 PM
How do I get the cell address of a VLOOKUP reference? tfleischny Excel Worksheet Functions 4 January 4th 06 11:16 PM
Using a cell reference of a sheet in Vlookup crazybass2 Excel Worksheet Functions 3 August 12th 05 07:51 PM
use a cell to reference a range in a vlookup Dan Excel Discussion (Misc queries) 4 July 27th 05 07:36 PM


All times are GMT +1. The time now is 01:12 PM.

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

About Us

"It's about Microsoft Excel"