+ Reply to Thread
Results 1 to 2 of 2

Worker Tracking Across Multiple Sheets

  1. #1
    Registered User
    Join Date
    10-16-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    3

    Worker Tracking Across Multiple Sheets

    I have need of tracking the totals and averages of multiple locations and specific workers on a daily basis. I can figure out how to automatically copy the location's total onto the master location sheet, but not the worker's totals since the workers may not work at the same location every day. Is there a way that I can automatically copy the worker's total every day into the Worker Master sheet so I can track each worker's totals without having to manually copy the numbers across the sheets (which is what I've been doing)? See attached for an example.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,604

    Re: Worker Tracking Across Multiple Sheets

    As long as your headers match the names of the sheets exactly (Day 1, Day 2 etc), then you can put this formula in B2:

    =SUMIF(INDIRECT("'"&B$1&"'!B:B"),$A2,INDIRECT("'"&B$1&"'!C:C"))

    then copy across and down as required.

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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