Hello,
I'm using a SUMIFS formula to try and get the sum of materials, done during a specific process, during the specified date range of May 04 2026 - May 08 2026. But it continues to total all entries in that column, instead of giving the total based on the provided data.
I've also tried using both OR and AND functions before the date. Using AND returned a 0 for quantity. Where am I going wrong here?
=SUMIFS({Cut Quantity}, {Process}, "TL", {Date}, OR(@cell >= DATE(26, 5, 4), @cell <= DATE(26, 5, 8)))
All dates on the source sheet are in a date specific column as well.
Thanks!