Hi,
How can I compare duplicates in a non-continuous range?
I would like to check if there are any duplicates values in a row, however only compare specified cells which are not next to each other.
I have been able to do this with conditional formatting, however need it as a cell value too.
I.e. in the below example the 2nd row doesn't count the value ABC124 in the 2nd or 6th column
Thank you
How can I compare duplicates in a non-continuous range?
I would like to check if there are any duplicates values in a row, however only compare specified cells which are not next to each other.
I have been able to do this with conditional formatting, however need it as a cell value too.
I.e. in the below example the 2nd row doesn't count the value ABC124 in the 2nd or 6th column
Compare | Ignore | Compare | Ignore | Compare | Ignore | Compare | Ignore | Compare | Ignore | Duplicates in row? |
ABC121 | ABC124 | ABC123 | ABC126 | ABC127 | ABC128 | ABC123 | ABC130 | ABC131 | ABC132 | Yes |
ABC124 | ABC124 | ABC125 | ABC126 | ABC127 | ABC124 | ABC129 | ABC130 | ABC131 | ABC132 | No |
Thank you