I have a formula in almost every sheet of my workbook in the range L18:N190 (so thats 522 of the below formulas) Now I have currently have 29 sheets with these 522 formulas in them and I need to change the below filename from Sublog.xlsx to Sublog.xlsm (as it is now a macro enabled file) but using the bog standard CRTL + H method crashes excel ( i am assuming a memory issue)
Is there any way to write a macro that could do this more efficiently?
=IF(OR($F18="New",$A18=""),"",IF(ISERROR(VLOOKUP($AI18,[Sublog.xlsx]Page1_1!$A$3:$AN$8000,38,FALSE)),"",VLOOKUP($AI18,[Sublog.xlsx]Page1_1!$A$3:$AN$8000,38,FALSE)))
Bookmarks