Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I searched on this NG but I can't find a solution to my simple problem. On Column A are dates, e. i. 09/28/06 format. On column B are values. I'd like to get the total on Column B if the dates on Column A are days in September. Thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way would be to use a helper column. Assuming your dates in column A and
values in column B, then in C2 put this and copy down =MONTH(a1) Then in D1 put this =SUMIF(C:C,9,B:B) Vaya con Dios, Chuck, CABGx3 "Danny" wrote: Hi, I searched on this NG but I can't find a solution to my simple problem. On Column A are dates, e. i. 09/28/06 format. On column B are values. I'd like to get the total on Column B if the dates on Column A are days in September. Thank you. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(MONTH(A1:A100)=9),B1:B100)
"CLR" wrote: One way would be to use a helper column. Assuming your dates in column A and values in column B, then in C2 put this and copy down =MONTH(a1) Then in D1 put this =SUMIF(C:C,9,B:B) Vaya con Dios, Chuck, CABGx3 "Danny" wrote: Hi, I searched on this NG but I can't find a solution to my simple problem. On Column A are dates, e. i. 09/28/06 format. On column B are values. I'd like to get the total on Column B if the dates on Column A are days in September. Thank you. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks a lot.
"Toppers" wrote: =SUMPRODUCT(--(MONTH(A1:A100)=9),B1:B100) "CLR" wrote: One way would be to use a helper column. Assuming your dates in column A and values in column B, then in C2 put this and copy down =MONTH(a1) Then in D1 put this =SUMIF(C:C,9,B:B) Vaya con Dios, Chuck, CABGx3 "Danny" wrote: Hi, I searched on this NG but I can't find a solution to my simple problem. On Column A are dates, e. i. 09/28/06 format. On column B are values. I'd like to get the total on Column B if the dates on Column A are days in September. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to create a rolling 6 month average? | Excel Discussion (Misc queries) | |||
Date arithmetic: adding 1 month to prior end of month date | Excel Worksheet Functions | |||
Need cell formula to subtotal gross by month for a quarter | Excel Discussion (Misc queries) | |||
Working days left in the month compared to previous months | Excel Worksheet Functions | |||
Month Year Date Format | Excel Worksheet Functions |