Forum Discussion
Bbrown44
Advocate II
6 years agoconvert 1 column into 4 columns
Hello, I have data in one row that consist of 4 variables. What I want is Every 1st row = Column A Every 2nd row = column B Every 3rd row = column c Every 4th row = column D So when y...
- 6 years ago
amitchandak
Super User
6 years agoBbrown44 , try Pivot
- Bbrown446 years ago
Advocate II
the Pivot default does not recognize that the data needs to be structure into 4 columns
it pivots all the data long. so then you have an infinite number of columns from the 1 column.
- camargos886 years ago
Community Champion
- Bbrown446 years ago
Advocate II
Thanks!
this works as well.
I was able to find a tutorial to solve this as well.