I have a listing of data in Excel, and I want to eliminate duplicate entries within the first couple of columns so that I can format it differently in order to run some macros.
The data looks as so:
User ID User Name Function Menu
xxx xxx, xxx xx 2
xxx xxx, xxx xx 3
xxx xxx, xxx xx 4
yyy yyy, yyy xx 2
yyy yyy, yyy xx 3
zzz zzz, zzz xx 3
zzz zzz, zzz xx 4
I want to eliminate the duplicates of the first two columns and eventually have it look like this:
User ID User Name 2 3 4
xxx xxx, xxx Y Y Y
yyy yyy, yyy Y Y N
zzz zzz, zzz N Y Y
The Y's and N's I can do using VLOOKUP's, but I have a MASSIVE amount of data, and going through to eliminate all manually would probably take all day...not to mention suffer alot of human error! Any help would be greatly appreciated. Thanks!
The data looks as so:
User ID User Name Function Menu
xxx xxx, xxx xx 2
xxx xxx, xxx xx 3
xxx xxx, xxx xx 4
yyy yyy, yyy xx 2
yyy yyy, yyy xx 3
zzz zzz, zzz xx 3
zzz zzz, zzz xx 4
I want to eliminate the duplicates of the first two columns and eventually have it look like this:
User ID User Name 2 3 4
xxx xxx, xxx Y Y Y
yyy yyy, yyy Y Y N
zzz zzz, zzz N Y Y
The Y's and N's I can do using VLOOKUP's, but I have a MASSIVE amount of data, and going through to eliminate all manually would probably take all day...not to mention suffer alot of human error! Any help would be greatly appreciated. Thanks!