+ Reply to Thread
Results 1 to 4 of 4

Average values using offset

  1. #1
    Registered User
    Join Date
    10-01-2012
    Location
    Indianapolis, Indiana
    MS-Off Ver
    Excel 2010
    Posts
    51

    Average values using offset

    Hey guys,

    I am trying to create a dynmaic reporting tool that can average monthly metrics so I can display them in a changing, dynamic graph. I currently have the first month(December '12) working just fine but the tool deosnt capture the data from the next two months (January '13 and February '13). I think it has something to do with my offset function but can't seem to find the error. Any help would be much appreciated, thanks!


    [ATTACH]Example File[/ATTACH]
    Attached Files Attached Files
    KCCO

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Average values using offset

    hi NeoFlex, use AVERAGEIF instead:
    =AVERAGEIF($B$8:$B$100,I8,INDEX($C$8:$F$100,,$K$6))

    to counter errors when there are no %, you can use IFERROR:
    =IFERROR(AVERAGEIF($B$8:$B$100,I8,INDEX($C$8:$F$100,,$K$6)),"")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    10-01-2012
    Location
    Indianapolis, Indiana
    MS-Off Ver
    Excel 2010
    Posts
    51

    Re: Average values using offset

    Great, thanks benishiryo that worked perfectly. Thanks for the help!

  4. #4
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Average values using offset

    Hi Neo,

    Try using below formula:-
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    see attached:- Example(1).xlsx

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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