Sumifs count is off from column sum count. How can I fix this?

I am attempting to match my sheet summary with the column sum of 1115 (seen at the bottom). The sheet summary is pulling the column "Fiscal DOD K-6 Hours" as 1172(on the right). The formula I am using is the following:
=SUMIFS([Total Hours - DOD K-6]$1014:[Total Hours - DOD K-6]$1333, [DOD - K-6]$1014:[DOD - K-6]$1333, 1)
I don't have any current conditional formatting running and I only filtered so you can see the data associated with the issue. What am I missing.
Answers
-
Even with a filter in place it is still counting the rows hidden between the rows you marked. If you filtered out anything that also has a check in [DOD - K-6] it is being counted as well.
If you found this comment helpful. Please respond with any of the buttons below. Awesomeπ€, Insightfulπ‘, Upvoteβ¬οΈ, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Thank you, I was able to figure it out.
Help Article Resources
Categories
Check out the Formula Handbook template!