Sumifs Equations
I'm trying to do the same sumifs equation on my sheet to read the total amount of quotes sold per month but when I try to do multiple months it says "Circular Reference" , and in the other cell that I have the same equation but for a differed date selected range it says "blocked". The equation is down below
=SUMIFS([Amount Quoted]:[Amount Quoted], [Bid Date]:[Bid Date], >=DATE(2021, 12, 1), [Bid Date]:[Bid Date], <=DATE(2021, 12, 31))
Answers
-
Try this. Give it two criteria for the same range.
=SUMIFS([Amount Quoted]:[Amount Quoted], [Bid Date]:[Bid Date], AND(@cell >=DATE(2021, 12, 1), @cell <=DATE(2021, 12, 31)))
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!