Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macro for adding between dates


Hi all,

Here's hopefully an easy one for the macro gurus out there...

I have several sheets that are then collated on a single "report" page
I would like to know if anyone out there has any idea on a macro or VB
module that would automatically sum totals with the criteria of star
and end dates?

The dates are added in manually each time the user wishes to update th
report. Sometimes the start and end will be on a week by week and othe
times for a whole month.

Help????

--
rhani11
-----------------------------------------------------------------------
rhani111's Profile: http://www.excelforum.com/member.php...fo&userid=1994
View this thread: http://www.excelforum.com/showthread.php?threadid=56173

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macro for adding between dates


This can be done with a worksheet function. Do you really want
macro?

see this application

http://www.xldynamic.com/source/xld.SUMPRODUCT.htm

--
duan

-----------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...fo&userid=1162
View this thread: http://www.excelforum.com/showthread.php?threadid=56173

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macro for adding between dates


Hi Matey,

No, can't really use the sumproduct function. There are too many
variables to deal with. For a start I would need it to search for a
matching date, then sum two or three different columns depending on the
start and end dates. If sumproduct can do this, then can someone give me
an example??

I would rather have the user enter the dates and either use a button to
re-calculate or VBA entered on the sheet itself which would
automatically calculate. This way it leaves no room for the user to
make any errors.

Tar for the info though


--
rhani111
------------------------------------------------------------------------
rhani111's Profile: http://www.excelforum.com/member.php...o&userid=19940
View this thread: http://www.excelforum.com/showthread...hreadid=561737

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macro for adding between dates


let's say the start date is in cell a1, and the end date in cell a2, and
you want to sum data in column C rows 1:100 between these dates in
column B(inclusive of start and end dates).

=sumproduct((b1:b100=a1)*(b1+b100<=a2)*(c1:c100))

to sum data in columns c:e

=sumproduct((b1:b100=a1)*(b1+b100<=a2)*(c1:e100))


--
duane


------------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...o&userid=11624
View this thread: http://www.excelforum.com/showthread...hreadid=561737

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
Adding dates in columns Roy Excel Worksheet Functions 2 April 12th 10 03:25 AM
adding columns if dates are the same Griffey5 Excel Worksheet Functions 4 January 6th 09 11:41 PM
Adding up dates Al B Excel Discussion (Misc queries) 1 January 20th 06 03:13 AM
Adding dates Natalie Excel Worksheet Functions 1 March 18th 05 09:54 AM
Adding to Dates turboalto Excel Programming 4 September 30th 04 09:56 PM


All times are GMT +1. The time now is 02:58 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"