+ Reply to Thread
Results 1 to 2 of 2

Trying to add events

  1. #1
    Registered User
    Join Date
    09-03-2012
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    14

    Trying to add events

    Ok so I have a set of data and I am trying to add an event, now I have tried 2 ways. The first way plots the events nicely but adds a 0 along my entire x-axis.

    And my second way is me manually deleting those zeros but then it does not work.

    Can someone have a look at my spreadsheet please and try and see where I have gone wrong.

    Or if there is a more efficient way of adding a single ponit/event onto a chart then please let me know.

    Thanks

    data.xlsx

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Trying to add events

    Change the formula to use NA() instead of "", as "" is treated in the chart as text and text is plotted as zero.

    =IF(F$1=$A3,MAX(B3:D196),NA())

    Add 100% minus error bar to the event series. remove line format, apply data marker if helpful.
    Cheers
    Andy
    www.andypope.info

+ 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