COUNTIF imparsable

Kerri
ββ
I'm using the below formula in a Sheet Summary field to calculate how many rows have a value over .7. It keeps coming back as imparsable. Any ideas?
=countif([Device1]:[Device1]), >.7)
Answers
-
There is a syntax error in the formula, try below
=COUNTIF([Device1]:[Device1],>0.7)
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!