Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
If I have a cell reference in a cell, how could I get the contents of the
cell instead of the cell reference again. For example, A B C D 1 2 5 3 'A2' 4 How could I see the contents of cell A2 using the information in cell C3. I'm matching one number with another in different worksheets and want to get a value from the same row as the match. I can get it to return the address of the data I want to get, but can't get the data. |
#2
![]() |
|||
|
|||
![]()
Incorporate INDIRECT()... i.e. =INDIRECT(A2) will return the contents of A2.
-- Regards, Dave "A Nelson" wrote: If I have a cell reference in a cell, how could I get the contents of the cell instead of the cell reference again. For example, A B C D 1 2 5 3 'A2' 4 How could I see the contents of cell A2 using the information in cell C3. I'm matching one number with another in different worksheets and want to get a value from the same row as the match. I can get it to return the address of the data I want to get, but can't get the data. |
#3
![]() |
|||
|
|||
![]()
Thanks Dave,
For some reason it was just returning the cell reference before. Andy "David Billigmeier" wrote: Incorporate INDIRECT()... i.e. =INDIRECT(A2) will return the contents of A2. -- Regards, Dave "A Nelson" wrote: If I have a cell reference in a cell, how could I get the contents of the cell instead of the cell reference again. For example, A B C D 1 2 5 3 'A2' 4 How could I see the contents of cell A2 using the information in cell C3. I'm matching one number with another in different worksheets and want to get a value from the same row as the match. I can get it to return the address of the data I want to get, but can't get the data. |
#4
![]() |
|||
|
|||
![]()
Just noticed a typo, my previous post should read "=INIDRECT(C3) will return
the contents of A2. -- Regards, Dave "David Billigmeier" wrote: Incorporate INDIRECT()... i.e. =INDIRECT(A2) will return the contents of A2. -- Regards, Dave "A Nelson" wrote: If I have a cell reference in a cell, how could I get the contents of the cell instead of the cell reference again. For example, A B C D 1 2 5 3 'A2' 4 How could I see the contents of cell A2 using the information in cell C3. I'm matching one number with another in different worksheets and want to get a value from the same row as the match. I can get it to return the address of the data I want to get, but can't get the data. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change a cell range with a reference cell? | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Can I use the contents of a cell to satisfy the result_vector arg. | Excel Worksheet Functions | |||
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. | Excel Worksheet Functions | |||
cell reference show cell name (ie. D45) and not cell value | Excel Worksheet Functions |