Dear mrexcel users,
I am building an annual report for a company in excel. Using VLOOKUP and INDIRECT it pulls financial data from other open workbooks. (each assignment is a separate workbook, VLOOKUP pulls data from each workbook) I am using the following formula:
=VLOOKUP($C6;INDIRECT("'[" & $F6 & $F$1 &"]" & $G$1 & "'!" & $E$1);2;FALSE)
The formula works perfectly. However, if I make any adjustments in the annual report after I closed the other workbooks, excel recalculates and the cel gives a REFF error in all the cells containing the VLOOKUP+INDIRECT functions.
I am aware INDIRECT doesn't work with closed workbooks and I have no problem with opening a workbook when entering data. However, I would like the data to remain there after I pulled it out, without excel recalculating.
Is there any way to turn the data automatically into static values without PasteValues every cell? or perhaps prevent recalculation for just a couple of cells?
Thank you in advance!
I am building an annual report for a company in excel. Using VLOOKUP and INDIRECT it pulls financial data from other open workbooks. (each assignment is a separate workbook, VLOOKUP pulls data from each workbook) I am using the following formula:
=VLOOKUP($C6;INDIRECT("'[" & $F6 & $F$1 &"]" & $G$1 & "'!" & $E$1);2;FALSE)
The formula works perfectly. However, if I make any adjustments in the annual report after I closed the other workbooks, excel recalculates and the cel gives a REFF error in all the cells containing the VLOOKUP+INDIRECT functions.
I am aware INDIRECT doesn't work with closed workbooks and I have no problem with opening a workbook when entering data. However, I would like the data to remain there after I pulled it out, without excel recalculating.
Is there any way to turn the data automatically into static values without PasteValues every cell? or perhaps prevent recalculation for just a couple of cells?
Thank you in advance!