Jtm_Preston
New Member
- Joined
- Nov 10, 2015
- Messages
- 23
Hello. I am trying to point a cell towards another cell in a different file, but make this dynamic using CONCATANATE to build up the file path & then INDIRECT to complete the task.
The formula I have is . . .
="=('"&N3&"/["&O3&"]Dashboard'!"&P1&M3&")"
This formulas produces the below text string in cell N6. I then use the formula =INDIRECT(N6) with the hope that it populated the value, as per the below text string, however I'm only getting the error #REF!
=('https://abc5.database.net/sites/24ABC01/bus_man/Finance/[2024 Finance Tracker (Team One).xlsx]Dashboard'!B6)
The formula I have is . . .
="=('"&N3&"/["&O3&"]Dashboard'!"&P1&M3&")"
This formulas produces the below text string in cell N6. I then use the formula =INDIRECT(N6) with the hope that it populated the value, as per the below text string, however I'm only getting the error #REF!
=('https://abc5.database.net/sites/24ABC01/bus_man/Finance/[2024 Finance Tracker (Team One).xlsx]Dashboard'!B6)