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
Check out the Formula Handbook template!