I have this table:
| A | B | C | D | E
1 | 2017-01-01 | AAA | BBB | CCC | DDD
2 | 2017-01-08 | AAA | BBB | BBB | CCC
3 | 2017-01-15 | BBB | AAA | DDD | DDD
4 | 2017-01-22 | CCC | BBB | CCC | BBB
Column A is always the previous date+7. Columns B, C, D and E are based on data valitadion lists.
And I need to list, not only highlight, repeated values in each row (date). I would like to insert the date in other sheet and below excel would list the repeated values.
Example:
2017-01-01 2017-01-08 2017-01-15 2017-01-22
BBB DDD CCC
BBB
If possible, it would be great to list, in a different column, which values are not present, keeping in mind I would only have "AAA, BBB, CCC and DDD".
Can someone please help?
Thanks!