Counting (and Averaging)within Columns
Answers
-
To get the count:
=COUNTIFS(Title:Title, "Workforce Management Opp", [Owner Email]:[Owner Email], FIND("anisiac", @cell) > 0, [Create Date]:[Create Date], DATE(2020, 01, 13))
To get your average:
=AVG(COLLECT(Score:Score, Title:Title, "Workforce Management Opp", [Owner Email]:[Owner Email], FIND("anisiac", @cell) > 0, [Create Date]:[Create Date], DATE(2020, 01, 13)))
-
@Paul Newcome Thanks for the formulas. I was curious if there a way to make them work for the entire grid or do I have to identify every Owner Email and Date for the count formula to work?
-
You do have to specify emails and dates to account for the different groups that you want to pull, but you can set up a separate sheet for your metrics and use cross sheet references. The separate sheet can be set up so that you only have to enter each date and email one time and then use cell references in the formulas instead of specific text/dates.
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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!