Thread
:
Sorting data
View Single Post
#
1
Posted to microsoft.public.excel.programming
Rain
external usenet poster
Posts: 16
Sorting data
Hello!
I have data on a sheet in the form
Col1 Col2
X 1
X 1
X 1
Y 1
Y 1
Now, I want to change this to the format below using vba
col1 col2 col3 col4
X 1 Y 1
X 1 Y 1
X 1
Any easy way to do it?
regards,
rain
Reply With Quote
Rain
View Public Profile
Find all posts by Rain