Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to calculate the total of column G from particular date
period. Anyone has ideas? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=SUMIF(A:A,""&date_cell,G:G)
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message ups.com... I want to calculate the total of column G from particular date period. Anyone has ideas? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i'll try a bob phillips approach:<g
assuming running dates are in a1:a25, this would sum everything in g within the date range of a6:a20 =SUMPRODUCT(--(G1:G22),--(A1:A22=A6),--(A1:A22<=A20)) -- Gary wrote in message ups.com... I want to calculate the total of column G from particular date period. Anyone has ideas? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Now you are not saying I am obsessed with SUMPRODUCT are you <bg
Bob "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... i'll try a bob phillips approach:<g assuming running dates are in a1:a25, this would sum everything in g within the date range of a6:a20 =SUMPRODUCT(--(G1:G22),--(A1:A22=A6),--(A1:A22<=A20)) -- Gary wrote in message ups.com... I want to calculate the total of column G from particular date period. Anyone has ideas? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
no, i just know who to ask if i have problems.
-- Gary "Bob Phillips" wrote in message ... Now you are not saying I am obsessed with SUMPRODUCT are you <bg Bob "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... i'll try a bob phillips approach:<g assuming running dates are in a1:a25, this would sum everything in g within the date range of a6:a20 =SUMPRODUCT(--(G1:G22),--(A1:A22=A6),--(A1:A22<=A20)) -- Gary wrote in message ups.com... I want to calculate the total of column G from particular date period. Anyone has ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Number of Days after a Start Date | Excel Discussion (Misc queries) | |||
assign a number to the same date & start over with 1 on new date | Excel Worksheet Functions | |||
Calculating number of days including the start and end date | Excel Discussion (Misc queries) | |||
Calculating number of days including the start and end date | Excel Discussion (Misc queries) | |||
Calculating monthly start date with a start date | Excel Worksheet Functions |