Reading excel file dynamically
Closed
Vijay
-
Apr 11, 2010 at 10:25 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 12, 2010 at 04:22 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 12, 2010 at 04:22 PM
Related:
- Reading excel file dynamically
- Ps3 not reading discs - Guide
- Windows 10 iso file download 64-bit - Download - Windows
- Kmspico zip file download - Download - Other
- Tiny 11 iso file download - Download - Windows
- How to open an excel file in notepad - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Apr 12, 2010 at 04:22 PM
Apr 12, 2010 at 04:22 PM
If the other workbook is open you can use
=INDIRECT(ADDRESS(3,2,1,1,A1 & "master-1"))
In the above example A1 contained C:\Users\haadi\Downloads\[Xl00000001.xls]
In case the workbook is close, then download an addon to Excel called MOREFUNC from
https://download.cnet.com/Morefunc/3000-2077_4-10423159.html
Then you can use this formula
=INDIRECT.EXT(ADDRESS(3,2,1,1,A1 & "master-1"))
Again in this case A1 contains the workbook name as for example C:\Users\haadi\Downloads\[Xl00000001.xls]
=INDIRECT(ADDRESS(3,2,1,1,A1 & "master-1"))
In the above example A1 contained C:\Users\haadi\Downloads\[Xl00000001.xls]
In case the workbook is close, then download an addon to Excel called MOREFUNC from
https://download.cnet.com/Morefunc/3000-2077_4-10423159.html
Then you can use this formula
=INDIRECT.EXT(ADDRESS(3,2,1,1,A1 & "master-1"))
Again in this case A1 contains the workbook name as for example C:\Users\haadi\Downloads\[Xl00000001.xls]