How do i do a Date range and countifs formula
I am new to formulas and need some help with the below:
I have 3 columns called 'campaign', 'actual delivery date' & 'statics'.
I need to create a formula that shows the count of statics per month for every campaign.
I.e. if the campaign is 'b' and the deadline is 1/3/23 it will show me how many statics we did for campaign b in January.
Best Answer
-
Try something like this:
=SUMIFS(Statics:Statics, Campaign:Campaign, @cell = "B", [Actual Delivery Deadline]:[Actual Delivery Deadline], AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2023))
Answers
-
Try something like this:
=SUMIFS(Statics:Statics, Campaign:Campaign, @cell = "B", [Actual Delivery Deadline]:[Actual Delivery Deadline], AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2023))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!