frankee_gee
Board Regular
- Joined
- Mar 3, 2008
- Messages
- 144
- Office Version
- 365
- 2016
- Platform
- Windows
Hello World - looking for help on the following excel formula. I would like to search for two (2) text strings, "RT" and "ST" in the FIND area.
This formula is what I'm currently using and for every "ST" I receive an error "#VALUE!"
here's a pic of what I get in return in [column1]
return
INPC
INPCN
INPS
INPSN
Thank you for your help in advance.
Frankee
This formula is what I'm currently using and for every "ST" I receive an error "#VALUE!"
Excel Formula:
=IF(RIGHT([@[ST_Supplier Part Number]],1)="N",
LEFT([@[ST_Supplier Part Number]],FIND("RT",[@[ST_Supplier Part Number]])-1)&"N",
LEFT([@[ST_Supplier Part Number]],FIND("RT",[@[ST_Supplier Part Number]])-1))
here's a pic of what I get in return in [column1]
return
INPC
INPCN
INPS
INPSN
Thank you for your help in advance.
Frankee