Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how do I get the value stored in a cell from a reference to the cell.
Example: I want to get the value stored in: Address(ROW(A10)+5,COLUMN(A10)+5) what function do I use to get the value? -- Thanks for the help, Denis Nothern Savvis Communications |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INDIRECT(ADDRESS(ROW(A10),COLUMN(A5)+5))
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email on the web site) "NimbleThunder" wrote in message ... how do I get the value stored in a cell from a reference to the cell. Example: I want to get the value stored in: Address(ROW(A10)+5,COLUMN(A10)+5) what function do I use to get the value? -- Thanks for the help, Denis Nothern Savvis Communications |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Try: =INDIRECT(ADDRESS(ROW(A15),COLUMN(F1))) HTH Jean-Guy "NimbleThunder" wrote: how do I get the value stored in a cell from a reference to the cell. Example: I want to get the value stored in: Address(ROW(A10)+5,COLUMN(A10)+5) what function do I use to get the value? -- Thanks for the help, Denis Nothern Savvis Communications |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Row(A10), Column(A10) - same thing, isn't it? Do you want the value of A10,
do you want the value of row10+5 and Column A+5, i.e. Row 15 and Column F, or then F15, or do you want to add 5 to the value of A10 -- Hth Kassie Kasselman "NimbleThunder" wrote: how do I get the value stored in a cell from a reference to the cell. Example: I want to get the value stored in: Address(ROW(A10)+5,COLUMN(A10)+5) what function do I use to get the value? -- Thanks for the help, Denis Nothern Savvis Communications |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Chip.
Exactly what I was looking for also. "Chip Pearson" wrote: =INDIRECT(ADDRESS(ROW(A10),COLUMN(A5)+5)) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email on the web site) "NimbleThunder" wrote in message ... how do I get the value stored in a cell from a reference to the cell. Example: I want to get the value stored in: Address(ROW(A10)+5,COLUMN(A10)+5) what function do I use to get the value? -- Thanks for the help, Denis Nothern Savvis Communications |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Highlighted Reference Cell for a Working Cell | Excel Worksheet Functions | |||
CELL Function: cell reference by formula | Excel Worksheet Functions | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Can I use the contents of a cell to satisfy the result_vector arg. | Excel Worksheet Functions |