#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Count If trouble

I'm trying to count the number of "late" occurrences by a persons name that
fall within a 90 , <90, <60, <30 wondow.

So there's 2 conditions, the persons name and the number of occurrences
within a sspecific range.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 143
Default Count If trouble

You should be able to use SUMPRODUCT for this:
=SUMPRODUCT(($A$1:$A$11="PJ")*($B$1:$B$11="<30"))

You may need a seperate column that calculates the <30, etc. I am sure
there is a way to bake it into the formula, but let's see if this works first.

If you set up a summary table for each:
PJ <30 Formula
PJ <60 Formula
PJ <90 Formula
PJ 90 Formula

and so on. If you have a large number of records, this could get
problematic.

If you are using Excel 2007 you can use COUNTIFS().

Post back with questions.
--
Regards,

PJ
Please rate this post using the vote buttons if it was helpful.



"Jennnifer" wrote:

I'm trying to count the number of "late" occurrences by a persons name that
fall within a 90 , <90, <60, <30 wondow.

So there's 2 conditions, the persons name and the number of occurrences
within a sspecific range.

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
Trouble trying to do a 'Count IF' Logikal1 Excel Worksheet Functions 2 June 18th 08 09:11 AM
trouble shooting "COUNT" epsaklas Excel Discussion (Misc queries) 2 February 20th 08 10:44 PM
IRR Trouble jeff Excel Worksheet Functions 1 August 20th 07 09:42 PM
bar of pie trouble mr tom Charts and Charting in Excel 4 August 2nd 07 02:04 PM
Trouble with IF EG Excel Worksheet Functions 9 October 3rd 06 07:15 PM


All times are GMT +1. The time now is 05:34 PM.

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"