chronotonFlux
New Member
- Joined
- Dec 18, 2017
- Messages
- 8
I want to pull information out of a certain file/tab/cell
if I type in the full [file.xls]tab!cell i get exactly what I wanted, but what I need to have it do is give me that same information after I've put together file/tab/cell as cells
What information I need:
='[file.xls]tab'!$D$5
But I need to do it this way
A1 = '[file.xls]tab'!
B1 = A1 AND D5
How do I simply break the above in two parts so that the cell call can be independant of the file call, but still return the values expected?
if I type in the full [file.xls]tab!cell i get exactly what I wanted, but what I need to have it do is give me that same information after I've put together file/tab/cell as cells
What information I need:
='[file.xls]tab'!$D$5
But I need to do it this way
A1 = '[file.xls]tab'!
B1 = A1 AND D5
How do I simply break the above in two parts so that the cell call can be independant of the file call, but still return the values expected?