+ Reply to Thread
Results 1 to 3 of 3

need help want to copy one cell from multiple sheets to one sheet

  1. #1
    Registered User
    Join Date
    05-28-2014
    Posts
    76

    need help want to copy one cell from multiple sheets to one sheet

    Hi All
    I want a formula not VBA to copy a cell from multiple sheets to sheet 1
    Attached Files Attached Files

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,445

    Re: need help want to copy one cell from multiple sheets to one sheet

    You can use the INDIRECT function to achieve this:

    In cell B3,

    =INDIRECT("'"&A3&"'!Q65")

    Note that the sheet name (the Item in Column A) will have to be amended to match the sheet names for this to work.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: need help want to copy one cell from multiple sheets to one sheet

    Hi

    B3
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copy down and cross.

    You must have same word to match Sheet1 vs all Sheetlist and B2:H2 vs HH BLUE sheet Q59:Q70

    Do not put in like this Cell A3 HH/BLUE vs Sheet HH BLUE, this will become #N/A!! Both must be same like this HH BLUE vs HH BLUE.

    See the file.

    Regard
    Attached Files Attached Files
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

+ 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. copy and past cell from multiple sheets into master sheet
    By asqw in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-10-2014, 07:10 AM
  2. copy and past cell on multiple sheets into master sheet
    By asqw in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-10-2014, 07:09 AM
  3. Replies: 0
    Last Post: 09-25-2012, 02:31 PM
  4. Replies: 1
    Last Post: 07-29-2011, 05:03 AM
  5. copy cell from multiple sheets to master sheet
    By ciprian in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-16-2011, 08:07 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