View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default function for repeated cells

You're welcome. Thanks for the feedback!

Biff

"Haz" wrote in message
...
That has worked perfectly
Many thanks for your help

"T. Valko" wrote:

Try this:

Assume range of data in column A is A1:A10.

Enter this formula in B1 and copy down as needed:

=IF(COUNTIF(A$1:A$10,A1)1,1,"")

Biff

"Haz" wrote in message
...
hi
yes it is possible that I have 2 of more cells that are the same, and
want
to be able to see all these repeated cells in column B only.
Like the following:
DMM9844 1
DMM9844 1
DMM9844 1
DMM9844 1
DMM9756
DMM6747
DMM5555 1
DMM5555 1

Is there a function that could return this?
"T. Valko" wrote:

Are the repeated values repeated only once?

Will you ever have this:

DMM9844
DMM9844
DMM9844
DMM9844
DMM9756
DMM6747

What result would expect on the above data?

Biff

"Haz" wrote in message
...
hi

I have a spreedsheet that has cells that are repeated amongst others
I
want
to write a function that will identify these.
if column A has this data in it how can I pick up the identical
cell
in
Column B
DMM9844
DMM9844 1 - this what I want in col B.
DMM9756
DMM6456 1
DMM6747
DMM3463
DMM4574

i think it may be a sumif function but i can't get it to work. Can
anybody
help?
Thanks