Chart time exis

SandsB

Well-known Member
Joined
Feb 13, 2007
Messages
736
Office Version
  1. 365
Platform
  1. Windows
My chart's fine but I want the Y axis to show multiples of 15 seconds, not the random, daily changing number I get now. The top value will never be over 2 minutes so how can I make my chart always show 15, 30, 45, 60, 85, 90, 105, 120 seconds?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
If your time is real time, not a number of seconds, then go into axis formatting, set minimum to 0, max to 0.001388889 and major unit as 0.000173611

If these are seconds number use 0; 120 and 15

Minor units can be left set to automatic (because you probably don't use it)

1727989567919.png
 
Upvote 0
Perfect. Thank you. But how do you get those numbers? If I wanted 43 minutes or 112 minutes or.....
 
Upvote 0
so 43 minutes is
=43/24/60
or
=TIMEVALUE("00:43:00")

and format the cell as general
- you will see that 43 minures is almost 3% of the day ( 0.029861111)

and similar for 112 minutes - either
=112/24/60
or
=TIMEVALUE("01:52:00")
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,177
Members
453,021
Latest member
Justyna P

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