Hi All,
I think this is a simple question, but i can’t seem to find a solution so far.
I have two lists (A and B) with equal length, and would like to create a new list (C).
List C should contain items as below.
- First item of list A
- First item of list B
- Second item of list A
- Second item of list B
- Third item of list A
- Third item of list B…, and so on
Does anyone know how to solve this?
Thanks in advance,
Mark