Hi ,

I have a case where I get the data in following format

Name    A       B       C       D       E
AA      10      14      11      13      14
AB      13      13      14      14      12
AC      13      10      14      11      14
AD      14      10      10      13      13

I need to convert the above format to the data in following format.
The no columns & no of rows in the data vary, can you help me to get
this done

AA      A       10
AA      B       14
AA      C       11
AA      D       13
AA      E       14
AB      A       13
AB      B       13
AB      C       14
AB      D       14
AB      E       12
AC      A       13
AC      B       10
AC      C       14
AC      D       11
AC      E       14
AD      A       14
AD      B       10
AD      C       10
AD      D       13
AD      E       13

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 7000 subscribers worldwide and receive many nice notes about the 
learning and support from the group.Let friends and co-workers know they can 
subscribe to group at http://groups.google.com/group/excel-macros/subscribe

Reply via email to