G
Gerry
I'm trying to combine a text cell and a location into a formula
On Sheet1 I have column headers that equal worksheet names.
On Sheet1 in cell C6 the text is BHL, which is also a worksheet name,
D6 is EJH, also a workhseet name.
I have 15 columns and 15 worksheets. I'm trying to make it easy to
copy the formula across cells.
I want C7 to be formula =BHL!$C7, and D7 to be =EJH!$C7
In Cell C7 I've entered;
=(VALUE("="&((TEXT(C6,1)&"!$C7"))))
But I end up with #VALUE!
=(CONCATENATE("="&(TEXT(C6,1)&"!$C7")))
or
=CONCATENATE("="&C6&"!$C7")
But I end up with =BHL!$C7, but as text.
Thanks in advance
Gerry
On Sheet1 I have column headers that equal worksheet names.
On Sheet1 in cell C6 the text is BHL, which is also a worksheet name,
D6 is EJH, also a workhseet name.
I have 15 columns and 15 worksheets. I'm trying to make it easy to
copy the formula across cells.
I want C7 to be formula =BHL!$C7, and D7 to be =EJH!$C7
In Cell C7 I've entered;
=(VALUE("="&((TEXT(C6,1)&"!$C7"))))
But I end up with #VALUE!
=(CONCATENATE("="&(TEXT(C6,1)&"!$C7")))
or
=CONCATENATE("="&C6&"!$C7")
But I end up with =BHL!$C7, but as text.
Thanks in advance
Gerry