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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -