B
bpiela
Lets say I have a column of text that looks like the following:
Test_Drive
Testing_Fly
TestTest_Ride
The text to the left of the underscore can be anything. The text to th
right of the underscore is always going to be one of the three string
listed. How can I auto populate the next column with other tex
depending on what follows the underscore? For instance, I might want t
auto populate the next column with the following strings that wil
always match the appropriate text after the underscore:
car
plane
train
"car" would always match "Drive", "plane" would always match "Fly", etc
Do I have to have that defined in the worksheet somewhere? Or can I d
some kind of IF statement?
Thanks
Test_Drive
Testing_Fly
TestTest_Ride
The text to the left of the underscore can be anything. The text to th
right of the underscore is always going to be one of the three string
listed. How can I auto populate the next column with other tex
depending on what follows the underscore? For instance, I might want t
auto populate the next column with the following strings that wil
always match the appropriate text after the underscore:
car
plane
train
"car" would always match "Drive", "plane" would always match "Fly", etc
Do I have to have that defined in the worksheet somewhere? Or can I d
some kind of IF statement?
Thanks