Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default How to check for duplicate values within a column

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to check for duplicate values within a column

On 24 sep, 15:32, Andrew 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need till check for duplicate in a column. LO in Sweden Excel Discussion (Misc queries) 5 October 3rd 07 02:28 PM
How can I check for a duplicate number in a column in Excel? kkinner Excel Discussion (Misc queries) 2 August 24th 06 03:44 PM
Check for duplicate values? Ed Excel Programming 7 January 9th 06 04:29 PM
can i not allow duplicate values in the same column? excel newbie New Users to Excel 2 January 20th 05 07:51 PM
Sum of duplicate values in a column John Young[_2_] Excel Programming 2 May 18th 04 09:02 AM


All times are GMT +1. The time now is 07:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"