+ Reply to Thread
Results 1 to 6 of 6

chart with modified axis

  1. #1
    Registered User
    Join Date
    07-24-2013
    Location
    london
    MS-Off Ver
    Excel 2013
    Posts
    21

    chart with modified axis

    Hi all,
    i need to create an axis but in week units for example 201316 represents week 16 in year 2013. Thus after 201352 the next number need to be 201401 and NOT 201353.
    How can i do it in x axis?

    example:
    axis.jpg

    excel:
    trial_Reply.xlsx

    thanks in advance!

  2. #2
    Forum Contributor
    Join Date
    08-08-2005
    Location
    Kansas, USA
    MS-Off Ver
    2016
    Posts
    293

    Re: chart with modified axis

    Assuming you have a date column in col A, then add a column B with the following formula:

    =Year(A1)& Weeknum(A1)

    And copy that down. then use the new col B as your axis column.

  3. #3
    Registered User
    Join Date
    07-24-2013
    Location
    london
    MS-Off Ver
    Excel 2013
    Posts
    21

    Re: chart with modified axis

    how can i use those values as x-axis?

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

    Re: chart with modified axis

    You will need to recalculate values for bar length and data marker positions.

    You can then use a dummy series to plot axis labels to match you scaling.
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

  5. #5
    Registered User
    Join Date
    07-24-2013
    Location
    london
    MS-Off Ver
    Excel 2013
    Posts
    21

    Re: chart with modified axis

    what if my data may change, added, reduced? will i be able to make those changes automatically?

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

    Re: chart with modified axis

    If you use formula then I don't see why not.

+ 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. Replies: 3
    Last Post: 06-19-2012, 06:51 PM
  2. Line Chart Y-Axis is subdivided into discrete ranges same x-axis
    By texaschili in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 11-01-2010, 06:31 PM
  3. Replies: 1
    Last Post: 05-03-2006, 09:20 PM
  4. Replies: 2
    Last Post: 08-12-2005, 08:05 AM
  5. Replies: 0
    Last Post: 07-13-2005, 05:05 PM

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