A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
What you’re seeing is usually related to the chart type and the kind of axis Excel is using, rather than an issue with the date values themselves.
In Excel terminology:
- A Bar chart is horizontal
- A Column chart is vertical
In a horizontal Bar chart, dates are typically placed on the vertical (Y) axis, and Excel normally treats that axis as a Category axis. When an axis is treated as a Category axis, the Bounds and Units options do not appear, which is expected behavior.
If you want the dates along the bottom with Bounds available, you’ll typically see that with a Column chart or an XY (Scatter) chart, where the date axis is treated as a value‑based axis.
Also, even when a Date axis is working correctly in a Column chart, Excel may show the axis limits as large numbers or decimals. Excel stores dates internally as serial numbers (number of days since 1/1/1900).
A few things you can double‑check:
- Confirm the dates are real dates, not text Try
=ISNUMBER(A2)If it returns TRUE, Excel recognizes the value as a date. - Check the chart type If it’s a Bar chart, missing Bounds is usually expected. If it’s a Column chart and Date Axis is selected, the Bounds fields should normally appear.
- Refresh the Format Axis pane (this can help in some Microsoft 365 builds):
- Click Reset in the Format Axis pane
- Change the Major unit once, then check again
- Click away from the chart and re‑select the axis
- Recreate or refresh the chart if needed
In most cases, this behavior comes down to Excel treating the selected axis as a Category axis, or the Format Axis pane not refreshing immediately and not a problem with the date values themselves.
If you’d like, feel free to share the chart type you’re using or what axis the dates are currently on, and we can take a closer look.
Please let me know if this proves useful to you, or if you would like further assistance.
I'm looking forward to your reply.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment”.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.