Chart time exis

SandsB

Well-known Member
Joined
Feb 13, 2007
Messages
738
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

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
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,225,757
Messages
6,186,845
Members
453,379
Latest member
gabriellegonzalez

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