Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default total number from start date to end date

I want to calculate the total of column G from particular date
period.

Anyone has ideas?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,726
Default total number from start date to end date

=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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default total number from start date to end date

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,726
Default total number from start date to end date

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default total number from start date to end date

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count Number of Days after a Start Date Jimbo Excel Discussion (Misc queries) 5 April 3rd 23 12:12 PM
assign a number to the same date & start over with 1 on new date Barbara Excel Worksheet Functions 3 August 20th 09 12:52 AM
Calculating number of days including the start and end date Terri Excel Discussion (Misc queries) 2 March 2nd 09 01:18 PM
Calculating number of days including the start and end date Shane Devenshire[_2_] Excel Discussion (Misc queries) 0 February 26th 09 10:45 PM
Calculating monthly start date with a start date Monique Excel Worksheet Functions 3 December 20th 08 09:50 AM


All times are GMT +1. The time now is 02:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"