Formula in Smartsheet that will tell me if the data in 4 different columns is the same
Options

Tanya B
βββ
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!