All cell values if not same throws an error.
Hi Team,
I have four summation cells wherein the value comes out same.
In a different cell, am trying to write a formulae wherein if any of those sum values don't come out same, then it fives me a false error and from there I can create an auto reminder.
Can you please help write this formulae.
Answers
-
Try this (placed in a checkbox column; checked rows will be the ones that do not have the same values):
=IF(AND([Project Count]@row = [Due date sum]@row, [Due date sum]@row = [Status total]@row, [Status total]@row = [Type Count]@row), 0, 1)
Hope that helps!
-
Hi, thanks Kelly for your response
The below expression is giving me an error.
-
The parenthesis is missing for your AND() statement. Try:
=IF(AND(Count3 = Sum3, Sum3 = Total3, Total3 = Product12), 1, 0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 377 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!