DangerKennedy
New Member
- Joined
- Dec 8, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hey, I am looking for a function I can use to find the words "MS", "IV", "FM", and "XR" from a cell of data. I currently have this formula that words for just "XR" below and returns : XR0551AJ to my cell in A1.
=TRIM(LEFT(SUBSTITUTE(MID(Q1,FIND("XR",Q1),LEN(Q1))," ",REPT(" ",100)),100))
How can I manipulate this formula this include other find criteria mentioned above in case it has something like Geisinger Bayer Contract Media MS5018 Tiered Pricing?
Example Data in my Q column:
=TRIM(LEFT(SUBSTITUTE(MID(Q1,FIND("XR",Q1),LEN(Q1))," ",REPT(" ",100)),100))
How can I manipulate this formula this include other find criteria mentioned above in case it has something like Geisinger Bayer Contract Media MS5018 Tiered Pricing?
Example Data in my Q column:
Geisinger Bayer Contrast Media XR0551AJ Tiered Pricing |
|
|