Thread: Row to Column
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jeffrey[_3_] Jeffrey[_3_] is offline
external usenet poster
 
Posts: 1
Default Row to Column

Hello,

I have difficult to convert data as follow:

Original:
Column A Column B Column C Column D Column E Column F
China 0.1 86 8610 8620
8621

After (Conversion):
Column A Column B Column C
China 0.1 86
China 0.1 8610
China 0.1 8620
China 0.1 8621

Can anyone help me solve the Above Issue, from ORIGINAL to AFTER. I have a
lot range of 3000 need to do. Therefore, please kindly HELP me.

Thank you very much.