How to SUMIF(S) Date Range
I have been trying to sum the total length of contacts within a date range and I can't figure out how to make it work.
I have been successful summing have of the problem, but can't seen to find a way to make them work together:
=SUMIF(CHILDREN([Date Start]58), >=[Date Start]4, CHILDREN([Length of Contact]58))
=SUMIF(CHILDREN([Date Start]58), <=[Date End]4, CHILDREN([Length of Contact]58))
This formula "works" but produces an answer of zero, which is incorrect:
=SUMIFS(CHILDREN([Length of Contact]58), CHILDREN([Date Start]58), >=[Date Start]3, CHILDREN([Length of Contact]58), CHILDREN([Date Start]58) <= [Date End]3)
Any idea what I am doing incorrectly?
Answers
-
Give this one a go...
=SUMIFS(CHILDREN([Length of Contact]58), CHILDREN([Date Start]58), >=[Date Start]3, CHILDREN([Date Start]58), <= [Date End]3)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 416 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!