E
EU
I want to return a blank cell instead of a #VALUE! error
for the following formula:
=IF(Inventory_MD_Location<>" ",RIGHT(Inventory_MD_Location,
(LEN(Inventory_MD_Location)-FIND("*",SUBSTITUTE
(Inventory_MD_Location,",","*",LEN(Inventory_MD_Location)-
LEN(SUBSTITUTE(Inventory_MD_Location,",",""))))-1)),"NO
DATA")
The formula pulls the last word in the string (to the
right of the last comma):
For example, it pulls "Baltimore" from the following
string: 241-02 Northern Blvd, 24102N_1, 24102N_1_,
Baltimore
I tried to insert an "IF(ERR" condition, but I can't get
the back end of the formula right (to return a blank
cell).
Thanks.
EU
for the following formula:
=IF(Inventory_MD_Location<>" ",RIGHT(Inventory_MD_Location,
(LEN(Inventory_MD_Location)-FIND("*",SUBSTITUTE
(Inventory_MD_Location,",","*",LEN(Inventory_MD_Location)-
LEN(SUBSTITUTE(Inventory_MD_Location,",",""))))-1)),"NO
DATA")
The formula pulls the last word in the string (to the
right of the last comma):
For example, it pulls "Baltimore" from the following
string: 241-02 Northern Blvd, 24102N_1, 24102N_1_,
Baltimore
I tried to insert an "IF(ERR" condition, but I can't get
the back end of the formula right (to return a blank
cell).
Thanks.
EU