Graphing long date stamps

Schwizer

New Member
Joined
Dec 15, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I want to make a standard X-Y scatter plot with a proper date on the X-axis showing year month & day in no particular order. I do not want to make any changes to column A.
TimestampValue AValue B
2021-12-15T11:02:46.7483390+01:00
84​
3​
2021-12-15T11:01:47.0353530+01:00854
2021-12-15T11:00:46.8114890+01:00795

The key seems to be selecting the right format category/format code in excel. I've played around there for some time trying different localization, different custom codes but nothing worked so far. Either doesn't work at all or shows as the year 1901 or 1900.
Does someone have the complete custom definision for this specific ISO date/time format? I think then it's a 5 second fix to copy/paste that custom format in there or?

Regards
Schwizer
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Formatting doesn't matter. Excel will see this as a string. Insert another column with this formula and use it for your x axis values:

Excel Formula:
=DATE(LEFT(A1,4),MID(A1,6,2),MID(A1,9,2))
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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