esponapule
New Member
- Joined
- Sep 30, 2009
- Messages
- 5
Is there a formula to remove everything after a certain character for variable text strings?
for example:
Turnthis...
into this:
Thanks!
for example:
Turnthis...
Code:
Single basin|,Double basin|,Triple basin|
Double handle|,Single handle|,Touchless|
Single hole|,Two holes|,Three holes|,Four holes|,Single hole with deck plate|
Code:
Single basin
Double handle
Single hole
Thanks!