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):
and pivottable:
.
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
Post a Comment