What Is MS Excel
What Is MS Excel
Importance of Excel
Microsoft Excel is essential for organizing, analyzing, and presenting data
effectively. It enables quick calculations, automates tasks through formulas, and
helps create charts and reports. Excel improves productivity, supports better
decision-making, and is widely used in business, education, research, and daily
life.
What are Rows and Columns?
Rows and columns are ways to organize information, especially in tables,
spreadsheets, and databases:
Rows go horizontally (left to right). Each row is usually a full record or entry.
Columns go vertically (top to bottom). Each column contains all the values
for a single category or type of data.
Sarah 24 Boston
Ahmed 30 Boston
Prince 27 Mumbai
Each column groups the same type of info (like all names, or all ages).
Formulas and Functions in ms excel
1. Mathematical Functions
2. Logical Functions
These are used to search for and retrieve data from a table or range:
VLOOKUP(): Looks for a value in the first column and returns a value from another
column in the same row.
HLOOKUP(): Looks for a value in the first row and returns a value from another row in the
same column
INDEX(): Returns a value from a specific row and column in a given range.
MATCH(): Searches for a value and returns its relative position in a range.
4. Text Functions