MS Excel - Excel format settings
1. Accessing Excel Format Settings
There are three main ways to change formatting in Excel:
a) Using the Home Ribbon
-
Go to Home → Font, Alignment, Number, and Styles groups.
b) Using Format Cells Dialog (Most Powerful)
-
Shortcut: Ctrl + 1
-
Or Right-click → Format Cells.
-
Tabs available:
-
Number → Number, Date, Currency, Custom
-
Alignment → Text alignment, orientation, wrap text
-
Font → Style, size, effects
-
Border → Custom lines, colors
-
Fill → Background colors, patterns
-
Protection → Lock or hide formulas
-
c) Using Cell Styles
-
Go to Home → Styles → Cell Styles to apply pre-designed formatting.
2. Number Format Settings
Excel provides built-in and custom number formats.
a) Built-in Formats
Format | Example | Shortcut |
---|---|---|
General | 12345 | Ctrl+Shift+~ |
Number | 12,345.00 | Ctrl+Shift+1 |
Currency | $12,345.00 | Ctrl+Shift+4 |
Percentage | 45% | Ctrl+Shift+5 |
Date | 22-Aug-2025 | Ctrl+Shift+# |
Time | 14:35:22 | Ctrl+Shift+@ |
Text | "123" | Ctrl+Shift+~ |
b) Custom Number Formats
Go to Ctrl + 1 → Number → Custom and set patterns:
Format Code | Result (Value = 1234.567) |
---|---|
#,##0 |
1,235 |
#,##0.00 |
1,234.57 |
"$"#,##0.00 |
$1,234.57 |
0% |
123457% |
dd-mmm-yyyy |
22-Aug-2025 |
#,##0;(#,##0) |
(1,235) for negatives |
3. Font & Text Formatting
Go to Home → Font or Ctrl + 1 → Font.
Setting | Options |
---|---|
Font Family | Calibri, Arial, Times |
Font Size | 8 to 72+ |
Font Style | Bold, Italic, Underline |
Font Color | Theme, Standard, Custom RGB/HEX |
Effects | Strikethrough, Superscript, Subscript |
4. Alignment & Orientation Settings
Go to Home → Alignment or Ctrl + 1 → Alignment.
Setting | Effect | Shortcut |
---|---|---|
Horizontal Align | Left, Center, Right | Alt+H+A |
Vertical Align | Top, Middle, Bottom | — |
Wrap Text | Forces multi-line text | Alt+H+W |
Merge & Center | Combines cells | Alt+H+M+C |
Text Orientation | Rotate 45°, 90°, vertical | — |
Indentation | Increase/Decrease indent | Alt+H+5 / Alt+H+6 |
5. Borders & Grid Settings
a) Adding Borders
-
Go to Home → Font → Borders.
-
Options:
-
All Borders
-
Outside Borders
-
Thick Borders
-
Dotted / Dashed Borders
-
Custom Colors via More Borders
-
Shortcut: Ctrl + 1 → Border tab.
b) Gridline Settings
-
Show/Hide: View → Show → Gridlines
-
Change Color:
File → Options → Advanced → Gridline Color.
6. Fill & Color Settings
Go to Home → Font → Fill Color.
-
Solid Fill → Choose theme or standard colors.
-
Gradient Fill → Available for shapes & charts.
-
Custom Colors:
Fill Color → More Colors → Enter RGB or HEX codes.
7. Conditional Formatting
Conditional formatting automatically applies colors, icons, and styles based on rules.
Steps:
-
Select range → Home → Conditional Formatting.
-
Choose:
-
Highlight Cells Rules (e.g., >100, <0, text contains…)
-
Top/Bottom Rules
-
Color Scales (heatmaps)
-
Data Bars
-
Icon Sets
-
-
Custom Formula Example:
=A1>100
→ Highlights cells above 100.
8. Table & Data Formatting
Format as Table is one of the fastest ways to apply a clean style.
Steps:
-
Select your range.
-
Go to Home → Format as Table.
-
Choose a design → Excel adds:
-
Shaded headers
-
Alternate row colors
-
Built-in filters
-
9. Protection & Locking
Go to Ctrl + 1 → Protection:
-
Locked: Prevents editing when sheet protection is on.
-
Hidden: Hides formulas from the formula bar.
10. Recommended Excel Formatting Shortcuts
Action | Shortcut |
---|---|
Format Cells Dialog | Ctrl+1 |
Bold / Italic / Underline | Ctrl+B / Ctrl+I / Ctrl+U |
Currency Format | Ctrl+Shift+$ |
Percentage Format | Ctrl+Shift+% |
Date Format | Ctrl+Shift+# |
Fill Color | Alt+H+H |
Font Color | Alt+H+F+C |
Format Painter | Alt+H+F+P |