Hello!
I am trying to use the =SUMIFS formula to sum up a range of donations that occurred on a specific date. Essentially, I have a giant list of donations, with a column that shows date, and a column that shows the donation total. I'd like to run a formula that will total all donations made on a specific date in that list. Here is the formula I am using and a screenshot of the sheet. Please help - I continuously get $0.00 as the total when using a Date as the criteria. But when I change the criteria to another column, that is not driven by a "Date", such as company, I get the formula to work. I have also tried the SUMIF formula as is written below with the same issue.
=SUMIFS(Deduction:Deduction, Date:Date, "06/07/20")
=SUMIF(Date:Date, 6 / 7 / 20, Deduction:Deduction)
Thank you!