I want to update a column with a value of '1' based on the count of values in a column

I want to update a column with a value of '1' if the count of values in another column are greater than 1, it doesn't matter what those values are
Best Answer
-
Try this:
Formula in UpdateColumn
=IF(COUNT(Values:Values) > 1, 1)
Answers
-
@Clatts what did you try so far?
If my comment helps you, I appreciate a 💡
Kind regards
Nico | LinkedIn
CEO | Lighthouse Consultings
Lecturer in Business Information Systems | DHBW
________________________________________________________________________________
addvalue@lighthouseconsultings.com
We offer Licenses - Training - Solution Engineering
🔴 GOLD Smartsheet Partner _______________________________________________
💯 SCALEABLE Solutions Engineered by Lighthouse Consultings
We Don’t Just Implement Smartsheet; We Revolutionize How You Manage, Plan, And Execute.
-
Try this:
Formula in UpdateColumn
=IF(COUNT(Values:Values) > 1, 1)
-
I actually worked it out after I posted this! The formula was:
=IF((COUNTM([Business Goal]@row) > 1), "1", "0")
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives