Forum Discussion

MarkH's avatar
MarkH
Helper I
3 years ago

Move cell data to another column so each column has the same data values

I have the following.

 

Computer Col1 Col2 Col3  ........many more columns

A                 r       q   null      
B                null    p     r        

 

I need the following result where the ColN data is ordered alphbetically by the values. ie col1=p, col2=q, col3=r  etc....

 

Computer Col1 Col2 Col3  ........many more columns

A                null   q      r

B                  p    null   r

 

Any suggestions please.