Adding leading zero to convert one digit hex values like 0,1,2,A in to two 2 digit hex values like 0

  • Thread starter Thread starter Rich
  • Start date Start date
R

Rich

I have a table that has a mix of one and two digit hex values like

1
2
3
A
B
C
E
AB
BC
DD
EF
EA

I need all the values to be displayed as two digits. How can I add a
leading zero to the rows that need them?
 
Back
Top