SUMIF with specific date from date range
Hi,
I'm trying to figure out if it's possible sum up all the mouse cages we are using at a given date. E.g. If I enter "5/20/2020", it will count the cages from study 1, 3, and 4, total of 55 cages. I tried the SUMIF formula like below but keep getting error message.
=SUMIF([Column8]8:[Column8]8, AND(Start1:Start4 <= [Column8]8, Finish1:Finish4 >= [Column8]8), [Cage #]1:[Cage #]4)
TIA for your help!
Charlotte
Best Answer
-
Try something like this...
=SUMIFS([Cage #]:[Cage #], Start:Start, @cell <= [Column8]8, Finish:Finish, @cell >= [Column8]8)
Answers
-
Try something like this...
=SUMIFS([Cage #]:[Cage #], Start:Start, @cell <= [Column8]8, Finish:Finish, @cell >= [Column8]8)
-
-
Happy to help! 👍️
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!