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)....
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!