Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Transactions are listed by date in mm/dd/yy format. I was trying to use
countif and sumif, but not successfully. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
a bit low on detail but the following may get you going:-
=SUMIF(A1:A6,"<"&DATE(2007,4,3),B1:B6)-SUMIF(A1:A6,"<"&DATE(2007,4,1),B1:B6) This formula will check the range A1:A6 for dates earlier than 3/4/2007 and later than 1/4/2007 i.e. for the date 2/4/2007 and will then summ the corresponding cells in B1:B6. Any Help? Mike "OldGuy" wrote: Transactions are listed by date in mm/dd/yy format. I was trying to use countif and sumif, but not successfully. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks!! That was terrific and right on. :-)
"Mike H" wrote: a bit low on detail but the following may get you going:- =SUMIF(A1:A6,"<"&DATE(2007,4,3),B1:B6)-SUMIF(A1:A6,"<"&DATE(2007,4,1),B1:B6) This formula will check the range A1:A6 for dates earlier than 3/4/2007 and later than 1/4/2007 i.e. for the date 2/4/2007 and will then summ the corresponding cells in B1:B6. Any Help? Mike "OldGuy" wrote: Transactions are listed by date in mm/dd/yy format. I was trying to use countif and sumif, but not successfully. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting transactions as listed in reports | Excel Discussion (Misc queries) | |||
Counting the number of date entries in a giving month | Excel Discussion (Misc queries) | |||
counting the number of times something is bought during a month | Excel Worksheet Functions | |||
Counting number of incidents of a month | Excel Worksheet Functions | |||
counting with a criteria in multiple transactions | Excel Worksheet Functions |