PC Review


Reply
Thread Tools Rate Thread

Copy Data from 1 Sheet to Another

 
 
pai
Guest
Posts: n/a
 
      14th Jul 2010


Hello Experts

I have PO ( Purchase Order) around 64K

All are in Same Column and Row, First PO Start From A1:J63, and after
2 Blank Rows i.e. A64:J65 , There is another PO (A66:J128 and So on,

Cross Posted (http://www.mrexcel.com/forum/showthread.php?t=481002)
http://www.excelforum.com/excel-gene...o-another.html




In another Sheet I have Summary Report

Now, what I want to Display Yellow Colored Cell in Summary Sheet Like
This

Means i have to Get Data from Column A,C,I ( A7,C15,I6,I7,I27)

And, Then i want A72,C80,I71,I72,I92)

That Mean After Every 66th Row i want the Data, the Format is Same But
the Information is different




Is it Possible With Formula or I have to Copy Paste these information


Any Solution is Much Appreciate
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      14th Jul 2010
Put these formulae in the cells stated in the Summary sheet:

B1: =INDEX(Sheet1!B:B,(ROW(A1)-1)*65+7) to get B7
C1: =INDEX(Sheet1!I:I,(ROW(A1)-1)*65+6) to get I6
D1: =INDEX(Sheet1!I:I,(ROW(A1)-1)*65+7) to get I7
E1: =INDEX(Sheet1!C:C,(ROW(A1)-1)*65+15) to get C15
F1: =INDEX(Sheet1!I:I,(ROW(A1)-1)*65+27) to get I27

Then you can just copy these formulae down as far as required.

Hope this helps.

Pete

On Jul 14, 10:29*am, pai <hardeep.kan...@gmail.com> wrote:
> Hello Experts
>
> I have PO ( Purchase Order) around 64K
>
> All are in Same Column and Row, First PO Start From A1:J63, and after
> 2 Blank Rows i.e. A64:J65 , There is another PO (A66:J128 and So on,
>
> Cross Posted (http://www.mrexcel.com/forum/showthread.php?t=481002)http://www.excelforum.com/excel-gene...a-from-1-sheet...
>
> In another Sheet I have Summary Report
>
> Now, what I want to Display Yellow Colored Cell in Summary Sheet Like
> This
>
> Means i have to Get Data from Column A,C,I ( A7,C15,I6,I7,I27)
>
> And, Then i want A72,C80,I71,I72,I92)
>
> That Mean After Every 66th Row i want the Data, the Format is Same But
> the Information is different
>
> Is it Possible With Formula or I have to Copy Paste these information
>
> Any Solution is Much Appreciate


 
Reply With Quote
 
pai
Guest
Posts: n/a
 
      15th Jul 2010
On Jul 14, 5:07*pm, Pete_UK <pashu...@auditel.net> wrote:
> Put these formulae in the cells stated in the Summary sheet:
>
> B1: * *=INDEX(Sheet1!B:B,(ROW(A1)-1)*65+7) * * * *to get B7
> C1: * *=INDEX(Sheet1!I:I,(ROW(A1)-1)*65+6) * * * * * * to get I6
> D1: * *=INDEX(Sheet1!I:I,(ROW(A1)-1)*65+7) * * * * * * to get I7
> E1: * *=INDEX(Sheet1!C:C,(ROW(A1)-1)*65+15) * * * to get C15
> F1: * *=INDEX(Sheet1!I:I,(ROW(A1)-1)*65+27) * * * * * to get I27
>
> Then you can just copy these formulae down as far as required.
>
> Hope this helps.
>
> Pete
>
> On Jul 14, 10:29*am, pai <hardeep.kan...@gmail.com> wrote:
>
>
>
> > Hello Experts

>
> > I have PO ( Purchase Order) around 64K

>
> > All are in Same Column and Row, First PO Start From A1:J63, and after
> > 2 Blank Rows i.e. A64:J65 , There is another PO (A66:J128 and So on,

>
> > Cross Posted (http://www.mrexcel.com/forum/showthread.php?t=481002)http://www.excel......

>
> > In another Sheet I have Summary Report

>
> > Now, what I want to Display Yellow Colored Cell in Summary Sheet Like
> > This

>
> > Means i have to Get Data from Column A,C,I ( A7,C15,I6,I7,I27)

>
> > And, Then i want A72,C80,I71,I72,I92)

>
> > That Mean After Every 66th Row i want the Data, the Format is Same But
> > the Information is different

>
> > Is it Possible With Formula or I have to Copy Paste these information

>
> > Any Solution is Much Appreciate


Thanks Pete_Uk

Woks Like a Treat
 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      15th Jul 2010
You're welcome, Hardeep - thanks for feeding back.

Pete

On Jul 15, 9:46*am, pai <hardeep.kan...@gmail.com> wrote:
>
> Thanks Pete_Uk
>
> Woks Like a Treat

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy rows from one Data sheet to another sheet based on cell conte John McKeon Microsoft Excel Misc 2 15th May 2010 06:49 AM
Auto copy cell data from source sheet to another wrkbook sheet IVLUTA Microsoft Excel Programming 2 2nd Jun 2009 05:07 PM
copy data of two cells from Sheet 2 into one cell in Sheet 1 cahabbinga Microsoft Excel Worksheet Functions 6 30th Jan 2008 01:00 PM
How can i copy data from a tabbed working sheet to a summary sheet =?Utf-8?B?U3RlcGhlbkY=?= Microsoft Excel Misc 1 15th Mar 2007 03:40 PM
how to copy a cell with formula from sheet 1 (data is all vertical) into sheet 2 parag Microsoft Excel Worksheet Functions 3 15th Jun 2006 10:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:03 AM.