Microsoft Excel – Cell Data & Formatting
1. Types of Data in an Excel Cell
A cell in Microsoft Excel can contain different types of information. The three common types are:
| Type | Description | Example |
|---|---|---|
| General Text | Text or labels used to describe information. | Student Name |
| Number | Numeric values that can be used in calculations. | 250, 75.50 |
| Formula |
An expression used to calculate a result. A formula normally
begins with an equals sign (=).
|
=A1+B1 |
Suppose A1 contains
50 and B1 contains 25.
In C1, enter =A1+B1.Excel calculates and displays 75 in C1.
2. Number Formatting
Number formatting changes the way a value appears in a cell without changing the actual value stored in the cell.
Number formatting options can be accessed from:
Common Numeric Data Formats
| Format | Purpose | Example |
|---|---|---|
| Number | Displays values as numbers and can include decimal places. | 1250.50 |
| Currency | Displays a currency symbol along with the value. | ₹1,250.50 |
| Accounting | Displays currency values with accounting-style alignment. | ₹ 1,250.50 |
| Date – Short | Displays a date in a compact format. | 12/09/2026 |
| Date – Long | Displays the date with the month written out. | 12 September 2026 |
| Decimal Places | Increases or decreases the number of digits displayed after the decimal point. | 25 → 25.00 |
| Percentage | Displays a number as a percentage. | 0.75 → 75% |
| Comma Style | Adds thousands separators to make large numbers easier to read. | 1250000 → 1,250,000 |
Example: Changing Number Format
125000
Applying different formats can display the same value differently:
- Number → 125,000.00
- Currency → ₹125,000.00
- Comma Style → 125,000
Percentage Formatting
Percentage formatting is useful for displaying ratios or proportions as percentages.
Enter
0.25 into a cell and apply Percentage format.
Excel displays:
25%
3. Clear Formats and Content
Excel provides a Clear command for removing information or formatting from cells.
To access the Clear command:
Clear Content Only
If you want to remove the contents of a cell while leaving its formatting unchanged, select the cell and press the Delete key.
Cell A1 contains ₹10,000 and has a yellow background. Pressing Delete removes the value but keeps the yellow background and other formatting.
4. Entering Dates in Excel
Dates should be entered using either a forward slash
(/) or a hyphen (-).
| Input | Example |
|---|---|
| Using slash | 12/09/2026 |
| Using hyphen | 12-09-2026 |
5. Auto Fill
Auto Fill is an Excel feature that allows you to quickly copy data or continue a pattern into adjacent cells.
Auto Fill is usually performed by dragging the small square called the Fill Handle at the bottom-right corner of a selected cell.
Uses of Auto Fill
- Copy cell data into adjacent cells.
- Fill numeric series.
- Fill date series.
- Fill known list items.
- Fill custom lists.
5.1 Copy Cell Data
Auto Fill can copy the contents of one cell into neighboring cells.
Enter
Excel in A1 and drag the Fill Handle downward.
Excel can copy the value into A2, A3, A4, and so on.
5.2 Fill Numeric Series
Auto Fill can recognize a numerical pattern and continue it.
Enter:
A1 =
1
A2 =
2
Select both cells and drag the Fill Handle downward. Excel continues the series:
1, 2, 3, 4, 5, 6…
5.3 Fill Date Series
Excel can recognize dates and continue a date sequence.
Enter
01/09/2026 in A1 and 02/09/2026
in A2. Select both cells and drag the Fill Handle.
Excel continues:
03/09/2026, 04/09/2026, 05/09/2026…
5.4 Fill Known List Items
Excel recognizes certain predefined lists and can automatically continue them using Auto Fill.
- Monday, Tuesday, Wednesday, Thursday…
- January, February, March, April…
Monday and dragging the Fill Handle
can produce:
Monday → Tuesday → Wednesday → Thursday → Friday…
6. Custom Lists
A Custom List allows you to create your own sequence of items so that Excel can recognize and fill the sequence using Auto Fill.
Example of a Custom List
HR → Finance → Sales → Marketing → IT
You can create this as a custom list. Later, entering
HR and dragging the Fill Handle can automatically
continue the sequence.
Creating a Custom List
In older versions of Microsoft Excel, the procedure is:
- Click the Office Button.
- Select Excel Options.
- Choose the Popular category.
- Click Edit Custom Lists.
- Enter your list items.
- Click Add.
- Click OK.
7. Quick Revision
| Topic | Remember |
|---|---|
| Cell Data | Text, Number, Formula |
| Number Formatting | Home Tab → Number Group |
| Clear | Home Tab → Editing Group → Clear |
| Clear Content | Press Delete |
| Date Entry | Use / or - |
| Auto Fill | Use the Fill Handle |
| Custom List | Create your own sequence for Auto Fill |
8. Practice Questions
A. Fill in the Blanks
B. Multiple Choice Questions
A. 250
B. Student
C. =A1+B1
D. January
A. Insert → Tables
B. Home → Number
C. View → Window
D. Data → Sort
A. Currency
B. Accounting
C. Percentage
D. Date
A. Auto Fill
B. Find and Replace
C. Sort
D. Filter
A. The worksheet is deleted
B. The cell is deleted
C. The cell contents are cleared
D. Excel closes
C. Practical Exercises
- Enter 125000 in cell A1.
- Apply Number format.
- Apply Currency format.
- Apply Comma Style.
- Observe how the appearance changes.
- Enter 0.25 in A1.
- Apply Percentage format.
- Observe the result.
- Enter 1 in A1 and 2 in A2.
- Select both cells.
- Drag the Fill Handle down to A10.
- Observe the numeric series.
- Enter 01/09/2026 in A1.
- Enter 02/09/2026 in A2.
- Select both cells.
- Drag the Fill Handle down.
- Observe the date series.
- Create a custom list containing: HR, Finance, Sales, Marketing, IT.
- Enter HR into a worksheet cell.
- Use Auto Fill to continue the list.
- Verify that Excel follows your custom sequence.
9. Answer Key
Fill in the Blanks
- Formula
- Number
- Clear
- Delete
- Hyphen (-)
- Fill Handle
Multiple Choice
- C. =A1+B1
- B. Home → Number
- C. Percentage
- A. Auto Fill
- C. The cell contents are cleared
10. Key Points to Remember
- Excel cells can contain text, numbers, and formulas.
- Number formatting changes how data is displayed.
- Number formats include Number, Currency, Accounting, Date, Percentage, Decimal Places, and Comma Style.
- Use Home → Number to access number formatting.
- Use Home → Editing → Clear to clear cell information or formatting.
- Press Delete to clear the contents of a selected cell while retaining its formatting.
- Dates can generally be entered using / or –.
- Auto Fill can copy data and continue numeric, date, and list sequences.
- Custom Lists allow you to define your own Auto Fill sequence.