I have two sheets (sheet 1 and 2). Sheet 1 has a list of names. Each user has multiple rows with a single value on each row. Sheet 2 has the users listed on one line each and the values listed in row 1 accross the top. I want to place an "x" in the correct column (column B, C, and/or D) of the value on sheet 2 if it is found in column B on sheet 1.
Sheet 1 example (2 columns 6 rows)
A B
1 User1 x
2 User1 y
3 User1 z
4 User2 y
5 User2 x
6 User3 x
Sheet 2 example (4 columns 4 rows)
A B C D
1 x y z
2 User1
3 User2
4 User3
Sheet 1 example (2 columns 6 rows)
A B
1 User1 x
2 User1 y
3 User1 z
4 User2 y
5 User2 x
6 User3 x
Sheet 2 example (4 columns 4 rows)
A B C D
1 x y z
2 User1
3 User2
4 User3