I have data:
D = Amount (currency)
E = Check number OR "CASH" (text)
F = Date (at this point two options are 12/10/2015 OR 1/14/2016 (special m/d/yyyy)
The data is in rows 2 - 203 (row 1 is headings)
I want to sum the total of the "cash" received on 1/14/2016.
I typed this, but the answer is coming out as 0.00, but there are at least 7 cells matching BOTH those criteria.
=SUMIFS(D2:D203,e2:e203,”CASH”,f2:f203,”2/14/2016”)
What is wrong with that? I'm using office 2010 on a windows 8 interface.
All the text "CASH" is in UPPERCASE... would it make a difference if it were mixed case?
Thanks so much!
D = Amount (currency)
E = Check number OR "CASH" (text)
F = Date (at this point two options are 12/10/2015 OR 1/14/2016 (special m/d/yyyy)
The data is in rows 2 - 203 (row 1 is headings)
I want to sum the total of the "cash" received on 1/14/2016.
I typed this, but the answer is coming out as 0.00, but there are at least 7 cells matching BOTH those criteria.
=SUMIFS(D2:D203,e2:e203,”CASH”,f2:f203,”2/14/2016”)
What is wrong with that? I'm using office 2010 on a windows 8 interface.
All the text "CASH" is in UPPERCASE... would it make a difference if it were mixed case?
Thanks so much!