Hi There!
I have a data set which has 15000 records but in one column but I need to create 15 columns consisting 1000 records each.
For example:-
Dataset:-
Column1
1
2
3
4
5
6
Outcome expected
Col1 Col2 Col3 Col4 Col5 Col6
1 2 3 4 5 6
Solved! Go to Solution.
Thanks Qiu, The formula is smart. It will work on dynamic data as well.
Can you please share the the explanation of formula, what the formula actually doing here.
Why you did -1 and added +1?
Thank you Emil, your formula will work too fast where number of columns are static. I have data set in which columns varies each time.
@anupgupta12
The manipulation is only to get the SN number from 1 to 15.
you can play around and see how it works.