How do i count the cells that are greater than my average?
=COUNTIFS([Projected Build Time (Months) (Elliot)]5:[Projected Build Time (Months) (Elliot)]91 > [Projected Build Time (Months) (Elliot)]2)
I recently asked this question but i have since changed some of the details on my sheet and i cant seem to figure out how to get my formula working again? I am trying to count the cells that have a value greater than my average on line 2. Could use some help! thanks
Best Answer
-
Hi,
Just make this a COUNTIF formula rather than COUNTIFS and also put a comma between the range and criteria.
See below:
=COUNTIF([Projected Build Time (Months) (Elliot)]5:[Projected Build Time (Months) (Elliot)]91, > [Projected Build Time (Months) (Elliot)]2)
Answers
-
Hi,
Just make this a COUNTIF formula rather than COUNTIFS and also put a comma between the range and criteria.
See below:
=COUNTIF([Projected Build Time (Months) (Elliot)]5:[Projected Build Time (Months) (Elliot)]91, > [Projected Build Time (Months) (Elliot)]2)
-
Thank you @Steven Stikons That worked!
Help Article Resources
Categories
Check out the Formula Handbook template!