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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!