Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
johnT
 
Posts: n/a
Default List of repeating names

Hello,

I believe this is probably a simple one, yet seems to
excape me at the moment.....I have a long column of names,
often repeating names on sheet1....I would to make a
shorter list on sheet2 of all the names in the column, but
only list them once.

Thanks again for all your good ideas!
  #2   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You can use an Advanced Filter to export a unique list of items. There
are instructions in Excel's Help, and he

http://www.contextures.com/xladvfilter01.html


johnT wrote:
Hello,

I believe this is probably a simple one, yet seems to
excape me at the moment.....I have a long column of names,
often repeating names on sheet1....I would to make a
shorter list on sheet2 of all the names in the column, but
only list them once.

Thanks again for all your good ideas!



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

Didn't we answer this for you yesterday? You seemed quite happy with the
answers then.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"johnT" wrote in message
...
Hello,

I believe this is probably a simple one, yet seems to
excape me at the moment.....I have a long column of names,
often repeating names on sheet1....I would to make a
shorter list on sheet2 of all the names in the column, but
only list them once.

Thanks again for all your good ideas!



  #4   Report Post  
johnT
 
Posts: n/a
Default

not exactly the same question....anyway....in your
formula:

=IF(ROW(Sheet1!A2)-ROW(Sheet1!$A$2)+1(COUNTIF(Sheet1!
$A$2:$A$102,"Bob")+COU
NTIF(Sheet1!$A$2:$A$102,"Jim")+COUNTIF(Sheet1!
$A$2:$A$102,"Dave")),"",SMALL(
IF(Sheet1!$A$2:$A$102={"Bob","Jim","Dave"},ROW(She et1!
$A$2:$A$102),""),ROW(S
heet1!A2)-ROW(Sheet1!$A$2)+1))

is there a way of replacing {"Bob","Jim","Dave"} with
cell referances {z1,z2,z3} this doesn't seem to work

(thank you)




-----Original Message-----
Didn't we answer this for you yesterday? You seemed

quite happy with the
answers then.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"johnT" wrote in

message
...
Hello,

I believe this is probably a simple one, yet seems to
excape me at the moment.....I have a long column of

names,
often repeating names on sheet1....I would to make a
shorter list on sheet2 of all the names in the column,

but
only list them once.

Thanks again for all your good ideas!



.

  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

John,

You need

=IF(ROW(Sheet1!A2)-ROW(Sheet1!$A$2)+1(COUNTIF(Sheet1!$A$2:$A$102,$Z$ 1)+COUN
TIF(Sheet1!$A$2:$A$102,$Z$2)+COUNTIF(Sheet1!$A$2:$ A$102,$Z$3)),"",SMALL(IF(S
heet1!$A$2:$A$102=TRANSPOSE($Z$1:$Z$3),ROW(Sheet1! $A$2:$A$102),""),ROW(Sheet
1!A2)-ROW(Sheet1!$A$2)+1))

If the comparison cells are in a row rather than a column, then ditch the
TRANSPOSE.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"johnT" wrote in message
...
not exactly the same question....anyway....in your
formula:

=IF(ROW(Sheet1!A2)-ROW(Sheet1!$A$2)+1(COUNTIF(Sheet1!
$A$2:$A$102,"Bob")+COU
NTIF(Sheet1!$A$2:$A$102,"Jim")+COUNTIF(Sheet1!
$A$2:$A$102,"Dave")),"",SMALL(
IF(Sheet1!$A$2:$A$102={"Bob","Jim","Dave"},ROW(She et1!
$A$2:$A$102),""),ROW(S
heet1!A2)-ROW(Sheet1!$A$2)+1))

is there a way of replacing {"Bob","Jim","Dave"} with
cell referances {z1,z2,z3} this doesn't seem to work

(thank you)




-----Original Message-----
Didn't we answer this for you yesterday? You seemed

quite happy with the
answers then.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"johnT" wrote in

message
...
Hello,

I believe this is probably a simple one, yet seems to
excape me at the moment.....I have a long column of

names,
often repeating names on sheet1....I would to make a
shorter list on sheet2 of all the names in the column,

but
only list them once.

Thanks again for all your good ideas!



.





  #6   Report Post  
johnT
 
Posts: n/a
Default

this works.....thanks again Bob, and sorry for all the
hassle!
-----Original Message-----
John,

You need

=IF(ROW(Sheet1!A2)-ROW(Sheet1!$A$2)+1(COUNTIF(Sheet1!

$A$2:$A$102,$Z$1)+COUN
TIF(Sheet1!$A$2:$A$102,$Z$2)+COUNTIF(Sheet1!

$A$2:$A$102,$Z$3)),"",SMALL(IF(S
heet1!$A$2:$A$102=TRANSPOSE($Z$1:$Z$3),ROW(Sheet1 !

$A$2:$A$102),""),ROW(Sheet
1!A2)-ROW(Sheet1!$A$2)+1))

If the comparison cells are in a row rather than a

column, then ditch the
TRANSPOSE.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"johnT" wrote in

message
...
not exactly the same question....anyway....in your
formula:

=IF(ROW(Sheet1!A2)-ROW(Sheet1!$A$2)+1(COUNTIF(Sheet1!
$A$2:$A$102,"Bob")+COU
NTIF(Sheet1!$A$2:$A$102,"Jim")+COUNTIF(Sheet1!
$A$2:$A$102,"Dave")),"",SMALL(
IF(Sheet1!$A$2:$A$102={"Bob","Jim","Dave"},ROW(She et1!
$A$2:$A$102),""),ROW(S
heet1!A2)-ROW(Sheet1!$A$2)+1))

is there a way of replacing {"Bob","Jim","Dave"} with
cell referances {z1,z2,z3} this doesn't seem to work

(thank you)




-----Original Message-----
Didn't we answer this for you yesterday? You seemed

quite happy with the
answers then.

--

HTH

RP
(remove nothere from the email address if mailing

direct)


"johnT" wrote in

message
...
Hello,

I believe this is probably a simple one, yet seems

to
excape me at the moment.....I have a long column of

names,
often repeating names on sheet1....I would to make a
shorter list on sheet2 of all the names in the

column,
but
only list them once.

Thanks again for all your good ideas!


.



.

  #7   Report Post  
Bob Phillips
 
Posts: n/a
Default

Hi John,

If it was a hassle, I could ignore it. It's fun :-)

Bob


"johnT" wrote in message
...
this works.....thanks again Bob, and sorry for all the
hassle!
-----Original Message-----
John,

You need

=IF(ROW(Sheet1!A2)-ROW(Sheet1!$A$2)+1(COUNTIF(Sheet1!

$A$2:$A$102,$Z$1)+COUN
TIF(Sheet1!$A$2:$A$102,$Z$2)+COUNTIF(Sheet1!

$A$2:$A$102,$Z$3)),"",SMALL(IF(S
heet1!$A$2:$A$102=TRANSPOSE($Z$1:$Z$3),ROW(Sheet1 !

$A$2:$A$102),""),ROW(Sheet
1!A2)-ROW(Sheet1!$A$2)+1))

If the comparison cells are in a row rather than a

column, then ditch the
TRANSPOSE.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"johnT" wrote in

message
...
not exactly the same question....anyway....in your
formula:

=IF(ROW(Sheet1!A2)-ROW(Sheet1!$A$2)+1(COUNTIF(Sheet1!
$A$2:$A$102,"Bob")+COU
NTIF(Sheet1!$A$2:$A$102,"Jim")+COUNTIF(Sheet1!
$A$2:$A$102,"Dave")),"",SMALL(
IF(Sheet1!$A$2:$A$102={"Bob","Jim","Dave"},ROW(She et1!
$A$2:$A$102),""),ROW(S
heet1!A2)-ROW(Sheet1!$A$2)+1))

is there a way of replacing {"Bob","Jim","Dave"} with
cell referances {z1,z2,z3} this doesn't seem to work

(thank you)




-----Original Message-----
Didn't we answer this for you yesterday? You seemed
quite happy with the
answers then.

--

HTH

RP
(remove nothere from the email address if mailing

direct)


"johnT" wrote in
message
...
Hello,

I believe this is probably a simple one, yet seems

to
excape me at the moment.....I have a long column of
names,
often repeating names on sheet1....I would to make a
shorter list on sheet2 of all the names in the

column,
but
only list them once.

Thanks again for all your good ideas!


.



.



  #8   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

A fast formula system:

http://tinyurl.com/5gdun

johnT wrote:
Hello,

I believe this is probably a simple one, yet seems to
excape me at the moment.....I have a long column of names,
often repeating names on sheet1....I would to make a
shorter list on sheet2 of all the names in the column, but
only list them once.

Thanks again for all your good ideas!

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
how do i print a list of names and dates in excel into a two-colu. Captainbob Excel Discussion (Misc queries) 2 March 4th 05 08:54 PM
How do I print a list of worksheet tab names in a workbook Clif Excel Worksheet Functions 3 March 2nd 05 09:38 PM
how can I count distinct names in an excel list? RPC@Frito Excel Discussion (Misc queries) 5 February 3rd 05 09:12 PM
Pull unique names for drop down list [email protected] Excel Discussion (Misc queries) 3 February 1st 05 10:23 PM
Setting up a random list from long list of names ? yorkshire exile Excel Discussion (Misc queries) 4 January 6th 05 01:44 PM


All times are GMT +1. The time now is 03:10 PM.

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

About Us

"It's about Microsoft Excel"