+ Reply to Thread
Results 1 to 3 of 3

Copy data from multiples sheets to specific cells in "summary"

  1. #1
    Registered User
    Join Date
    09-14-2010
    Location
    Boston
    MS-Off Ver
    Excel 2007
    Posts
    22

    Exclamation Copy data from multiples sheets to specific cells in "summary"

    How can we take data from:
    sheet 1 column A and B and put into Summary column F and G
    sheet 2 column A and B and put into Summary column H and I
    sheet 3 column A and B and put into Summary column J and K
    ...... so on...

    I'm not sure how it's done? Newbie asking.
    Thanks

  2. #2
    Registered User
    Join Date
    09-03-2010
    Location
    Iloilo, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Copy data from multiples sheets to specific cells in "summary"

    Hi,

    in summary sheet, click on cell F? enter = then move to sheet 1 & click on cell A? then enter.
    You may copy the formula into cell G? in summary sheet

  3. #3
    Registered User
    Join Date
    09-14-2010
    Location
    Boston
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: Copy data from multiples sheets to specific cells in "summary"

    I would like to use the VBA module (ex: command button...?) instead of using formula....

    This is the code:

    PHP Code: 
    Sheets(J).Range("C11:D" LR).Copy         'pick C11 and D11 for starting row
    Sheets("Summary").Range("F" & Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial xlPasteValues 
    How can I modify this code to do the above?

    Any experts
    Last edited by sweetboy02125; 09-17-2010 at 12:26 PM. Reason: Add codes

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1