Horizontal axis: having data on non-major/minor values ?

king nero

New Member
Joined
Dec 20, 2009
Messages
42
I want to create a simple time/temp chart.
I want to chart to show on the horizontal axis: 1 - 2 - 3 - ... (hours).
I have temp data on 0.35 - 0.69 - 2.5 - 9.06 - ... hours (not actual values, but just to give an idea to show an irregular pattern).

Currently, I get an even spacing between each tick (so I have ticks at these points: 0.35 - 0.69 - 2.5 - 9.06 - ... ) but I want to set these data points on an 1 - 2 - 3 - ... labeled X axis.

I am using Excel 2013.

How do I do this?
I'm sure this has been asked before, but I'm probably searching for the wrong keywords. Could somebody please point me to a previous similar question (or give a short explanation please) ?
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi, approximately you can create something like this
1586513035569.png

Book1
BCDEFG
1Real TimeTempHourHoursINDEX/MATCH
28:24:0015,781#N/A
316:33:3619,4162#N/A
417:16:4817,8173#N/A
521:21:3613,4214#N/A
65#N/A
76#N/A
87#N/A
9815,7
109#N/A
1110#N/A
1211#N/A
1312#N/A
1413#N/A
1514#N/A
1615#N/A
171619,4
181717,8
1918#N/A
2019#N/A
2120#N/A
222113,4
2322#N/A
2423#N/A
2524#N/A
Sheet1
Cell Formulas
RangeFormula
D2:D5D2=HOUR(B2)
G2:G25G2=INDEX($C$2:$C$5,MATCH(F2,$D$2:$D$5,))
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,370
Members
449,080
Latest member
Armadillos

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