Excel Spreadsheet (original) (raw)

Last Updated : 12 Aug, 2025

An Excel spreadsheet, called a workbook, contains one or more worksheets, each a grid of **1,048,576 rows and **16,384 columns for data management. Workbooks organize related data across multiple worksheets in a single file.

1. Understanding Excel Workbooks and Worksheets

2. Key Features of Excel Spreadsheets

**2.1. Rows and columns

excel2

Excel Row and Columns

2.2. Cell Formatting

**2.3. Formulas

Automate calculations using predefined functions.

Some of the commonly used formulas are:

**Formula **Purpose **Example **Description
SUM Finds the sum of numeric data =SUM(A1:A10) Adds all numbers in the range A1 to A10
COUNT Counts cells with numeric data =COUNT(B1:B10) Counts the number of cells containing numbers in B1 to B10
MAX Finds the maximum number =MAX(C1:C10) Returns the largest number in the range C1 to C10
MIN Finds the minimum number =MIN(D1:D10) Returns the smallest number in the range D1 to D10
TODAY Returns the current date =TODAY() Displays today's date, updates automatically
SQRT Finds the square root =SQRT(E1) Calculates the square root of the value in cell E1

For example, we can use the formula to find the average of the integers in column C from row 2 to row 7:

= AVERAGE(D2:D7)

The range of values on which we want to average is defined by D2:D6. The formula is located near the name field on the formula tab.

fromula

We wrote =AVERAGE(D2:D6) in cell D9, therefore the average becomes (2 + 3 + 4 + 5 + 6 + 7)/6 = 27/6 = 4.5. So we can quickly create a workbook, work on it, browse through it, and save it in this manner.

2.4. Pivot Tables

**2.5. Text Manipulation

3. Uses of Spreadsheets

The use of Spreadsheets is endless. It is generally used with anything that contains numbers. Some of the common use of spreadsheets are:

4. Components of Excel Spreadsheets

The basic components of spreadsheets are:

5. Editing or Deleting Cell Contents

To delete cell content follow the following steps:

**Step 1: To alter or delete the text in a cell, first select it.

**Step 2: Press the Backspace key on our keyboard to delete and correct text. Alternatively, hit the Delete key to delete the whole contents of a cell. we can also edit and delete text using the formula bar. Simply select the cell and move the pointer to the formula bar.

6. Commonly Spreadsheet Applications

Below are some common spreadsheet application in excel