Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
G BBH
H EEM (='Mut Fnd Trust'!H$1 ) letters are in column a "c" . I would like to I IJJ use the cell reference "C2" & 1 for the h$1 i J RWR in the formula so that if I change the value in C2 from "H" to "J" then the formula would refer to "J1" in sheet 'MutFnd Trust". |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think you're looking for the Indirect worksheet funtion. If you put this
formula in, for example, cell A1 and then change the value in cell C2 from "H" to "J", then cell A1 will display th value in cell J1 instead of H1: =Indirect(C2 & "1") Regards, Greg "shazamgerry" wrote: G BBH H EEM (='Mut Fnd Trust'!H$1 ) letters are in column a "c" . I would like to I IJJ use the cell reference "C2" & 1 for the h$1 i J RWR in the formula so that if I change the value in C2 from "H" to "J" then the formula would refer to "J1" in sheet 'MutFnd Trust". |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Separating Alpha from Numeric in Address Cell in Excel | Excel Discussion (Misc queries) | |||
Insertion of a cell address that constantly rises by a set number | Excel Discussion (Misc queries) | |||
Find max number of character and return cell address | Excel Worksheet Functions | |||
LIMIT NUMBER OF CHAR IN A COMBINE CELL | Excel Discussion (Misc queries) | |||
Deleting the number in the first line of the address in a cell | Excel Programming |