SUMIFS not calculating values-giving result as "0"
Hi,
I am using following SUMIFS, though it is not throwing any error but it is not calculating the values in required range:
=SUMIFS({Deliverables}, {Engg}, Resource@row, {Completion Month}, Month@row, {Status}, Status@row)
Can anyone please help me know know, where I am missing on writing the argument?
Thank you,
Prajna
Answers
-
Hi @Prajna J
Hope you are fine, could you please add a screenshot ( remove any sensitive data )
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
What kind of data is in the {Deliverables} range? Is it numeric values?
-
@Paul Newcome Deliverable in number are there and the column properties is set as Text/Number.
-
One more update when I am using SUMIF it is working:
=SUMIF({Engg}, Resource@row, {Deliverables})
-
If the SUMIF is working then that narrows down the issue to one of these sets:
{Completion Month}, Month@row,
and/or
{Status}, Status@row
What exactly is in each of the ranges and each of the columns referenced? Do you have a formula populating the {Completion Month} range? If so, what is it?
-
Here is the formula I am using for the {Completion Month}:
=IFERROR(IF(MONTH([Finalized Date]@row) = 1, "January", IF(MONTH([Finalized Date]@row) = 2, "February", IF(MONTH([Finalized Date]@row) = 3, "March", IF(MONTH([Finalized Date]@row) = 4, "April", IF(MONTH([Finalized Date]@row) = 5, "May", IF(MONTH([Finalized Date]@row) = 6, "June", IF(MONTH([Finalized Date]@row) = 7, "July", IF(MONTH([Finalized Date]@row) = 8, "August", IF(MONTH([Finalized Date]@row) = 9, "September", IF(MONTH([Finalized Date]@row) = 10, "October", IF(MONTH([Finalized Date]@row) = 11, "November", IF(MONTH([Finalized Date]@row) = 12, "December")))))))))))) + " " + YEAR([Finalized Date]@row), "")
-
And what exactly is in the Month column?
{Completion Month}, Month@row,
-
It is text MONTH YEAR ...e.g., January 2021.
-
Ok. What about the Status range and column?
-
Range has drop downs and Status@row is text.
-
I would start by making sure that the text matches exactly in both sheets to include spaces. You may need to go into individual cells to check as multiple spaces are not shown when viewing a cell but are shown when editing.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!