Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Splitting columns based on data from another column

Hi all,    I have data that looks something like this: Product Number A 1 A 2 A 3 A 4 B 1 B 2 B 3   How do I manipulate or split the columns so it looks someth...
  • amitchandak's avatar
    5 years ago

    Anonymous , Create two new columns like

    Number 1= if([Product]= "A", [Number], blank())
    Number 2= if([Product]= "B", [Number], blank())