将时间戳轴设置为仅显示小时而不显示部分小时
使用 Excel 2008 (Mac) 我希望 x 轴中显示的小时不是 1:12、2:24、3:36 等,而是 1:00、2:00、3:00、4:00 等。
Using Excel 2008 (Mac) I want the hours shown in the x-axis not to be 1:12, 2:24, 3:36, etc but 1:00, 2:00, 3:00, 4:00, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜你的意思是在图表中?如果是这样,您可以通过右键单击轴并更改“设置轴格式”下的属性来编辑轴比例的主要单位和次要单位。有点令人困惑的是,如果您按时间工作,它使用的比例是 1 天 = 1,因此您需要将一天划分为您想要的任何时间基础。看起来您想要的小时是 1/24 或 0.041666667。根据 Excel 猜测的最小值/最大值等值,您可能还需要调整这些值以满足您的需要,在这种情况下,适用相同的原则。
I guess you're meaning in a chart? If so you can edit the Major Unit and Minor Unit of an axis scale by right-clicking the axis and changing properties under Format Axis. Somewhat confusingly if you're working in time, the scale it uses is 1 day = 1, so you'll need to divide the day up into whatever time base you want. Looks like you want hour which is 1/24 or 0.041666667. Depending what values Excel guesses for minimum/maximum etc, you may also need to tweak these to suit what you want, in which case the same principle applies.