Let's say that A1:A10 is the region of interest.
Select A1 down to A10 so that A1 is the primary cell.
Then choose Format->Cells->Conditional Formatting
Click Edit Style and pick the Background Color Red, OK
Select as condition "_expression_ x evaluates to TRUE".
Enter as x: countif(A$1:A$10,A1)>1 and finish with tab
click "Add"
click "close"
Any cells with duplicate value in A1:A10 should now be
highlighted in red.
Andreas
On 2018-07-01 06:13 AM, Bruce Hohl via
gnumeric-list wrote:
I don't
really know if the conditional format feature can do that, but
you can use something like countif(A$1:A$10,A1) in another
column to determine which cells are duplicates (i.e. count
> 1). Then you could use conditional formatting on the
countif() column.
_______________________________________________
gnumeric-list mailing list
gnumeric-list gnome org
https://mail.gnome.org/mailman/listinfo/gnumeric-list