excel - Max of DateTime (custom) field not recognized in PivotTable -


i have simple raw data format of column lastusagetime custom (yyyy-mm-dd hh:mm:ss):

raw data

and pivottable:

pivot table.

the lastusagetime column max function (i want display dates, not count them). problem excel doesn't understand custom datetime format of raw data lastusagetime reason. puts 1900-01-00 everywhere. however, if copy text of lastusagetime, paste notepad, copy/paste excel, works fine!

however, raw data sourced external xml file, when click refresh, gets messed again.

how can fix this?

i think need convert raw data lastusagetime string date/time value (as excel coercion copy/paste). perhaps:

 =datevalue(e2)+timevalue(e2) 

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -