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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!