mccollough
New Member
- Joined
- Jul 8, 2021
- Messages
- 2
- Office Version
- 2019
- Platform
- Windows
Hi Everyone!
My goal is create a column called "Counter" which keeps track of the number of times OBX appears in another column called "Segment_String"
Your help would be tremendously appreciated!
My goal is create a column called "Counter" which keeps track of the number of times OBX appears in another column called "Segment_String"
Segment_String | Counter |
OBX123123 | 1 |
OBX214313 | 2 |
NULL | 2 |
NULL | 2 |
OBX123443 | 3 |
NULL | 3 |
NULL | 3 |
NULL | 3 |
Your help would be tremendously appreciated!