Hi All,
I am using the following formula in Excel Subscription product 365 to return a text value in the adjacent cell:
=IF(B11="","",
IF(SEARCH("FNQ",B11),"FNQ",
IF(SEARCH("NQ",B11),"NQ",
IF(SEARCH("FWQ",B11),"FWQ",
IF(SEARCH("CQ",B11),"CQ",
IF(SEARCH("WBB",B11),"WBB",
IF(SEARCH("SWQ",B11),"SWQ",
IF(SEARCH("SEQ",B11),"SEQ",""))))))))
It works for the first 2 returning Blank or FNQ but for all the other ones it returns #VALUE error.
Can someone please help?
I am using the following formula in Excel Subscription product 365 to return a text value in the adjacent cell:
=IF(B11="","",
IF(SEARCH("FNQ",B11),"FNQ",
IF(SEARCH("NQ",B11),"NQ",
IF(SEARCH("FWQ",B11),"FWQ",
IF(SEARCH("CQ",B11),"CQ",
IF(SEARCH("WBB",B11),"WBB",
IF(SEARCH("SWQ",B11),"SWQ",
IF(SEARCH("SEQ",B11),"SEQ",""))))))))
It works for the first 2 returning Blank or FNQ but for all the other ones it returns #VALUE error.
Can someone please help?