Hello all,
I am trying to add up the value in column B given a certain date. The table is as follow:
A B 1 5/2/2015 11:18:00 PM 100 2 5/2/2015 9:44:00 PM 100 3 6/2/2015 2:26:00 PM 200 4 6/2/2015 4:53:00 PM 200 5 6/2/2015 6:18:00 PM 200
The sum result table:
5/2/2015 200 6/2/2015 600
I used the formula: =SUMIF(A:A, "*5/2/2015*", B:B) and =SUMIF(A:A, "*6/2/2015*", B:B) , but they don't seem to work. If you guys could please help that would be great.
Thank you very much in advance.![]()
Bookmarks