Last 30 days range
Hello,
I have looked through the forums that are currently open and could not find a formula that would fit my current needs.
I am using the following formula now:
=COUNTIFS({Pre Trip Completed}, <3, {System}, "ITCMW", {JBO Type}, "Overhead", {Date}, IFERROR(MONTH(@cell), "") = 8)
This formula is pulling data by month (8= August) which means I will have to update each of these formulas monthly and there are almost 1,000 of them.
How can I have this data pull from today and the last 30 days? I have already tried:
{Date}, <TODAY(-30)
Thank you in advance,
Kyle
Best Answer
-
I solved this.
If anyone is in the same boat:
=COUNTIFS({Pre Trip Completed}, <3, {System}, "ITCMW", {JBO Type}, "Overhead", {Date}, <TODAY(1), {Date}, >TODAY(-30))
Answers
-
I solved this.
If anyone is in the same boat:
=COUNTIFS({Pre Trip Completed}, <3, {System}, "ITCMW", {JBO Type}, "Overhead", {Date}, <TODAY(1), {Date}, >TODAY(-30))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 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!