I have a big data in the following format
(Headings) ProjectID ; Jan ;Feb
(Data row 1) A; 1 ; 2
(Data row 2) B; 4 ;Null
I want to transfer this data in the following format
(Headings) ProjectID ; Month ; Value
(Data row 1) A ; Jan ;1
(Data row 2) A ;Feb; 2
(Data row 3) B; Jan ; 4
(Data row 4) B; Feb ; Null
Please advice the quick and easy method as my data is very huge and I cannot do it manually.
Thanks
SKV
(Headings) ProjectID ; Jan ;Feb
(Data row 1) A; 1 ; 2
(Data row 2) B; 4 ;Null
I want to transfer this data in the following format
(Headings) ProjectID ; Month ; Value
(Data row 1) A ; Jan ;1
(Data row 2) A ;Feb; 2
(Data row 3) B; Jan ; 4
(Data row 4) B; Feb ; Null
Please advice the quick and easy method as my data is very huge and I cannot do it manually.
Thanks
SKV
Last edited: