I am trying to write this formula in Excel 2003, which I know has no SUMIFS. I need to find the sum of all items under HQ (column M) that are equal to or less than 100,000 (amounts are in column E).
=SUMIFS(E2:E49,"<=100000",M2:M49,"HQ")
I already tried your solution of ={SUM(IF((...
It would not accept.
=SUMIFS(E2:E49,"<=100000",M2:M49,"HQ")
I already tried your solution of ={SUM(IF((...
It would not accept.