Hi all,
I have a workbook with two sheets, Sheet1 (the summary) Sheet2 (the data).
On the summary sheet, I'm using this formula to return the last non empty cell in a column on sheet 2
I'm using this: =LOOKUP(2,1 / (Sheet2!A1:A10 <> ""),Sheet2!A1:A10) - lets call result of this value X
I find X this way because a new number is added every week, below the last entry.
Okay, now to the problem!
On the summary sheet I would also like to show a value (value Y)which is always two cells to the right of X on sheet 2.
As the sheet is updated weekly, X and Y will be one row down each week (hence using the formula to find X).
I can't use the same formula to find Y as the column which Y is in is fully populated and never needs updated like X does.
What formula can I use, which will take X as a reference, and show Y?
I've tried a combination of OFFSET, INDEX, and VLOOKUPS to no avail - any ideas?
Thanks!!!
I have a workbook with two sheets, Sheet1 (the summary) Sheet2 (the data).
On the summary sheet, I'm using this formula to return the last non empty cell in a column on sheet 2
I'm using this: =LOOKUP(2,1 / (Sheet2!A1:A10 <> ""),Sheet2!A1:A10) - lets call result of this value X
I find X this way because a new number is added every week, below the last entry.
Okay, now to the problem!
On the summary sheet I would also like to show a value (value Y)which is always two cells to the right of X on sheet 2.
As the sheet is updated weekly, X and Y will be one row down each week (hence using the formula to find X).
I can't use the same formula to find Y as the column which Y is in is fully populated and never needs updated like X does.
What formula can I use, which will take X as a reference, and show Y?
I've tried a combination of OFFSET, INDEX, and VLOOKUPS to no avail - any ideas?
Thanks!!!