Converts a decimal number to hexadecimal
=DEC2HEX(number, [places])
| Parameter | Description |
|---|---|
number |
The decimal number you want to convert to hexadecimal. |
places |
[optional] Pads the resulting number with zeros up to the specified number of digits. If omitted returns the least number of characters required to represent the number. |