+ Reply to Thread
Results 1 to 3 of 3

Trying to create a summary sheet from multiple tabs but get "no data was consolidated"

  1. #1
    Registered User
    Join Date
    07-11-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    20

    Trying to create a summary sheet from multiple tabs but get "no data was consolidated"

    Hi,

    I wonder what i so wrong. Trying to create a summary tab with data from multiple tabs but receive "no data was consolidated"error all the time.
    I have checked that the sheets look exactly the same (same headers etc.)

    I have attached my excel in case someone would figure out what is wrong

    Thanks a lot in advance.

    -Leevi
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    05-11-2013
    Location
    Wales
    MS-Off Ver
    Excel 2010
    Posts
    586

    Re: Trying to create a summary sheet from multiple tabs but get "no data was consolidated"

    Hi Leevi90,

    Can you add some data to your Summary sheet so we know what you are after.

    Regards

    peterrc

  3. #3
    Registered User
    Join Date
    07-11-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    20

    Re: Trying to create a summary sheet from multiple tabs but get "no data was consolidated"

    Hi,

    I think consolidating is actually not what i need to do. I am trying to summarize data from multiple tabs into the sumamry tab.
    The idea is to gather all the data from all the tabs in the sumamry sheet (emails, and peoples names).

    So it is maybe VBA I need to do?
    I found this:
    'In this example I am Copying the Data from Sheet1 (Source) to Sheet2 (Destination)
    Sub sbCopyRangeToAnotherSheet()
    'Method 1
    Sheets("Sheet1").Range("A1:B10").Copy Destination:=Sheets("Sheet2").Range("E1")
    'Method 2
    'Copy the data
    Sheets("Sheet1").Range("A1:B10").Copy
    'Activate the destination worksheet
    Sheets("Sheet2").Activate
    'Select the target range
    Range("E1").Select
    'Paste in the target destination
    ActiveSheet.Paste
    Application.CutCopyMode = False
    End Sub

    I tried to enter it but didn't work. I'm so lost :D So grateful if someone can help me.

    -Leevi

+ 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. Master Summary sheet to "remember" formulae and not do "REF!" errors? (EXCEL 2003)
    By elizabethchilver in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-13-2016, 07:08 PM
  2. Replies: 2
    Last Post: 12-09-2015, 05:43 AM
  3. Replies: 3
    Last Post: 05-31-2013, 05:16 AM
  4. [SOLVED] Need Macro to compile data from "Weekly" sheets and sum up into "Monthly" summary sheet
    By mo4391 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-21-2013, 07:25 PM
  5. Consolidate multiple tabs into a "Summary" one and ovewrite past data
    By dim06 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-02-2012, 07:45 AM
  6. Replies: 0
    Last Post: 02-14-2012, 12:31 PM
  7. Search multiple worksheets, copy and paste into "Summary" sheet
    By meowzers in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-21-2010, 05:06 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