Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Counting criteria with dates in Jan,Feb etc

Hi all,

I have gone through all the previous posts and tried several different
variations but still can`t get it. Can anyone help?

I have 2 columns, one has a date in (the date closed) and the other has
either "Repudiated" or "Withdrawn" in.
I need to count the amount of entries in January that have been "Repudiated"

Any ideas please..

Many Thanks

Michael.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Counting criteria with dates in Jan,Feb etc

Try this,

=SUMPRODUCT((MONTH(A1:A20)=1)*(B1:B20="Repudiated" ))

In parctice Id use cell references for the criteria

=SUMPRODUCT((MONTH(A1:A20)=C1)*(B1:B20=D1))

Mike

"Michael B" wrote:

Hi all,

I have gone through all the previous posts and tried several different
variations but still can`t get it. Can anyone help?

I have 2 columns, one has a date in (the date closed) and the other has
either "Repudiated" or "Withdrawn" in.
I need to count the amount of entries in January that have been "Repudiated"

Any ideas please..

Many Thanks

Michael.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Counting criteria with dates in Jan,Feb etc

Hi Michael

With date in Column A and Result in B
=SUMPRODUCT(--(MONTH($A$2:$A$1000)=1),--($A$2:$A$1000<""),
--($B$2:$B$1000="Repudiated"))

--
Regards
Roger Govier

"Michael B" wrote in message
...
Hi all,

I have gone through all the previous posts and tried several different
variations but still can`t get it. Can anyone help?

I have 2 columns, one has a date in (the date closed) and the other has
either "Repudiated" or "Withdrawn" in.
I need to count the amount of entries in January that have been
"Repudiated"

Any ideas please..

Many Thanks

Michael.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Counting criteria with dates in Jan,Feb etc

That works great, thanks a lot.

Have a great Xmas all!!

"Mike H" wrote:

Try this,

=SUMPRODUCT((MONTH(A1:A20)=1)*(B1:B20="Repudiated" ))

In parctice Id use cell references for the criteria

=SUMPRODUCT((MONTH(A1:A20)=C1)*(B1:B20=D1))

Mike

"Michael B" wrote:

Hi all,

I have gone through all the previous posts and tried several different
variations but still can`t get it. Can anyone help?

I have 2 columns, one has a date in (the date closed) and the other has
either "Repudiated" or "Withdrawn" in.
I need to count the amount of entries in January that have been "Repudiated"

Any ideas please..

Many Thanks

Michael.

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
Counting with dates and other criteria Roman Excel Worksheet Functions 9 October 14th 08 05:37 AM
Counting dates based on certain criteria steve_sr2[_2_] Excel Worksheet Functions 5 March 1st 08 12:42 AM
Counting unique dates based on selected criteria in a list orchid11652 Excel Worksheet Functions 1 July 25th 07 12:08 AM
Counting multiple criteria involving dates S Davis Excel Worksheet Functions 2 May 10th 06 11:32 PM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Saleem Excel Worksheet Functions 1 January 12th 05 10:54 AM


All times are GMT +1. The time now is 08:06 PM.

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"