I am using the "Camera" feature in excel 2010.
My goal is to have a cell which would have a date that I can manually enter and just below it the formula would get the updated value which represents the name of the sheet inside another excel file and shows me the updated screenshot.
For example:
Cell A1
has: 12.25
Just below it, I have:
='C:\My_Excel_Files\[excelDataFile.xlsx]12.25'!$A$1:$D$20
So if I were to change the value of Cell A1
to 12.26
the formula would pick that up automatically.
I tried using the indirect function like this:
='C:\My_Excel_Files\[excelDataFile.xlsx]INDIRECT(A1)'!$A$1:$D$20
but it didn't work.
12.25
but in another place you use a colon instead of a decimal point (like a time reference -12:26
). Is this a typo in the question, or part of the problem you're trying to solve? – jeffluntINDIRECT
doesnt work on closed workbooks, see this comprehensive post including workarounds at Daily Dose of Excel. I am a little confused on your question, do you wish to see the range of a closed workbook shown by the camera tool? – brettdj