Hi, I want to basically do the inbuilt 'Highlight Duplicate Values' that excel applies against each column in my data set. = Easy.
However, when I filter the selection, I want it to consider the filtered selection and tell me where there are dupes.
I thought I got it to work with this formula but it's not working all the time and I think it's comparing columns. I want to look at each column individually and perform the same way the usual CF dupe works but just change according to what is filtered.
SUMPRODUCT(($E$21:$E$919=$E21)*($U$21:$U$919=$U21)*SUBTOTAL(103,OFFSET($E$21,ROW($E$21:$E$919)-ROW($E$21),0)))>1
My data set is A21:U919 however I only want the rules to apply to E21:U919 (it's in a table btw).
Any help would be greatly appreciated.
thank you!
However, when I filter the selection, I want it to consider the filtered selection and tell me where there are dupes.
I thought I got it to work with this formula but it's not working all the time and I think it's comparing columns. I want to look at each column individually and perform the same way the usual CF dupe works but just change according to what is filtered.
SUMPRODUCT(($E$21:$E$919=$E21)*($U$21:$U$919=$U21)*SUBTOTAL(103,OFFSET($E$21,ROW($E$21:$E$919)-ROW($E$21),0)))>1
My data set is A21:U919 however I only want the rules to apply to E21:U919 (it's in a table btw).
Any help would be greatly appreciated.
thank you!