Hi,
CkBoy, to answer your question about the indirect function, I've pu
together your attempt with Ioannis', try:
=INDIRECT("'shee
2'!"&LEFT(ADDRESS(1,COLUMN(),4),IF(COLUMN()<27,1,2)&ROW()))
NB: The single apostrphes on each side of the sheet name mean that th
formula will work if the sheet name has spaces in it.
The "sheet 2" can be replaced with the appropriate sheet name or if yo
have a list of sheet names (eg the first one is in cell A2 of the activ
sheet) try:
=INDIRECT("'"&A2&"'!"&LEFT(ADDRESS(1,COLUMN(),4),IF(COLUMN()<27,1,2)&ROW()))
btw, Stefi/Ioannis, yes, you're right it is interesting why the obviou
doesn't come up straight away - Thanks for showing me something new
hth
Rob Brockett
NZ
always learning & the best way to learn is to experience..