Formula for transferring information between columns
Hello,
I am looking to transfer the numeric value from the column named Dept name to the Dept # using a formula. The Dept Name information is autofilled from a form. I would like when a single dept name is selected for the numeric value to autofill in the Dept #. If multiple Department Names are selected I would like it to register as XX under Dept #. See attachment for current layout. Any suggestions are very appreciated.
Thank you!
Best Answer
-
Hi @Aaron Olsen
I would first suggest this!
=IF(COUNTM([Department Name]@row)>1, "XX", LEFT([Department Name]@row, 2))
Hope it helped!
Answers
-
Hi @Aaron Olsen
I would first suggest this!
=IF(COUNTM([Department Name]@row)>1, "XX", LEFT([Department Name]@row, 2))
Hope it helped!
-
This worked perfectly! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!