Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I have a range of dates in Column A in the format of dd/mm/yyyy When I try to use the following function the result is just zero =SUMIFS(J:J,A:A,"??/01/2008") I am trying to add all entries in J for each month Can anybody please help? Thanks Paul |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((J1:J300)*(--(MONTH(A1:A300)=1))) for January
=SUMPRODUCT((J1:J300)*(--(MONTH(A1:A300)=2))) for February etc. -- Gary''s Student - gsnu200772 "PaulJK" wrote: Hi I have a range of dates in Column A in the format of dd/mm/yyyy When I try to use the following function the result is just zero =SUMIFS(J:J,A:A,"??/01/2008") I am trying to add all entries in J for each month Can anybody please help? Thanks Paul |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(MONTH(A1:A100)=2),--(YEAR(A1:A100)=2008),J1:J100)
"PaulJK" wrote: Hi I have a range of dates in Column A in the format of dd/mm/yyyy When I try to use the following function the result is just zero =SUMIFS(J:J,A:A,"??/01/2008") I am trying to add all entries in J for each month Can anybody please help? Thanks Paul |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIFS formula using dates and text as criteria | Excel Discussion (Misc queries) | |||
sumifs will not work with a cell reference as criteria | Excel Discussion (Misc queries) | |||
Wildcards in functions | Excel Worksheet Functions | |||
Wildcards in Functions | Excel Worksheet Functions | |||
Wildcards in Functions | Excel Worksheet Functions |