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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!