Graph question

Mr930

Well-known Member
Joined
Aug 31, 2006
Messages
585
I have a simple X-Y graph with my X being dates. The dates are always end of month days, 1/31, 2/28 etc. Is there a way to get the graph to show the gridlines and tick marks on these dates instead of some arbitrary number based on its automatic scaling? I know I can force an increment since the increment between months is always different.

thanks
Fred Emmerich
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Hello,

I have created a very simple column bar graph, based on your assumptions. On X axis I have got end of month dates, and for values axis I have chosen ramdom values, such as 2, 3, etc.

X values are given by following formula, starting in any row, column B, column C, and so on:

=TEXT(DATE(2011,COLUMN(),0),"d-mmm-yyyy")

If you do the same, your graph will display on X axis end of month dates, as you wish. The "secret" is TEXT function. All the best.
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,879
Members
452,948
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top