Assume i have
Row 1 header row:
names of fruit in 5 diff columns (i actually have 20, but using small numbers for simplicity): Apple, Orange, Grape, Banana, Lemon
Column 1:
lists vitamins: Vitamin B, C, D, E, F, G, etc.
each fruit has a combination of vitamins, all, some or none.
in column 2, adjacent for each of the vitamins, I would like to list the fruits that contain such vitamin, in a list, within a single cell.
so column 2, in a cell that adjacent to "Vitamin D" in column 1, will say:
- Apple
- Lemon
- Grape
I need the list to be organized. any help will be appreciated.
Row 1 header row:
names of fruit in 5 diff columns (i actually have 20, but using small numbers for simplicity): Apple, Orange, Grape, Banana, Lemon
Column 1:
lists vitamins: Vitamin B, C, D, E, F, G, etc.
each fruit has a combination of vitamins, all, some or none.
in column 2, adjacent for each of the vitamins, I would like to list the fruits that contain such vitamin, in a list, within a single cell.
so column 2, in a cell that adjacent to "Vitamin D" in column 1, will say:
- Apple
- Lemon
- Grape
I need the list to be organized. any help will be appreciated.