Hi, I have a column of salaries with the data starting in A2 to A200
I need to sum the salaries less than $300 and greater than $500.
I can do a SUM in an Array and get the correct answer but I want to do a SUMIFS statement, if possible? I have tried the following but I get zero as the result:
=SUMIFS(A2:A200,A2:A200,”<300”,A2:A200,”>500”)...what am I doing wrong?
I need to sum the salaries less than $300 and greater than $500.
I can do a SUM in an Array and get the correct answer but I want to do a SUMIFS statement, if possible? I have tried the following but I get zero as the result:
=SUMIFS(A2:A200,A2:A200,”<300”,A2:A200,”>500”)...what am I doing wrong?