have two lists
List1 = (1,2,3,4,5,6,7,8,9)
List 2 = (a, b, c, d, e, f, g, h, c)
Here c have 2 corresponding entries in list 1 which are 3 and 9
I want to use pivot table to only show c in row and 3 and 9 in columns field
While the rest of the others i want to skip
How can I do that?
Please help
Bookmarks