+ Reply to Thread
Results 1 to 6 of 6

reference same cell on multiple worksheets

Hybrid View

  1. #1
    Registered User
    Join Date
    06-16-2015
    Location
    Rexburg, Idaho
    MS-Off Ver
    2010
    Posts
    2

    reference same cell on multiple worksheets

    I run an excavation company and am recording dump truck weights from a scale in a daily log. In my Excel file I have a worksheet for each day that lists the weight for each load each truck hauled. Each truck has a column on each worksheet so I can add up the totals for each truck each day. I am trying to set up a summary page for each truck so I can analyze the productivity of each truck daily and over time. It takes a lot of time to reference each truck's summary page to each of the daily worksheets to get the information. The daily worksheets are set up identically, so is there a formula I can use that I can drag down and pull the cell reference from each successive day/worksheet rather than basically re-entering the formulas for each day?
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor nigelbloomy's Avatar
    Join Date
    11-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1,011

    Re: reference same cell on multiple worksheets

    If you keep the total in the same cell you can do this:
    On the totals page type =SUM( then click on the first worksheet's tab then hold the Shift key down and click on the last worksheet's tab. Click on B19 where your page totals are, then close parentheses ")".

    That will create a sum of all the values in that cell on all of the tabs.

    The formula looked like this when I was done:
    =SUM('June 13:Sheet25'!B19)
    Some people volunteer in soup kitchens or hospitals. I choose to make the world better by trying to help you with Excel. We're all learning.

    <---Click * Add Reputation for all helpful comments. It's like giving a smile.
    Forum Rules: How to mark your post [Solved] and have a happier, Excel enriched life.

  3. #3
    Valued Forum Contributor nigelbloomy's Avatar
    Join Date
    11-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1,011

    Re: reference same cell on multiple worksheets

    I think I read your question wrong at first. This formula in C3 will look at the date in B3 and try to find the tab with the name of the date. You can drag this down.

    =INDIRECT("'"&TEXT(B3,"mmmm d")&"'!B19")
    You would still need to keep the total cell in B19 and keep naming the tabs with the date you want.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: reference same cell on multiple worksheets

    @butljody,

    I think you much better of using just 1 worksheet and add all data in that sheet.

    If you add the data table-wise, it will be very usefull to make a pivot table.

    Pivot tables are a very strong built in function and the options increase on each (new) excel version.

    Once you know the tricks, you will be glad you learned it.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  5. #5
    Valued Forum Contributor nigelbloomy's Avatar
    Join Date
    11-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1,011

    Re: reference same cell on multiple worksheets

    I agree with oeldere. If you can do this in one table, then you can use a pivot table to divide out and sum up anything you want. Just to show how it could be done I attached a file with the first two days put into one table. There is also a pivot table showing how it can add up everything you would want to see.

    I know the table looks big, but it is easy to enter new information and not a problem at all for Excel to handle thousands of rows.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    06-16-2015
    Location
    Rexburg, Idaho
    MS-Off Ver
    2010
    Posts
    2

    Re: reference same cell on multiple worksheets

    Thanks. That makes a huge difference. I learned pivot tables in college, but that was a while ago and I just haven't used them since.

+ 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. Reference cell in multiple worksheets
    By Smorg1966 in forum Excel General
    Replies: 1
    Last Post: 09-09-2014, 09:19 AM
  2. Reference cell in multiple worksheets
    By Smorg1966 in forum Excel General
    Replies: 1
    Last Post: 09-09-2014, 09:11 AM
  3. reference a cell on multiple worksheets that has a drop down list.
    By TrendWendy in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-04-2013, 04:26 PM
  4. Linking multiple worksheets (same cell reference) to another worksheet
    By sirperegrine in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 03-18-2012, 06:19 PM
  5. How do I Edit Fill Down a Cell Reference to Multiple Worksheets
    By langba in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-07-2005, 10:05 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