When using Number Format, common questions usually involve display issues, formatting that seems unchanged, and zero-padding for IDs; this FAQ includes 3 common questions and a glossary.
FAQ
Why do cells show a row of # symbols after I apply a number format?
- Check whether the current column is wide enough to display the formatted content.
- Drag the column boundary to increase the column width.
- If the issue remains, review whether you applied a long date, time, or custom format.
Why does the data look unchanged after I apply a number format?
- Confirm that the cell content is stored as a real numeric value.
- If the value is stored as text, convert it to a number first.
- Apply the number format again and check whether the display updates.
How do I display IDs like 001 or 00012 with zeros at the start?
- Select the target cell or range.
- Open Format Cells and go to Custom.
- In the Type box, enter the required number of zeros, such as
000or00000. - Click OK and check the display result.
Glossary
| Term | Definition |
|---|---|
| Number Format | A setting that controls how numeric values appear in a cell, such as decimal places, currency symbols, percentages, and date styles. |
| Custom Format Code | A user-entered formatting rule that defines a more specific display result for cell content. |
| Zero padding | Adding zeros before a number to keep a fixed length, often used in IDs, employee numbers, and codes. |
| Format Cells | The dialog box used to adjust cell display settings and number categories in one place. |