Sum of total pend per Quarter
What's wrong with Formula?
Best Answer
-
Hi @Max Ahmed
Ah my apologies! Since we're using SUMIFS in this instance, you'll want to have the column to SUM be the first range, not the last.
Try:
=SUMIFS({Pipeline-Remodel Completion Dates cost}, {Pipeline-Remodel Completion Dates Start}, >=Date(2021, 4, 1), {Pipeline-Remodel Completion Dates Start}, <=Date(2021, 7, 31))
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Hi @Max Ahmed
If you're looking for multiple criteria in a SUMIF, you'll want to use SUMIFS (plural) instead. With a SUMIFS, the column to SUM is actually the last range that you list. See: SUMIFS Function
Try:
=SUMIFS({Remodel Pipeline Big Picture Summary Range 1}, >=DATE(2021, 4, 1), {Remodel Pipeline Big Picture Summary Range 1}, <=DATE(2021, 7, 31), {Pipeline-Remodel Range 3})
Note that both {Remodel Pipeline Big Picture Summary Range 1} and {Pipeline-Remodel Range 3} will need to be looking at the same sheet.
Let me know if this has resolved your issue!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
I think the Problem is that they are separate sheets. I have tried sumifs with the formula before. Let me amend it to the same sheet and see if i get a result
-
Still Getting invalid Operation
-
Hi @Max Ahmed
Ah my apologies! Since we're using SUMIFS in this instance, you'll want to have the column to SUM be the first range, not the last.
Try:
=SUMIFS({Pipeline-Remodel Completion Dates cost}, {Pipeline-Remodel Completion Dates Start}, >=Date(2021, 4, 1), {Pipeline-Remodel Completion Dates Start}, <=Date(2021, 7, 31))
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!