Averaging the number of "yes" each month
Answers
-
Try something more like this:
=COUNTIFS(Date:Date, AND(....................), Headache:Headache, @cell = "Yes") / COUNTIFS(Date:Date, AND(....................), Headache:Headache, @cell <> "")
-
Hi Paul,
Thank you very much. Can you say what is AND(....................)? Unsure what this is
-
It is the same AND criteria you have in your existing formula for the Date:Date range.
-
Hey Paul,
This is what i used an its not woking:
=COUNTIFS(Date:Date, AND(Date:Date), Headache:Headache, @cell = "Yes") / COUNTIFS(Date:Date, AND(Date:Date), Headache:Headache, @cell <> "")
Another point is, how do i average a particular month and not the entire data?
-
The formula you have in your original post does not use a range inside of the AND function. The AND portion from the formula in your original post would go in the AND portion of my formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!