Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to enter a value in a cell which represents
a row in another sheet and have a formula(s) reference that cell. ie the current formula is =Import!P9-B6; what I want to accomplish is to enter the 9 in a cell (A10) and have the series of formulas look to that reference such as =Import!P&A10-B6 where A10 contains a 9. Any help would be appreciated. Tim |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
use =INDIRECT("'Import'!P"&A10)-B6 -- Regards Frank Kabel Frankfurt, Germany Tim wrote: I would like to enter a value in a cell which represents a row in another sheet and have a formula(s) reference that cell. ie the current formula is =Import!P9-B6; what I want to accomplish is to enter the 9 in a cell (A10) and have the series of formulas look to that reference such as =Import!P&A10-B6 where A10 contains a 9. Any help would be appreciated. Tim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell Reference Question | Excel Discussion (Misc queries) | |||
cell reference question | New Users to Excel | |||
Cell Reference Question | Excel Discussion (Misc queries) | |||
Cell Reference Question | Excel Worksheet Functions | |||
Cell reference question | Excel Discussion (Misc queries) |