Good day to all the problem that I have is a table with the following info
COMPANY PRODUCTS
AAA A,B,C
BBB A,C,D,F
CCC D
DDD F,G,H,I,J,K,L
and I would like to see if it can be saved with some code in the following way:
COMPANY PRODUCTS
AAA A
AAA B
AAA C
BBB A
BBB C
ETC.
If someone could help me, I would really appreciate it.