Sum Ifs Formula with dates
Help please! :)
I am wanting to sum the total quotes done on a job, when the builders name equals "Classic Builders WLGTN" and the date the quote was after 1 January 2021 but it is not working.
Any guidance would be much appreciated!
=SUMIFS({QCM 2020 Range 1}, {QCM 2020 Onwards 2}, "Classic Builders WLGTN", {QCM 2020 Date 4}, (@cell >= DATE(2021, 1, 1)))
Thank you and have a great weekend!
Tracey
Best Answer
-
Thanks for your suggestion Kelly but it hasn't worked. It was one of the options I had tried... pulling my hair out now ha ha
This is what I did after your suggestion but coming up as zero amount when there is actually 171
=SUMIFS({QCM 2020 Range 1}, {QCM 2020 Onwards 2}, "Classic Builders WLGTN", {QCM 2020 Date 4}, @cell >= DATE(2021, 1, 1))
Thanks
Tracey
Answers
-
Hey @Tracey Tume
Try this
=SUMIFS({QCM 2020 Range 1}, {QCM 2020 Onwards 2}, "Classic Builders WLGTN", {QCM 2020 Date 4}, @cell >= DATE(2021, 1, 1))
-
Thanks for your suggestion Kelly but it hasn't worked. It was one of the options I had tried... pulling my hair out now ha ha
This is what I did after your suggestion but coming up as zero amount when there is actually 171
=SUMIFS({QCM 2020 Range 1}, {QCM 2020 Onwards 2}, "Classic Builders WLGTN", {QCM 2020 Date 4}, @cell >= DATE(2021, 1, 1))
Thanks
Tracey
-
Hey @Tracey Tume
For trouble shooting purposes, let's begin to remove the individual pieces. I added the ISDATE criteria in case your date field isn't all dates.
=SUMIFS({QCM 2020 Range 1}, {QCM 2020 Date 4}, ISDATE(@cell), {QCM 2020 Date 4}, @cell >= DATE(2021, 1, 1))
What does this give you?
-
Hi Kelly
Your enquiries made me check the properties of the columns and the "so called" DATE column was a drop down (long stores), so I have change the range to another true date column and it has worked! YAY!
=SUMIFS({QCM 2020 Range 1}, {QCM 2020 Onwards 2}, "Classic Builders WLGTN", {QCM 2020 Date 4}, @cell >= DATE(2021, 1, 1))
thanks for your quick responses I can leave work for the week and not be mulling it over :)
have a great weekend
Tracey
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 446 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!