Excel Fundamental Core Function

What is different between Workbook and Worksheet ?

WorkbookWorksheet
A Workbook is an Excel file that contains one or more worksheets, where we create or store for calculate, analyze, and present data etc.A Worksheet is a single working like page or area inside an Excel Workbook reflect rows and columns where we enter any text for record, number, for calculate, and analyze data.

What is Grid in Excel?

The Grid System in Excel is the structure of rows and columns that creates cells, allowing users to enter, organize, calculate, and analyze data efficiently.

Cells Grid = Rows + Columns + Cells (Excel Working Area)
When you open an Excel, You see thousands of small rectangular boxes. This structure is called the Cells Grid.

TermMeaning
RowHorizontal collection of cells
ColumnVertical collection of cells
CellSingle box where data is entered
Cell AddressLocation of a cell (A1, B5)
RangeGroup of multiple cells (A1:C10)

Relative vs. Absolute Cell Referencing

Master essential navigation, understanding cell references, and writing your first calculations with core functions. When you open Excel, you see a grid of boxes. Here is what those parts are called:

In Excel, four types of cell references are used to create dynamic and accurate formulas. Understanding the difference between relative (A1), absolute ($A$1)($A1) & (A$1) cell references is the single most important concept when copying formulas across rows or columns.

1. Relative Reference (A1)

This will changes automatically when you drag or copy the formula to another cells. (Both the row and column will change when the formula is copied)

2. Absolute Reference ($A$1)

Locks the row and column cells using dollar signs (press F4) so it never moves cells when you copied the data. (Neither column nor row changes.)

3. Mixed Reference (Absolute Column) ($A1)

In this condition column is fixed, but the row will changes when copied automatically or when you drag or copy the formula to another cells. 

4. Mixed Reference (Absolute Row) (A$1)

In this condition row is fixed, but the column will changes when copied automatically or when you drag or copy the formula to another cells. 

Summary Table
ReferenceColumnRowExample
RelativeChangesChangesA1
AbsoluteFixedFixed$A$1
Mixed (Absolute Column)FixedChanges$A1
Mixed (Absolute Row)ChangesFixedA$1

Top Productivity Tools

Tools NameShortcut KeyDiscerption
For cell editF2If you typed error text in any cells so, easy to cell edit for correct text, press F2.
TablesCtrl + TChange data simple ranges into dynamic formatted tables with built-in auto-expansion for new rows and automatic total bars.
Sort & FilterCtrl + Shift + LExcel automatically adds drop-down arrows to table headers, making it easy to sort data alphabetically or numerically and filter records to display only the information you need.
Pivot TablesCtrl + N + V + TThe ultimate tool to summarize big/large datasets in seconds without any writing a single formula. Go to Insert > Pivot Table to drag-and-drop fields for instant aggregated reports & calculation.
FormattingAlt + H + LCell formatting is the process of changing the data in Excel to make it easier to read, understand, and present professionally.
FormulasAn Excel formula is an instruction used to perform calculations or process data automatically in Excel as required or need.

Essential Mathematical Functions

Basic Aggregations

SUM, AVERAGE, COUNT, COUNTA, MAX, MIN etc.

Logical Functions

IF, TRUE, FALSE, AND, OR, IFERROR, =, <>, >,<

Conditional Aggregations

SUMIF, COUNTIF, SUMIFS, COUNTIFS etc.

Lookup & Reference Functions

VLOOKUP, INDEX, MATCH, XLOOKUP etc.

Text Handling Functions

LEFT, RIGHT, MID, TRIM, TEXTJOIN etc.

Essential Shortcuts to Speed Up Workflow

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top