I had a previous post where no one replied.....after having read it another time I will now try to rephrase my question.
I have three lists of names, some of the names are in more than one list, others only in one of them. I want to create a new list consisting of the 3 existing lists but without duplicates... So for instance:
1. list:
BMW
AUDI
Mercedes
2. list:
AUDI
Renault
Peugeot
Nissan
3rd list:
Mercedes
Volvo
and 4th list should look like this:
BMW
AUDI
Mercedes
Renault
Peugeot
Nissan
Volvo
All the names without duplicates........and remember it is only in an excel spreadsheet without any VBA or pivottable......did it by "consolidating", but in that case I need a measure to consolidate....and I do not have that