chart interval shows number

uwmarkyo

New Member
Joined
Aug 11, 2021
Messages
43
Office Version
  1. 365
Platform
  1. Windows
Hi
I tried to create a scatter plot for this data, but the interval converted to number label as following image. may I know how to keep the interval label?
1636481195552.png
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
You could create a helper column "Seconds" and plot that as your x-axis instead of "Time".

tmp.xlsm
ABC
145TimeSecondsData
1460:00:0221
1470:00:0443
1480:00:0665
1490:00:0883
1500:00:10105
1510:00:12124
1520:00:14142
1530:00:16163
1540:00:18184
1550:00:20201
1560:00:22221
Sheet6
Cell Formulas
RangeFormula
B146:B156B146=A146/(1/(24*3600))
 
Upvote 0
Solution
You could create a helper column "Seconds" and plot that as your x-axis instead of "Time".

tmp.xlsm
ABC
145TimeSecondsData
1460:00:0221
1470:00:0443
1480:00:0665
1490:00:0883
1500:00:10105
1510:00:12124
1520:00:14142
1530:00:16163
1540:00:18184
1550:00:20201
1560:00:22221
Sheet6
Cell Formulas
RangeFormula
B146:B156B146=A146/(1/(24*3600))
this will work. Great appreciation, thanks.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

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