L
LordHog
Hello,
I am trying to add a Custom format code that has the following
format code:
"0x"00000000
This works well if the numeric value only contains values from 0-9
(e.g., 1111, 12545, etc), but will fail if the input contains any
character values (e.g., 'A', 'F', etc). So, if I entered FFFF0000,
this would be displayed at 0xFFFF0000. I understand the reason why as
Excel is treating it as a text string, but is there a way to get Excel
to format the cells so I can enter characters of [0-9a-fA-F]???
Thanks,
Mark
I am trying to add a Custom format code that has the following
format code:
"0x"00000000
This works well if the numeric value only contains values from 0-9
(e.g., 1111, 12545, etc), but will fail if the input contains any
character values (e.g., 'A', 'F', etc). So, if I entered FFFF0000,
this would be displayed at 0xFFFF0000. I understand the reason why as
Excel is treating it as a text string, but is there a way to get Excel
to format the cells so I can enter characters of [0-9a-fA-F]???
Thanks,
Mark