Forum Discussion
trevormorris
May 12, 2020Copper Contributor
output a sum for variable precise limit
Dear All Not sure if this can be done, but if someone has an idea, it would be very helpful. I have downloaded a years data from temperature probe into excel, what i want to do is find a total t...
bhushan_z
May 12, 2020Iron Contributor
If I understood ur problem correctly, u can use COUNTIF or COUNTIFS function.
for example in 1st sheet (All Data Points) u can use below formula
=COUNTIFS($D$1:$D$576,">25")