Translate Cell value to a specific number
Hello,
My Master sheet has one column called "Portfolio,". Each cell in that column *may* contain multiple values - up to 5 choices (as shown below)
I'd like a new column that would convert those "names" to a specified number (ie. 1,2,3,4,5)
for example (using below as an example), it would translate to....
1
1,2,3,4,5
1,2,3
1,2,3,4,5
1,3
Do I need to do this using a report, or help column?
thanks, tons in advance,
Best Answer
-
I would suggest a nested SUBSTITUTE.
=...............SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(Portfolio@row, "Rail Development & Compliance", "1"), "Network Operations - Rail", "2"), ..................
Answers
-
I would suggest a nested SUBSTITUTE.
=...............SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(Portfolio@row, "Rail Development & Compliance", "1"), "Network Operations - Rail", "2"), ..................
-
Hey Paul,
you nailed it...
thank you, kindly (again)....
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!