• 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.

how can i sepreate my excel sheet in one by one

himanshu sharma

New Member
Sir, I have a excel book approx 2 lakh above data in this sheet i have a problem i want to seprate my data row by row so i use copy and paste but this is very long task for me any soultion for convert this task in simple way check sheet 1 that is data and i put data in sheet 2 by copy paste one by one.
 

Attachments

  • Book1.xlsx
    12.4 KB · Views: 5
Try,

In "Sheet 2" A4, formula copy across to G4 and all copy down :

=OFFSET(Sheet1!$A$1,(ROWS($1:1)*6+COLUMNS($A:A)+ROWS($1:1)-1)-7,)&""

Regards
Bosco
 

Attachments

  • SplitData.xlsx
    19 KB · Views: 7
Back
Top