DataDude28
New Member
- Joined
- Oct 15, 2012
- Messages
- 14
I have data in a column that looks like this:
123
123_456
12_34
I need to find the underscore if it exist and display the data to the left of the underscore and if the underscore does not exist then display all data.
So for example, in the column to the right of my data I want the following results:
123
123
12
HELP!!!
DataDude28
123
123_456
12_34
I need to find the underscore if it exist and display the data to the left of the underscore and if the underscore does not exist then display all data.
So for example, in the column to the right of my data I want the following results:
123
123
12
HELP!!!
DataDude28