PC Review


Reply
Thread Tools Rate Thread

counting repeats of data

 
 
=?Utf-8?B?QnJhZCBLLg==?=
Guest
Posts: n/a
 
      26th Jun 2007
I am working on large data sets. I am trying to find an effective way to
build a table that shows how many times each ID number show (1 to 10 times).
Also, there will be some times that I don't want to count the occurance of an
ID (if there is a False in the adjacent cell).
A Pivot Table does some of this but I don't know how to sort a Pivot Table
by number of occurances. Also, I haven't been able to exclude the False from
the "Count of ID" column in the Pivot Table.
Thanks,
Brad
 
Reply With Quote
 
 
 
 
Vasant Nanavati
Guest
Posts: n/a
 
      26th Jun 2007
Something like:

=SUMPRODUCT((A1:A100="XYZ")*(OFFSET(A1:A100,0,1)<>FALSE))

_____________________________________________________________________

"Brad K." <(E-Mail Removed)> wrote in message
news:3E3A400E-995E-411F-9734-(E-Mail Removed)...
>I am working on large data sets. I am trying to find an effective way to
> build a table that shows how many times each ID number show (1 to 10
> times).
> Also, there will be some times that I don't want to count the occurance of
> an
> ID (if there is a False in the adjacent cell).
> A Pivot Table does some of this but I don't know how to sort a Pivot Table
> by number of occurances. Also, I haven't been able to exclude the False
> from
> the "Count of ID" column in the Pivot Table.
> Thanks,
> Brad



 
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
Access Repeats First Row Of Data TomAtAgFirst Microsoft Access 5 19th Dec 2011 04:11 PM
HOw do i find and sort out data repeats for specific data set =?Utf-8?B?SlJEZVBhdWw=?= Microsoft Excel Misc 0 26th Feb 2007 11:55 PM
How can I count the number of repeats in a list of data? =?Utf-8?B?U291dGhDYXJvbGluYQ==?= Microsoft Excel Misc 7 7th Mar 2006 10:03 PM
My Pivot total just repeats item data =?Utf-8?B?U2F2cmls?= Microsoft Excel Misc 1 4th Jan 2005 01:20 AM
Chart repeats data when printed pls help ! blewyn Microsoft Excel Misc 1 17th Nov 2003 09:52 AM


Features
 

Advertising
 

Newsgroups
 


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