[Solved] Find duplicates

Discuss the spreadsheet application
Post Reply
campanico
Posts: 50
Joined: Wed Nov 06, 2013 4:48 pm
Location: X: viagrasansordonnancefr.com/

[Solved] Find duplicates

Post by campanico »

Hi all

I am trying to get a formula that shows what values are duplicated in a column and display the message "duplicate" in red,

A D
78
73
64 Duplicate
64 Duplicate
64 Duplicate
63
59
(...)

Can someone help me?
Thanks
:crazy:
Last edited by Hagar Delest on Sat Nov 09, 2013 8:21 pm, edited 1 time in total.
Reason: tagged solved.
User avatar
karolus
Volunteer
Posts: 1160
Joined: Sat Jul 02, 2011 9:47 am

Re: Find duplicates

Post by karolus »

Hallo

Why not →Data→Filter→Standardfilter....[x]other Target ....[x]without Duplicates

Karolus
AOO4, Libreoffice 6.1 on Rasbian OS (on ARM)
Libreoffice 7.4 on Debian 12 (Bookworm) (on RaspberryPI4)
Libreoffice 7.6 flatpak on Debian 12 (Bookworm) (on RaspberryPI4)
campanico
Posts: 50
Joined: Wed Nov 06, 2013 4:48 pm
Location: X: viagrasansordonnancefr.com/

Re: Find duplicates

Post by campanico »

I really need to see them all :)
It is an archery classification table, so the duplicates are needed in other to select archers to the tie brake round.
User avatar
karolus
Volunteer
Posts: 1160
Joined: Sat Jul 02, 2011 9:47 am

Re: Find duplicates

Post by karolus »

Hallo
in B1:

Code: Select all

=IF(COUNTIF($A$1:$A$9999;A1)>1;"Duplicate";"")
an pull down.

Karolus
AOO4, Libreoffice 6.1 on Rasbian OS (on ARM)
Libreoffice 7.4 on Debian 12 (Bookworm) (on RaspberryPI4)
Libreoffice 7.6 flatpak on Debian 12 (Bookworm) (on RaspberryPI4)
campanico
Posts: 50
Joined: Wed Nov 06, 2013 4:48 pm
Location: X: viagrasansordonnancefr.com/

Re: Find duplicates

Post by campanico »

Great work thank you very much.
:D
GuccizBud
Posts: 15
Joined: Mon Aug 26, 2013 8:04 pm

Re: Find duplicates

Post by GuccizBud »

karolus wrote:
Hallo
in B1:

Code: Select all

=IF(COUNTIF($A$1:$A$9999;A1)>1;"Duplicate";"")
and pull down.

Karolus
I, um, love you.:bravo:
Last edited by RusselB on Sun Jun 16, 2019 10:28 pm, edited 1 time in total.
Reason: Implied sexual reference deleted
OpenOffice 4.1.0
Windows® 7 Pro (64-bit)
Post Reply