I have this table;
I'd like to be able to list these Options with Options' Values in a single cell for every given Product ID like this one: Image
Also keep in mind that I have 1800 Product ID's listed in that table so manually extracting the data is pretty hard.
Thank you.
This UDF will give you your desired output for a certain option for a certain product ID:
To get the exact output like in your example, you can call this function in cell F2 as follows:
or you could easily modify the code to automatically list all occurring options.
Please try this method.
If you have the latest update in Office 365 or are using the online app you could use the following array formula:
Being an array formula it must be confirmed with Ctrl-Shift-Enter when exiting edit mode instead of Enter or Tab. If done properly Excel will put the
{}
around the formula.