G
Guest
I am using the following formula, which works really well and brings back the
data that I want it to:
=INDEX(Data!$B$13:$B$35,MATCH(MID(CELL("filename"),SEARCH("[",CELL("filename"))+1,SEARCH("]",CELL("filename"))-SEARCH("[",CELL("filename"))-5),Data!$A$13
ata!$A$35,0))
However, when I close the file and reopen it, an error #N/A comes up in the
cell.
Once I click in the formula and hit return the proper value comes back in.
Is there any way to stop this error keep coming up and keep the proper value
in it.
Thanks.
data that I want it to:
=INDEX(Data!$B$13:$B$35,MATCH(MID(CELL("filename"),SEARCH("[",CELL("filename"))+1,SEARCH("]",CELL("filename"))-SEARCH("[",CELL("filename"))-5),Data!$A$13

However, when I close the file and reopen it, an error #N/A comes up in the
cell.
Once I click in the formula and hit return the proper value comes back in.
Is there any way to stop this error keep coming up and keep the proper value
in it.
Thanks.