Since there is a zero in front of the number, it's possible that Excel is
reading the number as text as opposed to a value. To convert your "text"
number to an actual value, you can use the VALUE worksheet function. For
example, if cell A1 contains "0016", add this formula to cell A2
"=VALUE(A1)". The value returned in cell A2 will be 16.