Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / May 2008

Tip: Looking for answers? Try searching our database.

CountA - using two columns of data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
excelnewbie - 29 May 2008 21:13 GMT
I have a spreadsheet that looks like this:

Defect         Priority          Vendor
bug1           1                   ACME
bug2           1                   JONES
bug3           2                   ACME
bug4           1                   ACME

I need to be able to summarize the number of bugs for each vendor by priority.

Prirority 1          Priority 2
ACME: 2            ACME: 1
JONES: 1           JONESs: 0

I can't seem to find a function that will let me do it.
Signature

gm

PCLIVE - 29 May 2008 21:21 GMT
Maybe something like this:

Priority 1
=SUMPRODUCT(--(B2:B10=1),--(C2:C10="ACME"))
=SUMPRODUCT(--(B2:B10=1),--(C2:C10="JONES"))

Priority 2
=SUMPRODUCT(--(B2:B10=2),--(C2:C10="ACME"))
=SUMPRODUCT(--(B2:B10=2),--(C2:C10="JONES"))

HTH,
Paul

>I have a spreadsheet that looks like this:
>
[quoted text clipped - 12 lines]
>
> I can't seem to find a function that will let me do it.
willy - 30 May 2008 01:59 GMT
If you have a large table of this type of data you should learn how to use
PIVOT TABLES, this will give the output you are looking for.

> I have a spreadsheet that looks like this:
>
[quoted text clipped - 11 lines]
>
> I can't seem to find a function that will let me do it.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.