Ribbon, Quick Access Toolbar, Name Box, Formula Bar

8 min
हिंदी में पढ़ें

What you'll learn

  • What each part of the screen actually does
  • The logic behind the order of ribbon tabs
  • How to customise the QAT to save real time

Concept

[SS-1: full Excel window with numbered callouts 1-6]

Six parts of the screen matter:

1. Ribbon — the tab strip at the top. The tab order isn't random; it follows a workflow.

Tab What it's for
Home Formatting, sort/filter, find — 80% of daily work
Insert Tables, charts, pivot tables, pictures
Page Layout Print settings, margins, print area
Formulas Function library, Name Manager, calculation options
Data Import, sort, filter, remove duplicates, Power Query
Review Spell check, comments, protect sheet
View Freeze panes, zoom, gridlines toggle

Ctrl + F1 hides and shows the ribbon. Useful on a small screen.

2. Quick Access Toolbar (QAT) — the small strip above the ribbon. It is Excel's most under-used feature. Whatever you put there becomes available as Alt + 1, Alt + 2, Alt + 3, and so on.

Right-click any ribbon button → "Add to Quick Access Toolbar". Five worth adding:

  1. Paste Values (Alt+1)
  2. Freeze Panes (Alt+2)
  3. Filter (Alt+3)
  4. Format Painter (Alt+4)
  5. And remove Merge & Center if it's there — merged cells cause problems later

3. Name Box — immediately left of the formula bar. It does two things:

  • Shows the current cell address (like C5)
  • Type an address and press Enter to jump straight there. Type A1000, and you're there.
  • You can also select a range and give it a name (covered in M2)

4. Formula Bar — shows the cell's actual content. This distinction matters: what a cell displays and what it contains are often different. A cell may show 1,250 while the formula bar shows 1250 — the comma is only formatting. It may show ₹5,000 while it actually contains =B2*C2.

Ctrl + Shift + U expands the formula bar so you can read long formulas.

5. Sheet tabs — at the bottom. Right-click to rename, colour, move or copy. Ctrl + Page Down / Page Up jumps between sheets.

6. Status bar — the very bottom. Select some cells and Sum, Average and Count appear automatically. Right-click it to add Min, Max and Numerical Count. For a quick calculation you never need to write a formula at all.

[SS-2: status bar close-up showing Sum/Average/Count after selecting a range]

Pro tip: Press Alt and release it — a letter appears on every ribbon button. AltHOI autofits column width. These are called KeyTips. You don't need to memorise them; you just need to remember to press Alt.

Exercises

easyAdd Paste Values to the QAT. Write a formula in one cell, copy it, then press `Alt+1` on another cell. Check whether you got the value or the formula.
Paste Values pastes only the result, not the formula. It is the single most-used paste option in real work.
mediumType `Z500` into the Name Box and press Enter. Then press `Ctrl+Home` to get back to A1.
`Ctrl+Home` always returns to A1 (unless freeze panes is active).
hardMake a column of 10 numbers. Select them and get the status bar to show Sum, Average and Count all at once (you'll need to right-click it). Now type some text into one of the cells. What changed between Count and Numerical Count?
**Count** counts all non-empty cells including text. **Numerical Count** counts only numbers. This is exactly the difference between COUNT and COUNTA, which comes up again in M3.

Quiz

A cell displays `1,250`. What's in the formula bar?
1250 (the comma is formatting)
Which shortcut triggers the first QAT button?
Alt + 1
Where does the total of selected cells appear without writing a formula?
The status bar
Previous lessonNext lesson
Ribbon, Quick Access Toolbar, Name Box, Formula Bar · Foundations | ExcelWalaa