Thread: Countif
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sabbathnut sabbathnut is offline
external usenet poster
 
Posts: 6
Default Countif

On 7 Mar, 10:29, "vezerid" wrote:
On Mar 7, 12:45 pm, "sabbathnut" wrote:

Hello


How would i go about counting the toal number of jobs still "running"
by different area


Colum A has several business area'a In Colum B has the job ref number
Colum C has the status running, not started, Complete


how do i do the formula to count how many jobs for "area 1" are not
started??


Cheers


=SUMPRODUCT((A1:A100="area 1")*(C1:C100="running"))

HTH
Kostis Vezerides


THAT RETURNS #NUM

THIS IS VERY ODD

=IF(FRI!A:A=A4,COUNTIF(FRI!F:F,CONF!L4),0)
A4 = AREA 1
L4 = RUNNING

THIS IS WHAT I HAVE TRIED SO FAR AND IT HAS RETURNED 0