+ Reply to Thread
Results 1 to 3 of 3

Append two tabs of data onto new tab using formula

  1. #1
    Forum Contributor
    Join Date
    02-09-2004
    Location
    Cardiff - Wales - UK
    MS-Off Ver
    2013
    Posts
    475

    Question Append two tabs of data onto new tab using formula

    Hi,

    I have attached an example workbook where I have three worksheets i.e. ‘Data1’, ‘Data2’ and ‘Master Data’ all of which have the same data format in each column

    I have data in the ‘Data1’, ‘Data2’ tabs and was wondering if it is possible to copy the data from both these tabs (using formulas) onto the ‘Master Data’ bearing in mind the rows of data in the ‘Data1’, ‘Data2’ can vary on week to week basis

    Any assistance would be gratefully appreciated

    Many thanks in advance

    Rob


    N.B. Excel version 2010
    Attached Files Attached Files
    Last edited by robertguy; 07-04-2014 at 09:22 AM. Reason: To mark as Solved
    Rob

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Append two tabs of data onto new tab using formula

    Try

    =IF(ROWS($A$1:A1)>COUNTA(DATA1:DATA2!A:A)-2,"",IF(ROWS($A$1:A1)>COUNTA(DATA1!A:A)-1,INDEX(DATA2!A:A,ROW(A1)-COUNTA(DATA1!A:A)+2),INDEX(DATA1!A:A,ROW(A1)+1)))

    Copy down and across
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Contributor
    Join Date
    02-09-2004
    Location
    Cardiff - Wales - UK
    MS-Off Ver
    2013
    Posts
    475

    Re: Append two tabs of data onto new tab using formula

    ACE_XL

    EXCELLENT !! - Just what I wanted, many thanks indeed

    Regards

    Rob

+ 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] Formula that references different tabs according to a data validation field?
    By Rizzu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-27-2012, 06:27 PM
  2. Copy pie chart into new tabs, and show the results from data on those tabs
    By Sydney Lee in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-23-2012, 07:50 PM
  3. Formula to append data
    By pkg206 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-30-2011, 07:50 AM
  4. Append (add) name on worksheets/tabs (2007)
    By sbabolat in forum Excel General
    Replies: 6
    Last Post: 07-20-2010, 06:24 PM
  5. formula to append data to cell
    By jsandlin0803 in forum Excel General
    Replies: 9
    Last Post: 01-18-2010, 04:04 PM

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