• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Data from Rows to Column

Krishna Prasad

New Member
Hi,

Greetings!!

I am looking for help from experts to convert row data into column, I have attached file which contains 2 sheets named Data & Results.

Sheet named "Data" contains raw data where JB No is unique and rest of the data can be repeated.

Sheet named "Results" should be the output from macro which can fetch data from "Data" and reorganized.

Thanks in advance,

KP
 

Attachments

  • RowtoColumn.xlsx
    17.8 KB · Views: 4
Solution just for your example
Hi azumi,

Thanks that's working on example file, I will try on actual file where I have 500+ rows. I will revert to you if I need more help.

Since I have 500+ rows I would need some time to copy and past formula. Is there any VBA way?

Thanks for the help.

Regards,

KP
 
Hi azumi,

Thanks that's working on example file, I will try on actual file where I have 500+ rows. I will revert to you if I need more help.

Since I have 500+ rows I would need some time to copy and past formula. Is there any VBA way?

Thanks for the help.

Regards,

KP
Hi KP,

Will the device & device ID be always 3 ?

Regards,
 
Yes, it can be done using VBA but before I proceed to write VBA snippet for this...you may have to answer a few questions..
 
Hi,

See this file, based on your input please see this file. Please note all the constants in the code is based on your sample file, which may need to be changed on actual file.

Before implementing on actual file make a copy of it, and work on that.

Regards,
Hi Somendra,

I really thank for your help. It seems to be working, I would need to modify code a bit, which I should be able to manage, if I have any further query I will revert to you.

Thanks once again

KP
 
Back
Top