+ Reply to Thread
Results 1 to 3 of 3

Need Help Creating Run Chart Template with Potentially Missing Data

  1. #1
    Registered User
    Join Date
    09-18-2014
    Location
    Illinois
    MS-Off Ver
    Microsoft 2010
    Posts
    5

    Need Help Creating Run Chart Template with Potentially Missing Data

    So, I've been searching and searching and can't seem to find any answers. I hope to find the answer here, even if it's something really simple not requiring any extra formulas.

    I am trying to create a RUN CHART TEMPLATE for a not-so-excel-savvy colleague. She would just need to plug in numbers and BOOM...she has a nice run chart. The run chart will track process observations, but the problem is that she will not be doing observations every single day. Therefore, you have blank cells and the line chart is skewed because it can go from 0% to 100% in a blink of an eye, which also throws off the average. I've tried using the TREND formula, the NA() formula, and it works great BUT my not-so-excel-savvy colleague can't be entering that every month. Nor do I want to enter it every month for her (I would gladly do it, but she probably doesn't want to wait on me to complete it for her). I can also understand if there is just no other way, but I need to know that before I continue down a path only to find out it's not possible.

    Attached is data collected from August without tweaking it so run chart is satisfactory. But, I need to figure out a way to make a template for future months. There would be no way of knowing which dates in future months where observations will be conducted.

    HELP!!
    Attached Files Attached Files

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Need Help Creating Run Chart Template with Potentially Missing Data

    Hi,

    To exclude the blanks you could do the following

    1. Create a named range (e.g. data) that describes E4:E34

    2. Create another named range (e.g. graph_data) that is defined by =IF(ISERROR(data),NA(),data)

    3. Plot the chart using graph_data as the y data source.

    Repeat for all data sets


    Please see attachement
    Attached Files Attached Files
    Last edited by sweep; 09-18-2014 at 11:21 AM.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    09-18-2014
    Location
    Illinois
    MS-Off Ver
    Microsoft 2010
    Posts
    5

    Re: Need Help Creating Run Chart Template with Potentially Missing Data

    Thank you so much! You helped me prevent patient falls!! Lol

+ 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] Missing data value in a chart.
    By Valerie in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 10-04-2013, 12:23 AM
  2. Problems creating a template chart with an adjustable x-axis range.
    By SmallTownGriff in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-10-2013, 05:49 AM
  3. creating new worksheets from a template for each row of data
    By So_much_to_learn in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-07-2012, 02:39 PM
  4. [SOLVED] creating a chart template
    By dogween in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 11-09-2005, 03:25 PM
  5. [SOLVED] creating a chart with auto fillin of missing date points?
    By Rob in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-20-2005, 12:06 PM

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