Hi
I need some help please.
The below formula used to work until I added a formula into cell B9 and now I get the equivalent of the #NA message when cellB9 is blank. It works perfectly on non blank cells
=IFERROR(IF(ISTEXT(B9),VLOOKUP(B9,'Project Codes'!$A$4:$B$22,2,FALSE),IF(B9=0,VLOOKUP(G9,'Nominal Codes'!$A$2:$B$68,2,FALSE))),"NO")
The formula I have used in B9 is =IF(LEFT(G10,2)="WA",LEFT(G10,6),"")
I need both formulas to work.
Can anyone help me please?
Bookmarks