I'm running a SUMIF which returns the sum of values matching COM
Sample: =SUMIF(Cust_Type,"com",Total_Bill)
Cust_Type Total_Bill
COM 1200
COM 1200
COM 1200
COM 10
COM 10
ATM 100
ATM 100
I only want the sum of those values matching COM and are greater than 10
Thanks!
Sample: =SUMIF(Cust_Type,"com",Total_Bill)
Cust_Type Total_Bill
COM 1200
COM 1200
COM 1200
COM 10
COM 10
ATM 100
ATM 100
I only want the sum of those values matching COM and are greater than 10
Thanks!