Forum Discussion
bhasinnyc
Jan 24, 2018Copper Contributor
formula & function - Need Help
I have 2 columns of data. Column A with a list of items (say computer SN) and Column B with a list of Sub items (accessories). An Item (column A) can have multiple sub items (column B) and vice versa.
ColumnA ColumnB
Item1 SubItem1
Item2 Subitem3
Item1 Subitem3
Item3 Subitem1
There are about 250 entries.
I want to create a table with unique entries.
SubItem1 SubItem2 Subitem3
Item1 YES No Yes
Item2 No Yes Yes
Item3 Yes Yes No
Not sure how to use vlookup or Index/Match.
1 Reply
Sort By
- Willy LauSteel ContributorDo you consider using PivotTable? Item for Row Label, SubItem for Column Label. Count of SubItem for Values. PivotTable can also give you the figure about the grand total.