D Dhardy Aug 13, 2009 #1 I need to have Excel sum data in column “M†if data in column “A†is a certain date. Any tips/advice?
I need to have Excel sum data in column “M†if data in column “A†is a certain date. Any tips/advice?
P Pete_UK Aug 13, 2009 #2 Try this: =SUMIF(A:A,D1,M:M) where D1 contains the date you are interested in. Hope this helps. Pete
J Jacob Skaria Aug 13, 2009 #3 With dates in C1 and C2 =SUMPRODUCT(--(A1:A100>=C1),--(A1:A100<=D1),M1:M100) If this post helps click Yes
With dates in C1 and C2 =SUMPRODUCT(--(A1:A100>=C1),--(A1:A100<=D1),M1:M100) If this post helps click Yes