PC Review


Reply
Thread Tools Rate Thread

Counting with two criteria where one is between values

 
 
Fluffygoldfish
Guest
Posts: n/a
 
      7th May 2010
Hi

I have a spreadsheet with details of client contacts.
Column H - users enter "X" when client has had first appointment
Column I - users enter time (in weeks) client has waited for the appointment

I need to return how many clients waited 0-8 weeks, 9-13weeks and 13-18 weeks

I can count how many waited <8 weeks using
=SUM((H1:H5="X")*(I1:I5<=8))

How can I count with the first criteria being an X in column h and the
second criteria being between the values of 9 and 13?

Thanks very much to anyone who is able to help me, it is very much
appreciated!

 
Reply With Quote
 
 
 
 
Eduardo
Guest
Posts: n/a
 
      7th May 2010
Hi,

=SUMPRODUCT(($H$1:$H$5="X")*($I$1:$I$5>=9)*(I1:I5<=13))

change range to fit your needs

"Fluffygoldfish" wrote:

> Hi
>
> I have a spreadsheet with details of client contacts.
> Column H - users enter "X" when client has had first appointment
> Column I - users enter time (in weeks) client has waited for the appointment
>
> I need to return how many clients waited 0-8 weeks, 9-13weeks and 13-18 weeks
>
> I can count how many waited <8 weeks using
> =SUM((H1:H5="X")*(I1:I5<=8))
>
> How can I count with the first criteria being an X in column h and the
> second criteria being between the values of 9 and 13?
>
> Thanks very much to anyone who is able to help me, it is very much
> appreciated!
>

 
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
Counting unique values with criteria =?Utf-8?B?S2V2aW4gTWNDYXJ0bmV5?= Microsoft Excel Worksheet Functions 10 31st Dec 2009 04:02 PM
Counting unique values with criteria Chuck Microsoft Excel Misc 4 11th Jun 2009 04:23 PM
Counting Unique Values Given Criteria =?Utf-8?B?Y2FybA==?= Microsoft Excel Worksheet Functions 2 20th Aug 2005 04:22 PM
Counting Cell Values that Meet Certain Criteria David Seibel Microsoft Excel Worksheet Functions 5 1st Apr 2004 12:23 AM
Counting values if they meet two sets of criteria Spiketrip Microsoft Excel Worksheet Functions 2 23rd Jan 2004 05:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:17 PM.