Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
amandaa
 
Posts: n/a
Default Formulas and worksheet linking


Hi Please can some one help as I am having problems!! I have a workbook
with two worksheets on the first is the following:

A B

1 Name Date Called

2 John Smith 06/09/2005

3 Fred Bloggs 07/05/2005

4 Bart Simpson 12/09/2005

5 Bugs Bunny 23/07/2005

This is an on going worksheet which will be added to constantly with
new clients and dates called.


In the second worksheet is the following:


A B

1 Month Calls Made

2 January

3 February

4 March

5 April etc.....


My question, is how do I create a fomula in order to complete collumn B
in worksheet 2 with the total number of calls made during that month to
any client? I think I need to use the COUNTIF function, however I do
not know how to use with date ranges.

If someone could help that would be great!
Thanks
Amanda


--
amandaa
------------------------------------------------------------------------
amandaa's Profile: http://www.excelforum.com/member.php...o&userid=27010
View this thread: http://www.excelforum.com/showthread...hreadid=420962

  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

If all your dates are from the same year use

=SUMPRODUCT(--(MONTH(Sheet1!B2:B500)=month#))

month# is 1 for Jan, 2 for Feb, etc

If you have to worry about the year, too, then use

=SUMPRODUCT(--(MONTH(Sheet1!B2:B500)=month#),--(YEAR(Sheet1!B2:B500)=2005))


"amandaa" wrote:


Hi Please can some one help as I am having problems!! I have a workbook
with two worksheets on the first is the following:

A B

1 Name Date Called

2 John Smith 06/09/2005

3 Fred Bloggs 07/05/2005

4 Bart Simpson 12/09/2005

5 Bugs Bunny 23/07/2005

This is an on going worksheet which will be added to constantly with
new clients and dates called.


In the second worksheet is the following:


A B

1 Month Calls Made

2 January

3 February

4 March

5 April etc.....


My question, is how do I create a fomula in order to complete collumn B
in worksheet 2 with the total number of calls made during that month to
any client? I think I need to use the COUNTIF function, however I do
not know how to use with date ranges.

If someone could help that would be great!
Thanks
Amanda


--
amandaa
------------------------------------------------------------------------
amandaa's Profile: http://www.excelforum.com/member.php...o&userid=27010
View this thread: http://www.excelforum.com/showthread...hreadid=420962


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
Automatically pasting worksheet data to new worksheet with formulas COntactJason Excel Worksheet Functions 0 August 10th 05 08:22 PM
excel 2002 - copying formulas to another worksheet Greg Excel Discussion (Misc queries) 2 January 28th 05 10:23 PM
Replicating Formulas with Various Worksheet References Cloudburst99 Excel Worksheet Functions 1 January 20th 05 11:15 PM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM


All times are GMT +1. The time now is 04:27 PM.

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

About Us

"It's about Microsoft Excel"