+ Reply to Thread
Results 1 to 16 of 16

Formulas and worksheet linking

  1. #1
    Registered User
    Join Date
    09-06-2005
    Posts
    1

    Smile 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

  2. #2
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  3. #3
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  4. #4
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  5. #5
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  6. #6
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  7. #7
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  8. #8
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  9. #9
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  10. #10
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  11. #11
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  12. #12
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  13. #13
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  14. #14
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  15. #15
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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
    >
    >


  16. #16
    Duke Carey
    Guest

    RE: Formulas and worksheet linking

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1