PC Review


Reply
Thread Tools Rate Thread

Count unique entries across multiple columns

 
 
Bob Phillips
Guest
Posts: n/a
 
      24th Mar 2008
=SUMPRODUCT(--($A$2:$A$20=5490),--($C$2:$C$20=100),--($D$2:$D$20=34))

etc.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"medirate" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am trying to count the number of unique entries over a group of columns.
> For instance, I have the following in a spreadsheet:
>
>
> A
> B
> C
> D
>
> 1
> Account
> User
> Fund
> Dept
>
> 2
> 5490
> Sam
> 100
> 34
>
> 3
> 5490
> Sam
> 100
> 34
>
> 4
> 5490
> Sam
> 100
> 35
>
> 5
> 5491
> Ted
> 200
> 34
>
> 6
> 5491
> Fred
> 200
> 34
>
>
>
> I am interested in the Account, Fund, and Dept columns which, when
> combined,
> form a unique entry. So I need the unique entry and its count. For
> instance:
>
> 5490 100 34 (2)
> 5490 100 35 (1)
> 5491 200 34 (2)
>
> Can anyone help?
>
>



 
Reply With Quote
 
 
 
 
dan dungan
Guest
Posts: n/a
 
      24th Mar 2008

I would put this formula in Column E

=A2&C2&D2

and then run a pivot table.
 
Reply With Quote
 
medirate
Guest
Posts: n/a
 
      24th Mar 2008
I am trying to count the number of unique entries over a group of columns.
For instance, I have the following in a spreadsheet:


A
B
C
D

1
Account
User
Fund
Dept

2
5490
Sam
100
34

3
5490
Sam
100
34

4
5490
Sam
100
35

5
5491
Ted
200
34

6
5491
Fred
200
34



I am interested in the Account, Fund, and Dept columns which, when combined,
form a unique entry. So I need the unique entry and its count. For instance:

5490 100 34 (2)
5490 100 35 (1)
5491 200 34 (2)

Can anyone help?


 
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
count unique entries driller2 Microsoft Excel Misc 5 30th Nov 2009 05:02 AM
Count unique values across two columns with multiple conditions Ert Microsoft Excel Worksheet Functions 4 8th Mar 2009 12:22 AM
Count Unique Entries =?Utf-8?B?Skw=?= Microsoft Excel Programming 7 2nd May 2006 11:59 PM
how to count unique entries with multiple condition =?Utf-8?B?TWljaGFlbA==?= Microsoft Excel Worksheet Functions 6 29th Jun 2005 12:38 PM
Re: Unique entries count Aladin Akyurek Microsoft Excel Worksheet Functions 0 23rd Apr 2004 07:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:36 PM.