Hello,
I am trying to sum the number in the Count column (Range 6) if the solution = RC WHS (Range 4) and if the 1st Inbound in the 2nd quarter of 2023 (Range 5).
This is not working.
=SUMIFS({1. Task Sheet Range 6}, {1. Task Sheet Range 4}, "RC WHS", {1. Task Sheet Range 5}, "1st Inbound", {1. Task Sheet Range 5}, AND(@cell >= DATE(2023, 4, 1), @cell <= DATE(2023, 6, 30))))