PC Review


Reply
Thread Tools Rate Thread

Countif and Date Comparison

 
 
Chas
Guest
Posts: n/a
 
      25th Jun 2008
“Issues Log” records date an issue is raised and a target date to complete
action (this being the date raised + 20 days). There is one issue per row.
I need to count the number of instances where the target date has been
missed, ie where the date completed is more than 20 days after the date
raised. Then I would like to express this as a percentage of the total
issues raised. Can anyone suggest a suitable formula please?

Date Issue Raised Target Date Action Complete
a a+20 a+10
b b+20 b+21
c c+20 c+30

Count if action completed in more than 20 days


 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      25th Jun 2008
=SUMPRODUCT(--(C2:C200-A2:A200>20))

and

=E1/COUNT(A2:A20)

assuming the first formula is in E1

--
__________________________________
HTH

Bob

"Chas" <(E-Mail Removed)> wrote in message
news:253973C7-7805-4CB1-B865-(E-Mail Removed)...
> "Issues Log" records date an issue is raised and a target date to complete
> action (this being the date raised + 20 days). There is one issue per
> row.
> I need to count the number of instances where the target date has been
> missed, ie where the date completed is more than 20 days after the date
> raised. Then I would like to express this as a percentage of the total
> issues raised. Can anyone suggest a suitable formula please?
>
> Date Issue Raised Target Date Action Complete
> a a+20 a+10
> b b+20 b+21
> c c+20 c+30
>
> Count if action completed in more than 20 days
>
>



 
Reply With Quote
 
Stefi
Guest
Posts: n/a
 
      25th Jun 2008
Try this formula:
=SUMPRODUCT(--(C2:C4>B2:B4))/(COUNTA(A:A)-1)
Format the result cell as percent!
Regards,
Stefi


„Chas” ezt *rta:

> “Issues Log” records date an issue is raised and a target date to complete
> action (this being the date raised + 20 days). There is one issue per row.
> I need to count the number of instances where the target date has been
> missed, ie where the date completed is more than 20 days after the date
> raised. Then I would like to express this as a percentage of the total
> issues raised. Can anyone suggest a suitable formula please?
>
> Date Issue Raised Target Date Action Complete
> a a+20 a+10
> b b+20 b+21
> c c+20 c+30
>
> Count if action completed in more than 20 days
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
::: Date Comparison Problem or Date Formula or Date Macro ::: infojacques@gmail.com Microsoft Excel Discussion 3 13th Jul 2007 10:08 AM
Date comparison...date now to date in a text field =?Utf-8?B?bWRuZXRlc3NlbnRpYWw=?= Microsoft Access Database Table Design 4 8th Jan 2006 05:08 PM
COUNTIF with compound comparison Thermometer Microsoft Excel Worksheet Functions 1 28th Mar 2005 04:15 PM
Date Comparison =?Utf-8?B?S3VyaWVuIEJha2VyIEZlbm4=?= Microsoft Dot NET 5 6th Oct 2004 05:06 PM
case sensitive comparison in sumif/countif mato Microsoft Excel Worksheet Functions 13 26th Mar 2004 08:02 PM


Features
 

Advertising
 

Newsgroups
 


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