PC Review


Reply
Thread Tools Rate Thread

Counting with 2 criteria

 
 
Amethyst
Guest
Posts: n/a
 
      12th Apr 2010
I need to be able to pull counts from a frequently updated list based on
associate's name and status of order.
--
Amethyst
 
Reply With Quote
 
 
 
 
JLatham
Guest
Posts: n/a
 
      12th Apr 2010
=SUMPRODUCT(--(A1:A100="associate name"),--(B1:B100="status"))
should do it for you, adjust the columns/rows to match your sheet.

You could have a couple of cells to enter associate name/status into to make
things easier; as associate name in C1 and status in D1:
=SUMPRODUCT(--(A1:A100=C1),--(B1:B100=D1))


"Amethyst" wrote:

> I need to be able to pull counts from a frequently updated list based on
> associate's name and status of order.
> --
> Amethyst

 
Reply With Quote
 
Amethyst
Guest
Posts: n/a
 
      13th Apr 2010
Thanks so much! That works beautifully. Now I need to be able to add the
dollars in a column that belongs to that associate.
--
Amethyst


"JLatham" wrote:

> =SUMPRODUCT(--(A1:A100="associate name"),--(B1:B100="status"))
> should do it for you, adjust the columns/rows to match your sheet.
>
> You could have a couple of cells to enter associate name/status into to make
> things easier; as associate name in C1 and status in D1:
> =SUMPRODUCT(--(A1:A100=C1),--(B1:B100=D1))
>
>
> "Amethyst" wrote:
>
> > I need to be able to pull counts from a frequently updated list based on
> > associate's name and status of order.
> > --
> > Amethyst

 
Reply With Quote
 
Amethyst
Guest
Posts: n/a
 
      13th Apr 2010
I figured out how to sum a column of $ values for a specified associate. If
it would help someone else, the formula with the name in Col A and the $
values in Col H:
=SUMPRODUCT(--(A1:A100="associate name"),--(H1:H100))
--
Amethyst


"Amethyst" wrote:

> I need to be able to pull counts from a frequently updated list based on
> associate's name and status of order.
> --
> Amethyst

 
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
RE: counting with 2 different criteria Sheeloo Microsoft Excel Misc 0 9th Oct 2008 09:36 PM
Counting with more than one criteria Lori Microsoft Excel Worksheet Functions 4 2nd Sep 2008 06:08 PM
Counting on two Criteria Django Cat Microsoft Excel Discussion 3 18th May 2008 09:36 AM
Counting Cells with multiple criteria.One criteria supporting wild =?Utf-8?B?QXpoYXIgQXJhaW4=?= Microsoft Excel Worksheet Functions 1 12th Jan 2005 08:33 AM
Counting Cells with multiple criteria.One criteria supporting wild =?Utf-8?B?QXpoYXIgU2FsZWVt?= Microsoft Excel Worksheet Functions 0 12th Jan 2005 07:51 AM


Features
 

Advertising
 

Newsgroups
 


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