#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Countif Formulas

I have two worksheets. I want to feed data from one to the next to tally
occurrences of key words in two columns according to month in another column

Worksheet 1
A B C
01/15/2009 Keyword Keyword
01/05/2009 Keyword Keyword
02/12/2009 Keyword Keyword

Worksheet 2
A B C
January Count KeyWord Worksheet 1 Count Keyword Worksheet 1
February Count Keyword Worksheet 1 Count Keyword Worksheet 1

How can I have the entries from worksheet one auto-count on worksheet 2 for
stat totals?



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default Countif Formulas

Copy and paste the below formula in B1 cell of Sheet2
=IF(A1="","",SUMPRODUCT((MONTH(Sheet1!$A$1:$A$100) =MONTH(VALUE(A1&1)))*(Sheet1!$B$1:$B$100="KEYWORD" )))

Copy and paste the below formula in C1 cell of Sheet2
=IF(A1="","",SUMPRODUCT((MONTH(Sheet1!$A$1:$A$100) =MONTH(VALUE(A1&1)))*(Sheet1!$C$1:$C$100="KEYWORD" )))

Drag the above formulas for the remaining cells of B & C Columns.

Change the cell reference $A$1:$A$100 to your desired range, if required.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"jay" wrote:

I have two worksheets. I want to feed data from one to the next to tally
occurrences of key words in two columns according to month in another column

Worksheet 1
A B C
01/15/2009 Keyword Keyword
01/05/2009 Keyword Keyword
02/12/2009 Keyword Keyword

Worksheet 2
A B C
January Count KeyWord Worksheet 1 Count Keyword Worksheet 1
February Count Keyword Worksheet 1 Count Keyword Worksheet 1

How can I have the entries from worksheet one auto-count on worksheet 2 for
stat totals?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Countif Formulas

Let's dumb this down for me. :)

Worksheet 1
A2:A750 = dates for the month
If I wanted only the January dates, how would that look in your response?

Different keywords fall in column B

Worksheet 2
A would be total of those that occur in January and B would be total
keywords for January
January provide total keywords from column B

The month criteria gets me. Sorry I'm being "thick" here.

"Ms-Exl-Learner" wrote:

Copy and paste the below formula in B1 cell of Sheet2
=IF(A1="","",SUMPRODUCT((MONTH(Sheet1!$A$1:$A$100) =MONTH(VALUE(A1&1)))*(Sheet1!$B$1:$B$100="KEYWORD" )))

Copy and paste the below formula in C1 cell of Sheet2
=IF(A1="","",SUMPRODUCT((MONTH(Sheet1!$A$1:$A$100) =MONTH(VALUE(A1&1)))*(Sheet1!$C$1:$C$100="KEYWORD" )))

Drag the above formulas for the remaining cells of B & C Columns.

Change the cell reference $A$1:$A$100 to your desired range, if required.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"jay" wrote:

I have two worksheets. I want to feed data from one to the next to tally
occurrences of key words in two columns according to month in another column

Worksheet 1
A B C
01/15/2009 Keyword Keyword
01/05/2009 Keyword Keyword
02/12/2009 Keyword Keyword

Worksheet 2
A B C
January Count KeyWord Worksheet 1 Count Keyword Worksheet 1
February Count Keyword Worksheet 1 Count Keyword Worksheet 1

How can I have the entries from worksheet one auto-count on worksheet 2 for
stat totals?



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
Countif formulas DianeC Excel Discussion (Misc queries) 1 May 24th 07 01:11 AM
SumIF and CountIF formulas Todd Excel Discussion (Misc queries) 5 April 16th 07 12:28 AM
how do i set a formulas with two conditions using countif kiko31 Excel Discussion (Misc queries) 3 June 25th 06 01:38 PM
COUNTIF FORMULAS Alexis Excel Discussion (Misc queries) 2 December 19th 05 09:52 PM
combining countif formulas Liz G Excel Worksheet Functions 3 November 1st 04 09:34 PM


All times are GMT +1. The time now is 08:58 AM.

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"