Thread
:
Using a worksheet name in a formula
View Single Post
#
5
David McRitchie
Posts: n/a
Hi Kevin,
=ROW() will provide the cell's row number
=COLUMN() will provide the cell's column number
"KevinB" wrote ...
Cool, that worked! Thx!
Now, my next issue. The formula you provided;
=INDIRECT("Sheet"&$A$61&"!$C$2")
Reply With Quote