willow1985
Well-known Member
- Joined
- Jul 24, 2019
- Messages
- 938
- Office Version
- 365
- Platform
- Windows
I need help with a formula to find the last occurrence of a word, return that word plus 10 characters.
Keep in mind the source text will change but one thing that will remain consistent is the words I want to return will always be on the end and will state data in this order with this many characters: OPS 123 Rev 1
See below example:
Help on this formula would be greatly appreciated.
Thank you to anyone who can help!
Keep in mind the source text will change but one thing that will remain consistent is the words I want to return will always be on the end and will state data in this order with this many characters: OPS 123 Rev 1
See below example:
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Source | Current Formula | Desired Result | ||
2 | X:\QUALITY\Group\OPS Forms\Space\[OPS 277 Rev 3 - Workbook Series.xlsm]Data | OPS Forms\Spac | OPS 277 Rev 3 | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2 | B2 | ="O"&MID(A2, FIND("OPS", A2) + 1,13) |
Help on this formula would be greatly appreciated.
Thank you to anyone who can help!