+ Reply to Thread
Results 1 to 8 of 8

Total work sheets on a final work sheet

  1. #1
    Registered User
    Join Date
    10-03-2013
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    67

    Total work sheets on a final work sheet

    Hi All
    I'm hoping for some help my little project. I trying to calculate info gathered from each name on other sheets and finalize them on a summary sheet with an overall average for each name.
    I upload a sample sheet to help clarify what I'm looking for.
    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Total work sheets on a final work sheet

    Do you want a count or a sum?

    Are the real number values supposed to be all 1s? The average is easy, it's 1!
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    10-03-2013
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    67

    Re: Total work sheets on a final work sheet

    Hi Tony
    The number values are only 1"s (more like a Yes or No). Depending on how many compliant of non compliant the letter has, in say over a months would give the average total of the letter. I hope I explained myself. Thanks for looking into it for me
    Regards

  4. #4
    Registered User
    Join Date
    10-03-2013
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    67

    Re: Total work sheets on a final work sheet

    An example would be if john (letter) did various jobs each month and was rated on each job if it was done proper or not proper. Then it would tallied on the summary page. The same would be if Mary or Joe was rate the same way. This way I could quickly figure out how was doing the best.
    Regards

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Total work sheets on a final work sheet

    Try this...


    Data Range
    A
    B
    C
    D
    1
    oct 1999
    nov 1999
    2
    3
    4
    Name
    Total Compliant
    Total Non Compliant
    Average %
    5
    A
    1
    2
    6
    B
    2
    2
    7
    C
    1
    3
    8
    D
    3
    1
    9
    E
    2
    2
    10
    F
    2
    2
    11
    G
    0
    4
    12
    H
    4
    0
    13
    I
    0
    4
    14
    J
    2
    1
    15


    List the sheet names in a horizontal array. I've used cells A1:B1.

    I'm not sure what you expect for an average.

    Enter this formula in B5:

    =SUMPRODUCT(SUMIF(INDIRECT("'"&A$1:B$1&"'!A5:A24"),A5,INDIRECT("'"&A$1:B$1&"'!B5:B24")))

    Enter this formula in C5:

    =SUMPRODUCT(SUMIF(INDIRECT("'"&A$1:B$1&"'!A5:A24"),A5,INDIRECT("'"&A$1:B$1&"'!C5:C24")))

    Select B5:C5 and copy down as needed.

  6. #6
    Registered User
    Join Date
    10-03-2013
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    67

    Re: Total work sheets on a final work sheet

    Thanks I'll give it a go. Appreciate it and I'll let you know

  7. #7
    Registered User
    Join Date
    10-03-2013
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    67

    Re: Total work sheets on a final work sheet

    Thanks You Tony V. I had a couple of small issues but it was at my end
    I appreciate the help on this. I'm going to practice this on other home projects
    Regards

  8. #8
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Total work sheets on a final work sheet

    You're welcome. Thanks for the feedback!

+ 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] Pulling for multipul work sheets into one master work sheet
    By boll55 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-08-2013, 04:32 PM
  2. Create PDF files from multiple work sheets in a single work book
    By erprasannaa in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-29-2012, 03:42 AM
  3. [SOLVED] To sum up the many work sheets total on a summary sheet
    By PRADEEPB270 in forum Excel General
    Replies: 1
    Last Post: 05-24-2010, 06:04 AM
  4. Copy rows from work sheets to combine to one work sheet based on cell value
    By joemcmillen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-11-2008, 05:04 PM
  5. How do I create a conditional running total on separate work sheets?
    By Poonz in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-01-2007, 09:08 AM

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