Hi,
I have these strings of numbers & text.
JA01_XV_0990
JA01_ZSL_0990L
I want to break them into 3 columns
JA01 ZSL 0990L
For the 0990L or 0990, I have this formula and it works for the 0990L
=IF(E9291="","",RIGHT(E9291,FIND("_",E9291))) but will not work for 0990.
I have this =IF(E3="","",RIGHT(E3,FIND("_",E3)-1)) for 0990. Is there a way I can do for both without usin 2 separate formulas?
Thanks. Using Excel 2010.
I have these strings of numbers & text.
JA01_XV_0990
JA01_ZSL_0990L
I want to break them into 3 columns
JA01 ZSL 0990L
For the 0990L or 0990, I have this formula and it works for the 0990L
=IF(E9291="","",RIGHT(E9291,FIND("_",E9291))) but will not work for 0990.
I have this =IF(E3="","",RIGHT(E3,FIND("_",E3)-1)) for 0990. Is there a way I can do for both without usin 2 separate formulas?
Thanks. Using Excel 2010.