One cell to multiple Formula
I'm hoping there is a formula that I can use that will read the first cell and input each thing individually in their own cell? Thanks
Best Answer
-
Here's the closest solution I can think of - you can make a column for each possible answer, and then use the HAS function to put the answer into that column if that particular answer is in the first column. Like this:
The column formulas are:
=IF(HAS(Multiselect@row, "Company Credit Card"), "Company Credit Card")=IF(HAS(Multiselect@row, "Fuel Credit Card"), "Fuel Credit Card")
=IF(HAS(Multiselect@row, "Company Vehicle"), "Company Vehicle")
=IF(HAS(Multiselect@row, "Vehicle Allowance"), "Vehicle Allowance")
See the IF and HAS function pages if you want details about those functions:
Answers
-
Here's the closest solution I can think of - you can make a column for each possible answer, and then use the HAS function to put the answer into that column if that particular answer is in the first column. Like this:
The column formulas are:
=IF(HAS(Multiselect@row, "Company Credit Card"), "Company Credit Card")=IF(HAS(Multiselect@row, "Fuel Credit Card"), "Fuel Credit Card")
=IF(HAS(Multiselect@row, "Company Vehicle"), "Company Vehicle")
=IF(HAS(Multiselect@row, "Vehicle Allowance"), "Vehicle Allowance")
See the IF and HAS function pages if you want details about those functions:
-
This worked great thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 361 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!