Counting prior month data
Hello,
I'm trying to report on prior month data points within a Dashboard I created. I've built a metric sheet off a "master" sheet.
I've attached a screen shot of the metric sheet and a screen shot of the master sheet columns.
Here is the formula I've been using to capture metrics - it needs to be changed to capture prior month not current month data.
=COUNTIFS({Sentiment}, "Positive", {Month}, MONTH(TODAY()))
=COUNTIFS({Region}, Metric@row, {Month}, MONTH(TODAY()))
*Range1 and criterion1 change based on the specific data I'm collecting.
The graphs in the dashboard are being fed by the metric sheet.
Any help is greatly appreciated. Thanks!
Best Answer
-
You just need to add a -1. I believe this is the correct position to place it:
=COUNTIFS({Sentiment}, "Positive", {Month}, MONTH(TODAY())-1)
Answers
-
You just need to add a -1. I believe this is the correct position to place it:
=COUNTIFS({Sentiment}, "Positive", {Month}, MONTH(TODAY())-1)
-
Awesome. Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!