Formula in Smartsheet that will tell me if the data in 4 different columns is the same
I am looking for a formula in smartsheet that will tell me if the data in 4 different columns is the same. In excel I am able to use =COUNTIF(A3:D3,A3)=4
In Smartsheet I am getting "INVALID COUMN VALUE"
Best Answer
-
Hi @Tanya B
If your columns A-D are adjacent to one another for a range, then something like this should work:
=IF(COUNTIF(A@row:D@row, A@row) = 4, "True", "False")
Example:
Hope this helps, but if you've any problems/questions then let us know! 🙂
Answers
-
Hi @Tanya B
If your columns A-D are adjacent to one another for a range, then something like this should work:
=IF(COUNTIF(A@row:D@row, A@row) = 4, "True", "False")
Example:
Hope this helps, but if you've any problems/questions then let us know! 🙂
-
Perfect! yes it worked
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!