I have the following code which does insert formulas in the right location yet when inserting it changes the formula syntax. The actual error is #NAME? ,The code is as follows:
When in the spreadsheet, the syntax is changed to:![]()
Please Login or Register to view this content.
=IF(ISNA(VLOOKUP('A2',Sheet1!AE),5,FALSE))=TRUE,$B:$B,VLOOKUP('A2',Sheet1!A
E),5,FALSE))
Notice the quote/Tick marks around the A2 and Parenthesis around E. I tried Modifying the code but my changes wouldn't work. I feel like this is something simple im overlooking.
Any help is appreciated.
Bookmarks