Thanks, Duke. Agreed there's shorter versions. But for increased robustness'
sake, thought the extra INDIRECT wrap, and the use of the slightly longer
"ROWS($A$1:A1)-1" over "ROW()-1" was worth it in this instance ..
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Duke Carey" wrote in message
...
LeeC & Max -
The INIDRECT() function is necessary only if there's a chance that the
first
row might be deleted. Also,
ROWS($A$1:A1)-1
can be shortened to
ROW()-1
So, if LeeC knows that the first row will never be deleted, this shorter
formula works, too:
=OFFSET(Sheet1!$A$1,ROW()-1,)
|