initialize
New Member
- Joined
- Dec 7, 2015
- Messages
- 29
So I have a column in excel that contain strings similar to "Policy Number: 123456, random random random string"
I m trying to create a new column with only the number after "Policy Number:"
=MID(F2,SEARCH("Policy Number:",F2)+14,SEARCH(",",F2)-SEARCH("Policy Number:",F2)-14). This doesnt work if after the policy number there is no comma. I also want it to show Null if there is no find.
Can someone give me some help?
I m trying to create a new column with only the number after "Policy Number:"
=MID(F2,SEARCH("Policy Number:",F2)+14,SEARCH(",",F2)-SEARCH("Policy Number:",F2)-14). This doesnt work if after the policy number there is no comma. I also want it to show Null if there is no find.
Can someone give me some help?