Return a value from a different column
Hi, I'm quite new to smartsheets and trying to write a formula to look at multiple cells and return a value. In this example column 3, 4, 5, & 6 will either be empty or say approved or submitted but only in one cell. I want column 2 to look at 3,4,5.&6 and return the value that is there. If column 3 says approved then 4,5,6 will be blank. If column 4 says submitted then 3,5,6 will be blank.
thank you!
Best Answers
-
If it is true that if any column contains either approved or submitted then all others will be blank, a simple JOIN will be all you need.
=JOIN([Column3]@row:[Column6]@row)
-
That works perfect! Thank you very much!
Answers
-
If it is true that if any column contains either approved or submitted then all others will be blank, a simple JOIN will be all you need.
=JOIN([Column3]@row:[Column6]@row)
-
That works perfect! Thank you very much!
-
Happy to help @Mark Sarkozy
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 201 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!