I'll be more specific I'm using a file that has hex numbers in the form 0x...
Optimally I'd like to be able to use them 'as is' in functions (min, max, average...) without manipulating them just to satisfy excel's quirkyness.
That apparently isn't possible -- even with the analysis pack loaded -- (no applicable functions are seen in it).
So I can edit the file outside of excel & remove '0x's.
But when I copy the column in excel thinks it's smarter than me and converts numbers with an embedded '0e' to scientific notation.
Workarounds:
a: format the column as text -
remove the 0x in an editor, copy the column from an editor - paste it in using either (ctl+c or paste special 'text') -- b: changing column formats between general and text don't seem to help.
c: using text to columns specifying the format as text or general doesn't help.
the files are huge 500,000+ lines so it's impractical to go thru by hand and correct each one.