Hello, community,
Struggling with a SUMIFS formula.
I've created a metric sheet to sum a specific column (E) in a project sheet by month. The column lists quantities for each mission (only at the parent row for each mission), spanning different months and years. While a simple SUM formula for the entire column gave the correct total, I'm struggling with a SUMIFS formula to calculate the monthly sum (Jan 24 shown below). Here's the formula I'm using:
=SUMIFS({Mission Schedule - SUMIFS Test Column E}, {Mission Schedule - SUMIFS Test Range 1}, ">=01/01/24", {Mission Schedule - SUMIFS Test End Date}, "<=1/31/24")
No errors, just returning 0 in the metric sheet.
Example mission data (test) and dates below (currently using this data for the metric sheet until I get a working formula):
Assuming my issue has to do with the date criteria.