larinda4
Board Regular
- Joined
- Nov 15, 2021
- Messages
- 73
- Office Version
- 365
- Platform
- Windows
Good morning,
I have this text, (and it changes but it'll always be annual. Feb-Jan, July-June, etc.) and I need to pull the starting date from the cell.
For the Period: May 01, 2021 to January 30, 2022
I currently have this formula but it'll only work for some of the months, not all. For example, it works for January but not for February/May.
=MID($A$5,SEARCH(": ",$A$5)+2,LEN($A$5)-SEARCH("to",$A$5))
I feel like I'm so close but I'm stumped.
I have this text, (and it changes but it'll always be annual. Feb-Jan, July-June, etc.) and I need to pull the starting date from the cell.
For the Period: May 01, 2021 to January 30, 2022
I currently have this formula but it'll only work for some of the months, not all. For example, it works for January but not for February/May.
=MID($A$5,SEARCH(": ",$A$5)+2,LEN($A$5)-SEARCH("to",$A$5))
I feel like I'm so close but I'm stumped.