+ Reply to Thread
Results 1 to 4 of 4

Look up and average multiple values from multiple sheets

  1. #1
    Registered User
    Join Date
    06-05-2013
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    90

    Look up and average multiple values from multiple sheets

    Hello! I'm having some difficulty using any lookups, and I'm not sure which style I should be using.

    In my attachment, I have 6 tabs. The first 5 are all data entry, and then the 6th is my data info, where I want to average all of my data (Hours, Max Temp, Water, Cals) based on what position it is in a cycle. If a line in any of the data tabs has the day listed as Start, then I want it to be included in the Start average on the data info tab. I was trying to use vlookup or indirect, but neither of them would work.

    Any help would be greatly appreciated! If you have any questions just let me know!
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Look up and average multiple values from multiple sheets

    You'll need to do some 3-D SUMIFs and COUNTIFs.

    Somewhere, make a list of the sheet names you want to reference.

    Select that list of names, go to Formula, Name Manager, and give that selection a new name. I called mine Sheets.

    B2:
    Please Login or Register  to view this content.
    B3:
    Please Login or Register  to view this content.
    B4:
    Please Login or Register  to view this content.
    B5:
    Please Login or Register  to view this content.
    and copy all four rows across.
    Attached Files Attached Files
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    06-05-2013
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    90

    Re: Look up and average multiple values from multiple sheets

    Thanks! Sorry it took me so long to get back to you. I was wrestling with some issues on this where I kept getting reference errors, but then I found out that I couldn't use spaces in my tab names. No issues once I found that out! Thank you very much!
    Please add *rep if I helped you!

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

    Re: Look up and average multiple values from multiple sheets

    You can use space characters in sheet names but you have to use quotes around the names when you refer to them in formulas.

    "'"&Sheets&"'!C2:C6"

    In "exploded view"...

    " ' " & Sheets & " ' ! C2:C6 "
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Average multiple values from multiple sheets
    By xptandre in forum Excel General
    Replies: 2
    Last Post: 11-14-2014, 07:39 PM
  2. Replies: 12
    Last Post: 02-10-2014, 11:59 AM
  3. Multiple Sheets Multiple Criteria Average Data
    By apauaie in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-17-2013, 01:13 PM
  4. Search for Multiple String Values on Multiple Sheets and Copy Rows to New Sheet
    By rrtikker in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-15-2012, 12:21 PM
  5. Sum of multiple values from multiple conditions across multiple sheets
    By ride_op in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-19-2011, 01:27 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