Cell Ref

M

Matt

Is it possible to Display in a cell, the cell reference
from where a value has come from?
 
J

Jason Morin

You can use the shortcut:

<Ctrl><`>

to display formulas. The "`" is the accent grave and can be
found to left of the 1 key on your keyboard.

HTH
Jason
Atlanta, GA
 
M

Matt

What I meant was, if a value appears from a lookup, can I
somehow show which cell it has come from in the cell next
to it?
 
S

Stephen Dunn

Hi Matt,

If your lookup was something like:

=vlookup(a1,c1:e50,3,0)

This would get the cell address:

=address(row(c1)-1+match(a1,c1:c50,0),column(c1)-1+3)

Use the help files for further information on these functions.


HTH
Steve D.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top