I want to check column A2:A which contains dates and add together all of C2:C where A2:A contains todays date, I've tried to use SUMIF to complete this; however, it seems this only adds all of it together if all the dates are today's date.
at the moment I have tried =SUMIF(A2:A, A2:A=TODAY(), C2:C)
Can someone point me in the right direction?