Sheet Summary Formula for Adding Date Range
I am trying to count how many trainings we have starting in each quarter. I am trying to use:
=SUMIFS([Learning Request Name]:[Learning Request Name], [Proposed Delivery Start Date]:[Proposed Delivery Start Date], >=DATE(2024, 01, 01), [Proposed Delivery Start Date]:[Proposed Delivery Start Date], <=DATE(2024, 03, 31))
I am getting an unparseable. Any suggestions?
Best Answer
-
SUMIFS
add numbers. Without context, I assume that the column Learning Request Name is not a number.You may use
COUNTIIFS
to count dates that are between the range you have.=COUNTIFS( [Proposed Delivery Start Date]:[Proposed Delivery Start Date], >=DATE(2024, 1, 1), [Proposed Delivery Start Date]:[Proposed Delivery Start Date], <=DATE(2024, 3, 31))
...
Answers
-
SUMIFS
add numbers. Without context, I assume that the column Learning Request Name is not a number.You may use
COUNTIIFS
to count dates that are between the range you have.=COUNTIFS( [Proposed Delivery Start Date]:[Proposed Delivery Start Date], >=DATE(2024, 1, 1), [Proposed Delivery Start Date]:[Proposed Delivery Start Date], <=DATE(2024, 3, 31))
...
-
Thank you!
You are correct, Learning Request Name is not a number.
Fantastic, I appreciate your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!