Hi all,
I'm trying to pull data in a document that is stored in touchpoint (sharepoint) called "Monthly Cost Report Master Jun 2018.xlsx". This document is created quarterly so obviously Monthly Cost Report Master sep 2018.xlsx does not yet exist.
I use the following formula, and it works with no issues:
=IFERROR('LOCATION/team/2012852b/Documents/Distribution/Reports/Cost Reports/[Monthly Cost Report Master Jun 2018.xlsx]Billing Summary 2018 '!W$43,"")
In order to not get popup errors, I inserted an indirect formula for any future dated reports. i.e. Sep 2018.xls
=IFERROR(INDIRECT("'LOCATION/team/2012852b/Documents/Distribution/Reports/Cost Reports/[Monthly Cost Report Master Jun 2018.xlsx]Billing Summary 2018 '!AE$43"),"")
However the cells do not populate until I remove the indirect (even on the current June report).
Can anyone help? I'm stumped...
p.s. I removed the hyperlink details
Using Windows 10
Excel version 2016
I'm trying to pull data in a document that is stored in touchpoint (sharepoint) called "Monthly Cost Report Master Jun 2018.xlsx". This document is created quarterly so obviously Monthly Cost Report Master sep 2018.xlsx does not yet exist.
I use the following formula, and it works with no issues:
=IFERROR('LOCATION/team/2012852b/Documents/Distribution/Reports/Cost Reports/[Monthly Cost Report Master Jun 2018.xlsx]Billing Summary 2018 '!W$43,"")
In order to not get popup errors, I inserted an indirect formula for any future dated reports. i.e. Sep 2018.xls
=IFERROR(INDIRECT("'LOCATION/team/2012852b/Documents/Distribution/Reports/Cost Reports/[Monthly Cost Report Master Jun 2018.xlsx]Billing Summary 2018 '!AE$43"),"")
However the cells do not populate until I remove the indirect (even on the current June report).
Can anyone help? I'm stumped...
p.s. I removed the hyperlink details
Using Windows 10
Excel version 2016