Excel formula

Soldato
Joined
7 Nov 2005
Posts
4,961
Location
Widnes
Hey,

I'm looking for an Excel formula to go along with an IF statement. Basically I want to total the number of cells from A1 to A100 which contents a greater number than 50.

Any ideas?

Thanks.
 
The way I read the question, you want to add up the number of cells, not the values of those cells. If so, you want COUNTIF rather than SUMIF.
 
Back
Top Bottom