+ Reply to Thread
Results 1 to 2 of 2

Link Data from Multiple Worksheets

Hybrid View

  1. #1
    Danedel
    Guest

    Link Data from Multiple Worksheets

    Is there a way to link data from multiple worksheets in the same workbook to
    a single worksheet used as a "running total" also in the same workbook?

  2. #2
    Max
    Guest

    Re: Link Data from Multiple Worksheets

    Something like this in say, Sheet4's B2:
    =SUM(Sheet1:Sheet3!A1)
    will return the sum of what's in A1 in Sheets 1, 2 & 3

    where:
    Sheets 1 & 3 are the "bookend" sheets
    Sheet2 is assumed placed in-between Sheets 1 & 3
    Sheet4 (the "summary" sheet) is assumed not within Sheets 1 & 3
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "Danedel" <Danedel@discussions.microsoft.com> wrote in message
    news:B1701373-628E-4B88-88CE-788AB3ECC80E@microsoft.com...
    > Is there a way to link data from multiple worksheets in the same workbook

    to
    > a single worksheet used as a "running total" also in the same workbook?




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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