Trying to Sum a Column up based on amounts between dates
I have a sheet that I need to arrive at a dollar value performed each month. This is my formula for Jan 2020 but it's coming back unparseable. I labelled the ranges that are being used from the master sheet. I can't see the error.....
=SUMIFS({Master - Jobs In Progress | GBI Bid Amt}, {Master - Jobs In Progress Range 7}, <=DATE(2020, 1, 31), {Master - Jobs In Progress Range 7}, >=(2020, 1, 1))
Range 7 GBI Bid Amt
Thanks!
Best Answers
-
You forgot to add in the DATE function in your last criteria.
=SUMIFS({Master - Jobs In Progress | GBI Bid Amt}, {Master - Jobs In Progress Range 7}, <=DATE(2020, 1, 31), {Master - Jobs In Progress Range 7}, >= DATE(2020, 1, 1))
-
THANK YOU! Appreciate the 2 nd look!
Answers
-
You forgot to add in the DATE function in your last criteria.
=SUMIFS({Master - Jobs In Progress | GBI Bid Amt}, {Master - Jobs In Progress Range 7}, <=DATE(2020, 1, 31), {Master - Jobs In Progress Range 7}, >= DATE(2020, 1, 1))
-
THANK YOU! Appreciate the 2 nd look!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!