Thread: Count the date
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Jarek Kujawa[_2_] Jarek Kujawa[_2_] is offline
external usenet poster
 
Posts: 896
Default Count the date

=SUMPRODUCT(($A$1:$A$100="Delayed Redundancy")*(YEAR($B$1:$B$100)
=2009))



On 22 Maj, 13:54, TORIA28 wrote:
I have the folowing set up:

* * * A * * * * * * * * * * * * * * * * * * * * * * *B

Delayed Redundancy * * * * * * * * *31/08/09
Delayed Redundancy * * * * * * * * *03/06/10
Employed * * * * * * * * *
Employed
Delayed Redundancy * * * * * * * * *31/08/09
Employed * * * * * *

I need a formula that will count how many Delayed redundancies there will be
in 2009

Thank you for your help

Toria