Hi Everyone. I would appreciate any feedback on what I'm doing wrong.
In the formula below, when I hardcode my dates below, I get the correct answer back.
=SUMIFS({Tech Enablement-NCAL - Allocation}, {Tech Enablement-NCAL - Timeline Range 1}, HAS(@cell, $Resource@row), {Tech Enablement-NCAL - StartDate}, <=DATE(2026, 4, 8), {Tech Enablement-NCAL - EndDate}, >=DATE(2026, 4, 8))
When I change the formula to refence a value in Column with a "Date" data type, I get a different answer back which is incorrect. For this example, the value is CalendarDate99 is 4/8/26
=SUMIFS({Tech Enablement-NCAL - Allocation}, {Tech Enablement-NCAL - Timeline Range 1}, HAS(@cell, $Resource@row), {Tech Enablement-NCAL - StartDate}, <=CalendarDate99, {Tech Enablement-NCAL - EndDate}, >=CalendarDate99)
I have absolutely no idea what I'm doing wrong as the there is not any error message being generated. I only get the incorrect value being returned when I use the reference to CalendarDate99 rather than using the Date() function.
Thanks in advance!