mayday1
Board Regular
- Joined
- Oct 5, 2007
- Messages
- 241
I have a report with links to files that might not exist and to tabs that might not exist (but are in files that do exist). I'd like my report to be the same every month requardless so the same file works every month whether or not certain files or tabs are missing.
How can I do something like this below that will make a cell empty if there's no file on a particular day or if the file is there but one of the many tabs is not there because there was no data for that particular tab?
=IFERROR(VLOOKUP($B32782,'[MyFile.xlsx]MyTab'!$E$2:$F$4000,2),"")
How can I do something like this below that will make a cell empty if there's no file on a particular day or if the file is there but one of the many tabs is not there because there was no data for that particular tab?
=IFERROR(VLOOKUP($B32782,'[MyFile.xlsx]MyTab'!$E$2:$F$4000,2),"")