hi everybody..
i need to do the following to a large number of data:
current aspect of table:
name1____data11____(empty)____(empty)____(..etc)
name1____(empty)___data12_____(empty)____(..etc)
name1____(empty)__(empty)_____data13_____(..etc)
..(etc)
name2____data21____(empty)____(empty)____(..etc)
name2____(empty)___data22_____(empty)____(..etc)
name2____(empty)__(empty)_____data23_____(..etc)
..(etc)
desired result:
name1____data11____data12____data13____(..etc)
name2____data21____data22____data23____(..etc)
..(etc)
I think you get the picture..In general I have some rows of data for the same name with data in a single column in each row and I need to replace them with a single row and data in the corresponding columns...The same for the next name..
I hope somebody has a solution because copy/paste is really time consuming..
thanks..
Bookmarks