Multi-Selects and COUNTIFS

Amy Evans
βββ
Hello,
I have a column with multi-selections. Can you help me with a formula that will count the number of selections and display the symbol "Half" when there are more than one selection counted?
Thanks,
Amy
Best Answer
-
You would need to incorporate the COUNTM function.
=IF(COUNTM([Column Name]@row)> 1, "Half")
Answers
-
You would need to incorporate the COUNTM function.
=IF(COUNTM([Column Name]@row)> 1, "Half")
-
Thank you! I haven't used COUNTM before.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!