+ Reply to Thread
Results 1 to 3 of 3

Average multiple values from multiple sheets

  1. #1
    Registered User
    Join Date
    11-10-2014
    Location
    Portugal
    MS-Off Ver
    2013
    Posts
    2

    Average multiple values from multiple sheets

    Hi there,

    I have this problem. I have 31 sheets regarding 31 days of the month. I need to add a certain value (on cell J45 in all sheets) and average it in the main sheet. Problem is i need to average day by day. after 10 days i get the 10 values and average them. Next day it does the same for 11 days and so on. Im thinking a condition cell in every sheet (like "state: on" for that sheet) and make a condition to add (or not) that "day". Is there an easy way around this?

    Much appreciated

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Average multiple values from multiple sheets

    Hi, welcome to the forum

    Without your "rolling" 10 day average, this would just be a simple formula like...
    =AVERAGE(Sheet1:Sheet3!H3)
    or
    =sum(Sheet1:Sheet3!H3)

    However I suggest upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    11-10-2014
    Location
    Portugal
    MS-Off Ver
    2013
    Posts
    2

    Re: Average multiple values from multiple sheets

    Hi there,

    i had some trouble outside this situation that's the reason im replying just now. I figured out the last problem. now i have a new one. In main sheet i need to get a value from another sheet but only if that sheet is "active". In other words i still have 31 days and only 1 day active and i need to check all sheets to get the active day and get the value from a specific cell in that sheet.
    Right now i use cell P34 from every sheet (31 sheets) and check if it is "ON" (actually has string ON in it if its active). i need to check all sheets to see wich one is ON and copy the value from another cell (P4) from that specific sheet to the main sheet. Is this possible? Or is there an easy way?

    best regards

+ 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] Two criteria Index Match on multiple sheets returning multiple values
    By Joak in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-21-2014, 10:03 AM
  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