I'm trying to use a formula on one worksheet that gets data from another worksheet that has an INDIRECT formula and I can't get my formula to work.
On the worksheet 'Results' I'm trying to get the data from the last entry in column G on the 'Prices' worksheet.
The last row of the 'Prices' worksheet will change as days of data are added. I keep track of the last row of data in cell A1 of 'Prices'.
If I was just trying to get the last cell of data on the same 'Prices' worksheet I would use =INDIRECT("G"&A1) which works and gives me the answer I want.
However, I'm trying to do this across 2 different worksheets -- I'm on the "Results" sheet and I want to use a formula to get the answer that uses the INDIRECT formula from the "Prices' sheet.
I've tried =INDIRECT("'Prices''"&"G"&A1) and other variations and I get a REF# error.
Thanks for your help
On the worksheet 'Results' I'm trying to get the data from the last entry in column G on the 'Prices' worksheet.
The last row of the 'Prices' worksheet will change as days of data are added. I keep track of the last row of data in cell A1 of 'Prices'.
If I was just trying to get the last cell of data on the same 'Prices' worksheet I would use =INDIRECT("G"&A1) which works and gives me the answer I want.
However, I'm trying to do this across 2 different worksheets -- I'm on the "Results" sheet and I want to use a formula to get the answer that uses the INDIRECT formula from the "Prices' sheet.
I've tried =INDIRECT("'Prices''"&"G"&A1) and other variations and I get a REF# error.
Thanks for your help