Columns are labeled alphabetically (A, B, C), and rows are numbered (1, 2, 3).
Navigation:
Select multiple cells by dragging the cursor or using Shift + Arrow Keys.
Common Functions:
Basic Calculations: Use =
to start a formula (e.g., =A1+A2
for addition).
Saving Files:
.xlsx
for full functionality. .csv
for simple, text-only data. Use formulas to calculate totals and remaining balance.
Data Analysis:
Use PivotTables to summarize data by categories.
Inventory Management:
Add conditional formatting to highlight low-stock items.
Attendance Tracking:
P
for present and A
for absent. =A1+A2
=A1-A2
=A1*A2
=A1/A2
=SUM(A1:A10)
=CONCAT(A1, " ", B1)
(joins text from cells). =LEN(A1)
(returns the number of characters in a cell). =UPPER(A1)
; Lowercase: =LOWER(A1)
. =TODAY()
=NOW()
=DATEDIF(A1, B1, "d")
(where A1 and B1 are dates). =IF(A1>10, "Yes", "No")
(checks if a value meets a condition). =AND(A1>10, B1<20)
(returns TRUE if both conditions are met). =OR(A1>10, B1<20)
(returns TRUE if at least one condition is met). =VLOOKUP(lookup_value, table_array, col_index, range_lookup)
=INDEX(column_to_return, MATCH(lookup_value, lookup_column, 0))
. =AVERAGE(A1:A10)
=MAX(A1:A10)
=MIN(A1:A10)
Column D: Difference (=B2-C2
).
Add Total Row:
=SUM(B2:B10)
to calculate the total budget. Column D: Revenue (=B2*C2
).
Create a PivotTable:
Drag "Product Names" to Rows and "Revenue" to Values.
Visualize with Charts:
Columns B onward: Dates (e.g., 01/01/2025).
Mark Attendance:
Use P
for Present and A
for Absent.
Count Attendance:
=COUNTIF(B2:Z2, "P")
to count presents for an employee. Column D: Total (=B2*C2
).
Add Tax:
Calculate tax: =SUM(D2:D10)*F1
.
Final Total:
=SUM(D2:D10) + F1
. Column D: Duration (=C2-B2
).
Create a Bar Chart:
Go to View Freeze Panes Freeze Top Row.
Data Validation: Restrict input with dropdowns:
Select cells Data Data Validation List Add options.
Conditional Formatting: Highlight cells based on criteria:
Home Conditional Formatting Choose a rule (e.g., highlight values > 100).
Protect Sheets: Prevent accidental edits:
Review Protect Sheet Set a password.
Split Text: Split first and last names:
=LEFT(A1, FIND(" ", A1)-1)
for the first name. =RIGHT(A1, LEN(A1)-FIND(" ", A1))
for the last name. Go to File New and search for templates like budgets, invoices, or schedules.
Microsoft Office Templates Online:
(Microsoft Templates) for free downloads.
Third-Party Sites: