I have a column called 'Order' and each product inside the column is separated by commas. Is it possible to pull each string from the single cell to its prospected variables?
Example: Column name: Orders Values inside a single cell: H001, H002, H003
Orders
H001, H002, H003
Expected result
H1 H2 H3
H001 H002 H003
Below is the snipping of the table,