M
Michael J. Malinsky
Using this in Sheet2!A1:
=OFFSET(Sheet1!A1,3,0)
will provide you with the value in Sheet1!A4.
The OFFSET function above starts with Sheet1!A1 then looks 3 rows down and 0
columns to the right (you can also use negative numbers to go up/left).
HTH
--
Michael J. Malinsky
Pittsburgh, PA
"I was gratified to be able to answer promptly,
and I did. I said I didn't know." -- Mark Twain
=OFFSET(Sheet1!A1,3,0)
will provide you with the value in Sheet1!A4.
The OFFSET function above starts with Sheet1!A1 then looks 3 rows down and 0
columns to the right (you can also use negative numbers to go up/left).
HTH
--
Michael J. Malinsky
Pittsburgh, PA
"I was gratified to be able to answer promptly,
and I did. I said I didn't know." -- Mark Twain