#1   Report Post  
SCOOBYDOO
 
Posts: n/a
Default If, and, or?

Hiya, I have dates of birth in cols F,J, N, R, V, Z, AD, AH, AL & AP cells
2:2585 and I need to know if there are any duplicates in the colums,
excluding any blank cells. If poss I would like the output in one column
with the cell reference(S) of any duplicates

Many thanks in advance for your help.
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Take a look at

http://cpearson.com/excel/duplicat.htm

In article ,
SCOOBYDOO wrote:

Hiya, I have dates of birth in cols F,J, N, R, V, Z, AD, AH, AL & AP cells
2:2585 and I need to know if there are any duplicates in the colums,
excluding any blank cells. If poss I would like the output in one column
with the cell reference(S) of any duplicates

Many thanks in advance for your help.

  #3   Report Post  
bj
 
Posts: n/a
Default

you can do it with code or if you don't need to do it very often, a brute
force method would be copy your columns with dates to a helper page next to
each column enter F&Row(), J&Row(), etc.
select the columns with the Row() equations copy and paste special values
over the top.
move each set of columns (Dates and cell Reference) so that they are in two
columns total.
Sort both by the date column. (column A?)

in C1 enter 1
in c2 enter
=if(A2=A1),C1+1,1)
and copy down to the end of the data.
insert a row at the top and select column C
use Auto filter on column C and select 1
Delete all of the rows with a 1 in column C
undo auto filter.
this is not one column but it is two columns with all of the duplicates
located.



"SCOOBYDOO" wrote:

Hiya, I have dates of birth in cols F,J, N, R, V, Z, AD, AH, AL & AP cells
2:2585 and I need to know if there are any duplicates in the colums,
excluding any blank cells. If poss I would like the output in one column
with the cell reference(S) of any duplicates

Many thanks in advance for your help.

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



All times are GMT +1. The time now is 05:16 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"