+ Reply to Thread
Results 1 to 3 of 3

Copy Data from Same Cell on Several Sheets to a Summary Sheet

  1. #1
    Registered User
    Join Date
    09-21-2011
    Location
    London
    MS-Off Ver
    365
    Posts
    71

    Copy Data from Same Cell on Several Sheets to a Summary Sheet

    Hi there,

    I would like to be able to copy data from the same cell in several different sheets, to create a summary sheet. Currently I am having to manually copy each cell into where I want the result to end up, but as I have many sheets and many cells to copy over I am looking for a quicker way. Hoping that there is a formula that will help me.

    I have attached a small copy of the workbook with some notes on it to show in more detail what I mean.

    If anyone is able to help I would be really grateful.

    Thank you guys.

    Kate
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Copy Data from Same Cell on Several Sheets to a Summary Sheet

    Try this: =INDIRECT("'"&A20&"'!"&"D3")
    But in A20 keep only the sheet name. Same with the remaining ones.
    Click the * to say thanks.

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,865

    Re: Copy Data from Same Cell on Several Sheets to a Summary Sheet

    Kate

    Here is a VBA solution:

    Please Login or Register  to view this content.
    How to install your new code
    • Copy the Excel VBA code
    • Select the workbook in which you want to store the Excel VBA code
    • Press Alt+F11 to open the Visual Basic Editor
    • Choose Insert > Module
    • Edit > Paste the macro into the module that appeared
    • Close the VBEditor
    • Save your workbook (Excel 2007+ select a macro-enabled file format, like *.xlsm)


    To run the Excel VBA code:
    • Press Alt-F8 to open the macro list
    • Select a macro in the list
    • Click the Run button
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 10-08-2013, 02:58 PM
  2. [SOLVED] Copy from different sheets and paste to summary sheet
    By ischopra in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 07-02-2013, 09:59 AM
  3. [SOLVED] Summary sheet - copy cell contents from multiple sheets to one summary sheet
    By jsmity in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-21-2013, 10:32 AM
  4. [SOLVED] Pull data from a single Cell in many diffrent sheets to the summary sheet
    By iancghln in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 09-21-2012, 02:24 PM
  5. Need VBA to copy data from looped sheets into summary sheet
    By The Drone in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-09-2012, 09:49 PM
  6. Replies: 0
    Last Post: 03-27-2012, 04:54 PM
  7. More-Copy from different sheets to summary sheet
    By NoCanDo in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-05-2009, 05:48 AM
  8. Copy from different sheets to summary sheet
    By NoCanDo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-25-2009, 08:05 AM

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