Excel 2013 chart - setting time intervals in vertical axis
I have time (mm:ss) in the vertical axis of a bar chart.
I want to set the following parameters:
- min - 0
- max - 12:00
- major ticks: every 2:00 min (0, 2:00, 4:00, etc.)
- minor ticks: every 0.5 min (0:30, 1:30, 2:30, etc.)
I can't figure out how to do this, and what is the rationale for it. I read that Excel uses a day for these parameters, but I just don't know how to apply it to my case.
microsoft-excel microsoft-excel-2013 charts time
add a comment |
I have time (mm:ss) in the vertical axis of a bar chart.
I want to set the following parameters:
- min - 0
- max - 12:00
- major ticks: every 2:00 min (0, 2:00, 4:00, etc.)
- minor ticks: every 0.5 min (0:30, 1:30, 2:30, etc.)
I can't figure out how to do this, and what is the rationale for it. I read that Excel uses a day for these parameters, but I just don't know how to apply it to my case.
microsoft-excel microsoft-excel-2013 charts time
add a comment |
I have time (mm:ss) in the vertical axis of a bar chart.
I want to set the following parameters:
- min - 0
- max - 12:00
- major ticks: every 2:00 min (0, 2:00, 4:00, etc.)
- minor ticks: every 0.5 min (0:30, 1:30, 2:30, etc.)
I can't figure out how to do this, and what is the rationale for it. I read that Excel uses a day for these parameters, but I just don't know how to apply it to my case.
microsoft-excel microsoft-excel-2013 charts time
I have time (mm:ss) in the vertical axis of a bar chart.
I want to set the following parameters:
- min - 0
- max - 12:00
- major ticks: every 2:00 min (0, 2:00, 4:00, etc.)
- minor ticks: every 0.5 min (0:30, 1:30, 2:30, etc.)
I can't figure out how to do this, and what is the rationale for it. I read that Excel uses a day for these parameters, but I just don't know how to apply it to my case.
microsoft-excel microsoft-excel-2013 charts time
microsoft-excel microsoft-excel-2013 charts time
edited Nov 23 '18 at 11:01
Scott
15.6k113889
15.6k113889
asked Nov 23 '18 at 10:15
user3315563
31
31
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You should just divide all your time values by 24 hours
(which is 1440 minutes).
So, for example, your max value should be entered as 0.008333 (12÷1440).
I tried your suggestion, but it doesn't seem right. With a value of 0.52 for the max, I get 12:15, which is about right, but I would like it to be 12:00.
– user3315563
Nov 24 '18 at 6:12
@user3315563: Huh? Are you talking about 12 hours or 12 minutes? I interpreted it as 12 minutes, since you said times were mm:ss. If you want 12 hours, where did you get the value of 0.52? 12:00 ÷ 24:00 = 0.5000000000.
– Scott
Nov 24 '18 at 6:22
That's correct, I want 12 minutes. So maybe my time format is incorrect?
– user3315563
Nov 24 '18 at 7:22
Well, I don't know what your situation is. Did you try 0.008333? What results are you getting?
– Scott
Nov 24 '18 at 17:51
1
I had a mistake with the time format in my table. I fixed it and now it as wanted!
– user3315563
Dec 1 '18 at 8:48
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377774%2fexcel-2013-chart-setting-time-intervals-in-vertical-axis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should just divide all your time values by 24 hours
(which is 1440 minutes).
So, for example, your max value should be entered as 0.008333 (12÷1440).
I tried your suggestion, but it doesn't seem right. With a value of 0.52 for the max, I get 12:15, which is about right, but I would like it to be 12:00.
– user3315563
Nov 24 '18 at 6:12
@user3315563: Huh? Are you talking about 12 hours or 12 minutes? I interpreted it as 12 minutes, since you said times were mm:ss. If you want 12 hours, where did you get the value of 0.52? 12:00 ÷ 24:00 = 0.5000000000.
– Scott
Nov 24 '18 at 6:22
That's correct, I want 12 minutes. So maybe my time format is incorrect?
– user3315563
Nov 24 '18 at 7:22
Well, I don't know what your situation is. Did you try 0.008333? What results are you getting?
– Scott
Nov 24 '18 at 17:51
1
I had a mistake with the time format in my table. I fixed it and now it as wanted!
– user3315563
Dec 1 '18 at 8:48
|
show 1 more comment
You should just divide all your time values by 24 hours
(which is 1440 minutes).
So, for example, your max value should be entered as 0.008333 (12÷1440).
I tried your suggestion, but it doesn't seem right. With a value of 0.52 for the max, I get 12:15, which is about right, but I would like it to be 12:00.
– user3315563
Nov 24 '18 at 6:12
@user3315563: Huh? Are you talking about 12 hours or 12 minutes? I interpreted it as 12 minutes, since you said times were mm:ss. If you want 12 hours, where did you get the value of 0.52? 12:00 ÷ 24:00 = 0.5000000000.
– Scott
Nov 24 '18 at 6:22
That's correct, I want 12 minutes. So maybe my time format is incorrect?
– user3315563
Nov 24 '18 at 7:22
Well, I don't know what your situation is. Did you try 0.008333? What results are you getting?
– Scott
Nov 24 '18 at 17:51
1
I had a mistake with the time format in my table. I fixed it and now it as wanted!
– user3315563
Dec 1 '18 at 8:48
|
show 1 more comment
You should just divide all your time values by 24 hours
(which is 1440 minutes).
So, for example, your max value should be entered as 0.008333 (12÷1440).
You should just divide all your time values by 24 hours
(which is 1440 minutes).
So, for example, your max value should be entered as 0.008333 (12÷1440).
answered Nov 23 '18 at 11:15
Scott
15.6k113889
15.6k113889
I tried your suggestion, but it doesn't seem right. With a value of 0.52 for the max, I get 12:15, which is about right, but I would like it to be 12:00.
– user3315563
Nov 24 '18 at 6:12
@user3315563: Huh? Are you talking about 12 hours or 12 minutes? I interpreted it as 12 minutes, since you said times were mm:ss. If you want 12 hours, where did you get the value of 0.52? 12:00 ÷ 24:00 = 0.5000000000.
– Scott
Nov 24 '18 at 6:22
That's correct, I want 12 minutes. So maybe my time format is incorrect?
– user3315563
Nov 24 '18 at 7:22
Well, I don't know what your situation is. Did you try 0.008333? What results are you getting?
– Scott
Nov 24 '18 at 17:51
1
I had a mistake with the time format in my table. I fixed it and now it as wanted!
– user3315563
Dec 1 '18 at 8:48
|
show 1 more comment
I tried your suggestion, but it doesn't seem right. With a value of 0.52 for the max, I get 12:15, which is about right, but I would like it to be 12:00.
– user3315563
Nov 24 '18 at 6:12
@user3315563: Huh? Are you talking about 12 hours or 12 minutes? I interpreted it as 12 minutes, since you said times were mm:ss. If you want 12 hours, where did you get the value of 0.52? 12:00 ÷ 24:00 = 0.5000000000.
– Scott
Nov 24 '18 at 6:22
That's correct, I want 12 minutes. So maybe my time format is incorrect?
– user3315563
Nov 24 '18 at 7:22
Well, I don't know what your situation is. Did you try 0.008333? What results are you getting?
– Scott
Nov 24 '18 at 17:51
1
I had a mistake with the time format in my table. I fixed it and now it as wanted!
– user3315563
Dec 1 '18 at 8:48
I tried your suggestion, but it doesn't seem right. With a value of 0.52 for the max, I get 12:15, which is about right, but I would like it to be 12:00.
– user3315563
Nov 24 '18 at 6:12
I tried your suggestion, but it doesn't seem right. With a value of 0.52 for the max, I get 12:15, which is about right, but I would like it to be 12:00.
– user3315563
Nov 24 '18 at 6:12
@user3315563: Huh? Are you talking about 12 hours or 12 minutes? I interpreted it as 12 minutes, since you said times were mm:ss. If you want 12 hours, where did you get the value of 0.52? 12:00 ÷ 24:00 = 0.5000000000.
– Scott
Nov 24 '18 at 6:22
@user3315563: Huh? Are you talking about 12 hours or 12 minutes? I interpreted it as 12 minutes, since you said times were mm:ss. If you want 12 hours, where did you get the value of 0.52? 12:00 ÷ 24:00 = 0.5000000000.
– Scott
Nov 24 '18 at 6:22
That's correct, I want 12 minutes. So maybe my time format is incorrect?
– user3315563
Nov 24 '18 at 7:22
That's correct, I want 12 minutes. So maybe my time format is incorrect?
– user3315563
Nov 24 '18 at 7:22
Well, I don't know what your situation is. Did you try 0.008333? What results are you getting?
– Scott
Nov 24 '18 at 17:51
Well, I don't know what your situation is. Did you try 0.008333? What results are you getting?
– Scott
Nov 24 '18 at 17:51
1
1
I had a mistake with the time format in my table. I fixed it and now it as wanted!
– user3315563
Dec 1 '18 at 8:48
I had a mistake with the time format in my table. I fixed it and now it as wanted!
– user3315563
Dec 1 '18 at 8:48
|
show 1 more comment
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377774%2fexcel-2013-chart-setting-time-intervals-in-vertical-axis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown