Spreadsheet Short Notice
Spreadsheet Short Notice
IBRAHIM MSEVEN
• Rows and Columns: Rows are horizontal and are identified by numbers (1, 2, 3, …), while
columns are vertical and identified by letters (A, B, C, …).
• Cells: A cell is the intersection of a row and column, such as A1, B2, C3. Each cell can store
data, text, or formulas.
2. Formulas in Excel
Formulas in Excel are expressions used to perform calculations, manipulate data, or return
specific values. A formula always begins with an equal sign (=), followed by the operation or
function.
3. Functions in Excel
Functions are predefined formulas in Excel that perform specific calculations or actions. They are
powerful tools for manipulating data efficiently and automatically.
Page 1 of 4
SIR. IBRAHIM MSEVEN
A. Mathematical Functions:
B. Logical Functions:
1. IF: Performs a logical test and returns one value if TRUE and another if FALSE.
o Example: =IF(A1>50, "Pass", "Fail") returns "Pass" if the value in A1 is greater than
50, otherwise it returns "Fail".
C. Text Functions:
1. CONCATENATE (or CONCAT): Combines text from different cells into one cell.
o Example: =CONCAT(A1, " ", B1) joins text from A1 and B1 with a space in between.
Page 2 of 4
SIR. IBRAHIM MSEVEN
2. LEFT/RIGHT: Extracts a specified number of characters from the start (LEFT) or end
(RIGHT) of a text string.
1. VLOOKUP: Searches for a value in the first column of a range and returns a value in the
same row from a different column.
o Example: =VLOOKUP(A1, B1:D10, 3, FALSE) looks for the value in A1 within the
first column of the range B1
and returns the value in the 3rd column where the match is found.
2. HLOOKUP: Similar to VLOOKUP, but searches for a value in the first row of a range and
returns a value from a different row.
and returns the value in the second row where the match is found.
3. INDEX and MATCH: These two functions are often combined to create a more flexible
alternative to VLOOKUP or HLOOKUP.
Example Combination:
Page 3 of 4
SIR. IBRAHIM MSEVEN
One of Excel's strengths is the ability to combine functions and formulas to perform advanced
calculations. For example, you can calculate an average only if certain conditions are met:
Example:
Using functions like SUM, IF, VLOOKUP, and INDEX allows users to build dynamic spreadsheets
that can adjust automatically as new data is entered, making it easier to update calculations and
analyses without having to rewrite formulas.
Page 4 of 4