+ Reply to Thread
Results 1 to 4 of 4

Return values from one sheet to another. Sheets have different structures.

  1. #1
    Forum Contributor
    Join Date
    10-24-2012
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    414

    Return values from one sheet to another. Sheets have different structures.

    I am trying to return the values from Sheet 2 into Sheet 1. The structures as you will see are vastly different. Any help is appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,721

    Re: Return values from one sheet to another. Sheets have different structures.

    Try

    in B2

    =INDEX(Sheet2!$B$1:$M$55,MATCH(Sheet1!$A2,Sheet2!$A$1:$A$55,0)+COLUMNS($A:A),1)

    Copy across to G and down to row 8

    Copy B2 to B11 and change 1 to 2

    Repeat for all months changing 2 to 3 etc
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    10-24-2012
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    414

    Re: Return values from one sheet to another. Sheets have different structures.

    Awesome, thanks!

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,721

    Re: Return values from one sheet to another. Sheets have different structures.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. [SOLVED] search table for unique values return values and corresponding cells to a different sheet
    By thara95 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-01-2017, 09:04 AM
  2. [SOLVED] Merging sheets with different structures maintained at different granularity into a master
    By Presh in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-23-2016, 07:19 PM
  3. [SOLVED] Return Min Values Across Several Sheets
    By rvajda in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-27-2015, 04:41 PM
  4. Replies: 3
    Last Post: 01-14-2014, 11:59 AM
  5. [SOLVED] use 2 values on sheet 1 to search sheet 2 & return text on sheet 1
    By BlakeLee in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-02-2013, 04:56 PM
  6. How to return values from different sheets
    By SMB in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-09-2009, 02:56 PM

Tags for this Thread

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