Hi guys. Thank you so much for your replies, but I upgraded to excel 2010 so as to get SUMIFS but I still cannot get the sum. This is my latest query:
How do I get the sum of all entries of less than $100,000 found in column E, that were done in HQ (COLUMN M).
I don't know what to put in...
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((...