Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One more for June of 2006:
=sumproduct(--(text(a1:a100,"yyyymm")="200606"),b1:b100) John wrote: Dear all, I have two columns in Excel, one is date, the other is value,For Example A Column B Column 01-Jun-06 20 02-JUn-06 30 01-Aug-06 100 07-Oct-06 900 09-Jun-06 100 I want to sum those values when month is 6 (Jun) How can I set this formula to do it? Thanks you -- Dave Peterson |