Count value in columns

JordivL
β
Hello, I have a question about creating a specific formula.
What I want to know is: how many columns has a value? From the columns Dgn_Funct, Dgn_DEV, Dgn_Int, Dgn_ BI.
What is the best way to set up this formula? I tried several one but not found the best.
The result will be shown in the blue column, this will be 0, 1, 2, 3 or 4.
Best Answer
-
If all columns stay next to each other, you can use:
=COUNTIFS([Dgn_Funct]@row:[Dgn_Bl]@row, @cell <> "")
Answers
-
If all columns stay next to each other, you can use:
=COUNTIFS([Dgn_Funct]@row:[Dgn_Bl]@row, @cell <> "")
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!