Formula to change names
Hi there,
I am importing an excel doc and there is a column where I need to change the text.
Original Name | Change to |
---|---|
US Ford Passenger Vehicle Concern NA CRC | PV Concern |
US Ford Truck Concern NA CRC | Truck Concern |
US BEV NA CRC | BEV Team |
How do I write a formula that can change the original names to the shorter names? (see above)
Thanks
Answers
-
I would use an automation instead of a formula. You could use conditional paths that have the original values then use the change cell value action to change to the new values.
If you really want a formula (which will need to go in a helper column) you can use a simple nested IF statement such as:
=IF([Field with original value]@row = "US Ford Passenger Vehicle Concern NA CRC", "PV Concern", IF([Field with original value]@row = "US Ford Truck Concern NA CRC", "Truck Concern", IF([Field with original value]@row = "US BEV NA CRC", "Bev Team")))
-
Thank you Adam,
How do I create this type of automation?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!