PC Review


Reply
Thread Tools Rate Thread

How to check for duplicate values within a column

 
 
Andrew
Guest
Posts: n/a
 
      24th Sep 2007
Hello all,
I am working on a spreadsheet and I need to figure out how to
define a unique string. In my sheet, column 1 is a list of classes
offered at a school. So column 1 contains strings. There are several
offerings of some classes and so the names of those classes show up
more than once in the name column. I am trying to count the number of
unique names of classes. So I need a way to filter out the doubles.
Assume that I have the following table. How can I determine how
many unique names are listed here?

Table 1.

Names Ages
---------------------
Joe 12
Sally 13
Jim 12
Joe 11
Bob 16
Alex 14
Andy 14
Jude 5
Alex 8


Thanks for the help.

Andrew

 
Reply With Quote
 
 
 
 
Onkl
Guest
Posts: n/a
 
      24th Sep 2007
On 24 sep, 15:32, Andrew <andrewkgent...@gmail.com> wrote:
> Hello all,
> I am working on a spreadsheet and I need to figure out how to
> define a unique string. In my sheet, column 1 is a list of classes
> offered at a school. So column 1 contains strings. There are several
> offerings of some classes and so the names of those classes show up
> more than once in the name column. I am trying to count the number of
> unique names of classes. So I need a way to filter out the doubles.
> Assume that I have the following table. How can I determine how
> many unique names are listed here?
>
> Table 1.
>
> Names Ages
> ---------------------
> Joe 12
> Sally 13
> Jim 12
> Joe 11
> Bob 16
> Alex 14
> Andy 14
> Jude 5
> Alex 8
>
> Thanks for the help.
>
> Andrew


I'll assume "Joe" is in A3:
In C4, type =IF(ISERROR(VLOOKUP(A4;A$3:A3;1;FALSE));"";"Double")
drag the formula down. On every second count of a double, collumn D
should say "Double".

 
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
Check for duplicate values Freddy Microsoft Excel Programming 5 27th May 2009 03:44 PM
Loop through column(s) to check values, perform action based on check ward376 Microsoft Excel Programming 4 6th Nov 2007 03:21 PM
Check for duplicate values? Ed Microsoft Excel Programming 7 9th Jan 2006 04:29 PM
Check for duplicate values before update =?Utf-8?B?Qm9iIE11bGxlbg==?= Microsoft Access Form Coding 1 10th Jun 2004 02:34 AM
How to check for duplicate values in a field Surinder Kumar Arora ITS GM EAST MTNL Delhi Microsoft Access Forms 1 24th Aug 2003 01:35 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:52 PM.