Key Concepts
- Clipboard operations: Cut, Copy, Paste, Format Painter
- Font settings: Type, size, color, bold, italic
- Cell alignment: Left, right, center, merge, wrap text
- Number formatting: Currency, percentage, decimals
Welcome to the Excel Home tab! This is the central hub of Microsoft Excel, where you can access key commands for formatting, clipboard operations, fonts, alignment, and styles.
The Home tab contains the most frequently used Excel commands organized into sections:
The Home tab itself doesn’t use formulas, but many of its features affect how formulas appear. For instance:
Currency, Percentage, Decimal placesBOLD() or ITALIC() are applied via the ribbon rather than
formula
syntax=A1>1000
1. Select your sales column (B2:B20)
2. Home → Conditional Formatting → Highlight Cell Rules → Greater Than
3. Enter 500 and select a color
In a sales report, you can quickly identify top-performing products using conditional formatting from the Home tab. This allows managers to make fast decisions on inventory and promotions.
Microsoft Excel is a powerful spreadsheet application used for data organization, analysis, and visualization. It is widely used in business, finance, research, and personal productivity to handle numbers, text, formulas, and charts efficiently.
An Excel workbook is a file containing one or more worksheets. Each worksheet has:
Data can be entered manually or imported. Excel also allows formatting, formulas, charts, tables, and pivot tables to analyze and visualize data effectively.
Basic Excel formulas always start with an equals sign =. For example:
=A1+B1 → Adds values in cells A1 and B1=SUM(A1:A5) → Sums values in range A1 to A5=AVERAGE(B1:B10) → Computes average of values in B1 to B10
A1: 100
B1: 50
C1: =A1+B1 // Result: 150
A financial analyst can use Excel to track monthly expenses, calculate totals, and create charts to visualize trends over time. Excel makes it easy to update values and see real-time calculations.
=, causing Excel to treat input as textGetting started with Excel involves understanding the interface, creating a new workbook, entering data, and saving your work. This foundation is critical for working efficiently in all Excel projects.
Excel interface includes:
Steps to start:
At this stage, you can start using basic formulas. Example syntax:
=A1+B1 – Adds numbers from two cells=SUM(A1:A5) – Sum of range A1 to A5=AVERAGE(B1:B5) – Average of values in B1 to B5
A1: 200
B1: 150
C1: =A1+B1 // Result: 350
A small business owner can start tracking monthly sales by creating a workbook with columns for Product, Quantity, and Revenue. This allows real-time updates and calculations.
The Excel interface provides tools for entering, formatting, analyzing, and visualizing data. Understanding the layout helps you work efficiently and navigate the software like a professional.
Excel interface elements include:
Familiarity with these elements allows you to efficiently enter data, apply formulas, and format your worksheets.
Formula basics covered in this section include:
=A1+B1 – Adds values from two cells=SUM(A1:A5) – Adds a range of cells=AVERAGE(B1:B10) – Computes the average=IF(A1>100, "High", "Low") – Conditional logic example
1. Click cell C1
2. Type =A1+B1 in the formula bar
3. Press Enter to see the result
Professionals can quickly navigate between worksheets to compare sales, expenses, or budgets while using the Ribbon and Formula Bar to apply calculations and formatting consistently.
Excel syntax refers to the correct way of writing formulas and functions. Understanding syntax ensures your formulas work correctly and prevent errors when performing calculations or data analysis.
=Excel formulas combine operators, cell references, and functions. Key points:
=, e.g., =A1+B1=FUNCTION(argument1, argument2,...)
Example formulas and their syntax:
=A1+B1=SUM(A1:A10)=AVERAGE(B1:B10)=IF(A1>100, "High", "Low")
A1: 120
A2: 80
A3: 150
B1: =SUM(A1:A3) // Result: 350
B2: =IF(B1>300,"Pass","Fail") // Result: Pass
A finance team can calculate total monthly expenses using =SUM(B2:B20) and determine if
the
budget exceeds limits with =IF(SUM(B2:B20)>5000,"Over Budget","Within Budget").
= sign at the start of a formula=Ranges in Excel refer to a group of two or more cells. Using ranges allows you to perform calculations across multiple cells, create charts, and apply formatting efficiently.
Ranges can be selected and used in several ways:
A1:A5A1:A5,C1:C5
=SUM(A1:A10)
or
=AVERAGE(B1:B5)
=SUM(Sales)=SUM(A1:A10)=AVERAGE(B1:B10)=COUNT(C1:C20)=SUM(Sales)
A1: 100
A2: 200
A3: 150
B1: =SUM(A1:A3) // Result: 450
B2: =AVERAGE(A1:A3) // Result: 150
In a sales report, a range of monthly sales values (e.g., B2:B13) can be summed to calculate total sales, or averaged to find the monthly average revenue.
The Fill feature in Excel allows you to quickly copy cell content, create data series, and replicate formulas. It is one of the most powerful time-saving tools for data entry and analysis.
Key methods for filling cells:
No direct formula is required for Fill, but it works with formulas and text patterns:
=A1+B1 dragged down adjusts references automatically
A1: 1
A2: 2
Select A1:A2 and drag fill handle down to A10
Result: Numbers 1 to 10 filled automatically
B1: 100
B2: 200
C1: =B1*0.1
Drag C1 down to apply formula to all rows
In a payroll sheet, you can quickly calculate 10% bonuses for all employees by writing one formula and using AutoFill to replicate it across the column.
Moving cells in Excel allows you to reposition data without retyping it. You can cut, copy, insert, and shift cells to maintain the structure and accuracy of your worksheet.
Moving cells can be done in several ways:
These methods allow you to reorganize data efficiently without breaking formulas or formatting.
Moving cells does not require formulas, but preserving references is important:
1. Select A1:A3 containing values
2. Right-click → Cut (Ctrl+X)
3. Select C1 → Right-click → Paste (Ctrl+V)
Result: Data moved from column A to C
A project manager can reorganize task lists by moving priority tasks to the top of the worksheet using Cut & Paste or drag-and-drop, keeping formulas intact for calculations like total hours.
Adding cells in Excel allows you to insert new rows, columns, or individual cells without overwriting existing data. This helps maintain the structure of your worksheet while expanding it.
Ways to add cells in Excel:
Adding cells ensures data integrity and avoids overwriting existing content.
No formulas are required to add cells, but added cells can contain formulas, which adjust automatically if using relative references.
1. Select row 3
2. Right-click → Insert
Result: New row added above row 3, shifting existing rows down
1. Select column B
2. Right-click → Insert
Result: New column added to the left of column B
When a new employee joins a department, HR can insert a new row in the employee tracker without disturbing existing data. Similarly, adding a column allows tracking new metrics like performance scores.
Deleting cells in Excel allows you to remove unwanted data, rows, or columns while maintaining the integrity of your worksheet. You can choose whether to shift remaining cells or remove entire rows/columns.
Methods to delete cells:
Deleting cells properly avoids leaving gaps that can cause calculation errors or misaligned data.
Deleting cells is a worksheet operation and does not involve formulas. However, formulas that reference deleted cells may return errors (#REF!).
1. Select row 4
2. Right-click → Delete
Result: Row 4 removed, rows below shift up
1. Select cell B2
2. Right-click → Delete → Shift cells left
Result: B2 removed, cells in the row shift left
A finance team can delete outdated monthly reports from a workbook while shifting remaining data up, ensuring calculations like totals and averages remain accurate.
The Undo and Redo features in Excel allow you to quickly reverse mistakes or reapply actions. Mastering these features increases productivity and prevents data errors during editing and analysis.
Key points about Undo & Redo:
Ctrl + Z for Undo, Ctrl + Y for Redo
Undo and Redo are command actions and do not require formulas.
1. Enter 100 in A1
2. Enter 200 in B1
3. Accidentally type 300 in A1
4. Press Ctrl+Z → A1 reverts to 100 (Undo)
5. Press Ctrl+Y → A1 changes back to 300 (Redo)
A data analyst can quickly revert accidental changes to financial tables or reports without manually re-entering data, saving time and reducing errors.
Formulas in Excel allow you to perform calculations, manipulate data, and automate repetitive tasks. Understanding how to write and apply formulas is essential for productivity and data analysis.
=Formulas can range from simple arithmetic to complex multi-function calculations:
=A1+B1 adds two cells=SUM(A1:A5)*AVERAGE(B1:B5)
$A$1) stay fixed=A1+B1=A1-B1=A1*B1=A1/B1=A1^2=SUM(A1:A10)=AVERAGE(B1:B10)
A1: 10
A2: 20
B1: =A1+A2 // Result: 30
B2: =A2-A1 // Result: 10
B3: =A1*A2 // Result: 200
B4: =A2/A1 // Result: 2
B5: =SUM(A1:A2) // Result: 30
B6: =AVERAGE(A1:A2)// Result: 15
Accountants can calculate monthly expenses, profits, and tax using formulas like
=SUM(B2:B20) and =B21*0.05 without manual calculations.
= sign at the start=Relative references in Excel adjust automatically when a formula is copied to another cell. This allows formulas to be reused efficiently across rows or columns without manual changes.
When using relative references:
=A1+B1 from row 1 to row 2 changes it to =A2+B2=A1+B1 copied from column B to column C
becomes =B1+C1=A1+B1=SUM(A1:A5) copied down adjusts automatically to next rows=A1+$B$1 (A1 is relative, B1 is absolute)
A1: 10
B1: 20
C1: =A1+B1 // Result: 30
Copy C1 to C2
C2: =A2+B2 // Adjusts automatically
In a sales spreadsheet, relative references allow you to calculate total sales for each product row by copying the formula across the column without manually adjusting cell references.
Absolute references in Excel keep a cell reference fixed when a formula is copied to another location. This is critical when you want to reference constants, tax rates, or fixed values across multiple formulas.
$A$1Types of absolute references:
$A$1 → Both column and row fixed$A1 → Column fixed, row changesA$1 → Row fixed, column changesAbsolute references prevent formulas from changing undesirably when copied across rows or columns.
=A1*$B$1 → B1 remains fixed when copied=A1*$B1 → Column B fixed, row adjusts=A1*B$1 → Row 1 fixed, column adjusts
A1: 100
B1: 10% // Tax rate
C1: =A1*$B$1 // Result: 10
Copy C1 down to C5
Result: Formula always multiplies each value in column A by B1 (10%)
In finance, absolute references are used to calculate VAT, discounts, or commission rates by keeping the percentage fixed while applying it to multiple product prices.
Arithmetic operators in Excel allow you to perform mathematical calculations such as addition, subtraction, multiplication, division, and exponentiation. Mastering these operators is essential for building formulas and analyzing data efficiently.
Excel supports the following arithmetic operators:
=A1+B1=A1-B1=A1*B1=A1/B1=A1^2=(A1+B1)*C1
Excel follows the standard mathematical order of operations (PEMDAS): Parentheses → Exponents → Multiplication/Division → Addition/Subtraction.
=A1+B1=A1-B1=A1*B1=A1/B1=A1^B1=A1+B1*C1 or =(A1+B1)*C1
A1: 10
B1: 5
C1: =A1+B1 // Result: 15
C2: =A1-B1 // Result: 5
C3: =A1*B1 // Result: 50
C4: =A1/B1 // Result: 2
C5: =A1^2 // Result: 100
C6: =(A1+B1)*2 // Result: 30
Finance professionals use arithmetic operators to calculate totals, discounts, interest, and projections, e.g., multiplying quantities by unit price or applying percentage growth formulas.
Parentheses in Excel formulas are used to control the order of operations. They allow you to ensure that calculations are performed in the intended sequence, overriding the default precedence of arithmetic operators.
Parentheses determine which part of a formula is calculated first:
=A1+B1*C1 → Multiplication happens first=(A1+B1)*C1 → Addition happens first, then multiplication=((A1+B1)*C1)/D1 → Inner parentheses calculated first=SUM((A1:A5)+(B1:B5))=(A1+B1)*C1=((A1+B1)*C1)-D1=SUM((A1:A3)+(B1:B3))
A1: 10
B1: 5
C1: 2
D1: =A1+B1*C1 // Result: 20 (B1*C1 calculated first)
D2: =(A1+B1)*C1 // Result: 30 (A1+B1 calculated first)
D3: =((A1+B1)*C1)/B1 // Result: 6
When calculating total project costs including overhead and taxes, parentheses ensure components are summed and multiplied correctly to avoid miscalculations.
Functions in Excel are predefined formulas designed to perform specific calculations or operations. They save time, reduce errors, and allow complex tasks such as statistical analysis, text manipulation, and logical evaluation.
= followed by the function nameExcel functions are grouped by purpose:
Functions can be combined in a single formula, e.g., =SUM(A1:A10)/COUNT(A1:A10) calculates
the average without using the AVERAGE function.
=SUM(A1:A10)=AVERAGE(B1:B10)=IF(C1>50, "Pass", "Fail")=VLOOKUP(1001, A2:C10, 3, FALSE)=CONCAT(A1, " ", B1)=STDEV.S(A1:A10)=NPV(0.1, B2:B12)
A1: 10
A2: 20
A3: 30
B1: =SUM(A1:A3) // Result: 60
B2: =AVERAGE(A1:A3) // Result: 20
B3: =IF(B2>15,"Yes","No") // Result: Yes
B4: =CONCAT("Total: ", B1) // Result: Total: 60
Excel functions are used in business to calculate payroll totals, determine pass/fail results, summarize sales, analyze trends, and automate reports without manual effort.
The AND function in Excel is a logical function that returns TRUE if all given conditions are
met, and FALSE if any condition is not met. It is often used with the IF function for
decision-making in formulas.
The AND function evaluates multiple logical conditions:
=AND(logical1, [logical2], ...)=IF(AND(A1>10,B1<20),"Pass","Fail")=AND(logical1, [logical2], ...)
A1: 15
B1: 18
C1: =AND(A1>10, B1<20) // Result: TRUE
C2: =IF(AND(A1>10, B1>20),"Yes","No") // Result: No
In HR, AND can check if an employee meets multiple criteria, e.g., age > 18 AND years of experience > 2, to determine eligibility for a training program.
The AVERAGE function calculates the arithmetic mean of a range of numbers. It is widely used in business, finance, and data analysis to determine typical values and summarize datasets.
The AVERAGE function sums all numeric values in a range and divides by the count of numbers:
=AVERAGE(number1, [number2], ...)=AVERAGE(A1:A10, C1:C5)=AVERAGEIF(A1:A10, ">50")
=AVERAGE(number1, [number2], ...)
A1: 10
A2: 20
A3: 30
A4: 40
B1: =AVERAGE(A1:A4) // Result: 25
B2: =AVERAGE(A1, A3, A4) // Result: 26.6667
B3: =AVERAGE(A1:A4, 50) // Result: 30
In finance, AVERAGE is used to calculate average monthly sales, average employee scores, or average expenses over a period for reporting and analysis.
=AVERAGEIF(range, criteria, [average_range])
A1:A5: 10,20,30,40,50
B1: =AVERAGEIF(A1:A5, ">25") // Result: 40
=AVERAGEIFS(average_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
A1:A5: 10,20,30,40,50
B1:B5: "Yes","No","Yes","No","Yes"
C1: =AVERAGEIFS(A1:A5, B1:B5, "Yes") // Result: 30
=CONCAT(text1, [text2], ...)
A1: John
B1: Doe
C1: =CONCAT(A1," ",B1) // Result: John Doe
COUNT counts numeric cells in a range. Non-numeric cells are ignored.
=COUNT(value1, [value2], ...)
A1:A5: 10, "text", 20, "", 30
B1: =COUNT(A1:A5) // Result: 3
COUNTA counts all non-empty cells, including text, numbers, and symbols.
=COUNTA(value1, [value2], ...)
A1:A5: 10, "text", 20, "", 30
B1: =COUNTA(A1:A5) // Result: 4
COUNTBLANK counts the number of empty cells in a range. Useful for identifying missing data.
=COUNTBLANK(range)
A1:A5: 10, "", 20, "", 30
B1: =COUNTBLANK(A1:A5) // Result: 2
COUNTIF counts the number of cells that meet a specific condition.
=COUNTIF(range, criteria)
A1:A5: 10, 20, 30, 20, 10
B1: =COUNTIF(A1:A5, 20) // Result: 2
COUNTIFS counts the number of cells that meet multiple conditions simultaneously.
=COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2], ...)
A1:A5: 10, 20, 30, 20, 10
B1:B5: "Yes","No","Yes","No","Yes"
C1: =COUNTIFS(A1:A5, ">15", B1:B5, "No") // Result: 1
=IF(logical_test, value_if_true, value_if_false)
A1: 75
B1: =IF(A1>=50, "Pass", "Fail") // Result: Pass
IFS allows multiple conditions to be tested without nesting multiple IF functions.
=IFS(condition1, value1, condition2, value2, ...)
A1: 85
B1: =IFS(A1>=90,"A", A1>=80,"B", A1>=70,"C") // Result: B
LEFT extracts a specific number of characters from the start (left) of a text string.
=LEFT(text, num_chars)
A1: ExcelCourse
B1: =LEFT(A1,5) // Result: Excel
LOWER converts all letters in a text string to lowercase.
=LOWER(text)
A1: EXCEL
B1: =LOWER(A1) // Result: excel
MAX returns the largest numeric value in a range of cells.
=MAX(number1, [number2], ...)
A1:A5: 10, 20, 30, 40, 50
B1: =MAX(A1:A5) // Result: 50
MEDIAN returns the middle value in a range of numbers.
=MEDIAN(number1, [number2], ...)
A1:A5: 10, 20, 30, 40, 50
B1: =MEDIAN(A1:A5) // Result: 30
MIN returns the smallest numeric value in a range of cells.
=MIN(number1, [number2], ...)
A1:A5: 10, 20, 30, 40, 50
B1: =MIN(A1:A5) // Result: 10
=MODE.SNGL(number1, [number2], ...)
A1:A5: 10, 20, 10, 30, 10
B1: =MODE.SNGL(A1:A5) // Result: 10
NPV calculates the Net Present Value of a series of cash flows based on a discount rate.
=NPV(rate, value1, [value2], ...)
Rate: 10%
Cash flows: B1:B5 = 100, 200, 300, 400, 500
C1: =NPV(0.1, B1:B5) // Result: 1052.33
=OR(logical1, [logical2], ...)
A1: 10
B1: 20
C1: =OR(A1>15, B1>15) // Result: TRUE
RAND returns a random number between 0 and 1. Useful for simulations, sampling, and random testing.
=RAND()
A1: =RAND() // Result: 0.427 (example, varies each time)
RIGHT extracts a specified number of characters from the end (right) of a text string.
=RIGHT(text, num_chars)
A1: ExcelCourse
B1: =RIGHT(A1, 6) // Result: Course
STDEV.P calculates the standard deviation of an entire population.
=STDEV.P(number1, [number2], ...)
A1:A5: 10, 20, 30, 40, 50
B1: =STDEV.P(A1:A5) // Result: 14.1421
STDEV.S calculates the standard deviation of a sample from the population.
=STDEV.S(number1, [number2], ...)
A1:A5: 10, 20, 30, 40, 50
B1: =STDEV.S(A1:A5) // Result: 15.8114
SUM adds all numbers in a range or list of values.
=SUM(number1, [number2], ...)
A1:A5: 10, 20, 30, 40, 50
B1: =SUM(A1:A5) // Result: 150
SUMIF sums the values in a range that meet a specific condition.
=SUMIF(range, criteria, [sum_range])
A1:A5: 10, 20, 30, 20, 10
B1: =SUMIF(A1:A5, ">15") // Result: 70
SUMIFS sums the values that meet multiple conditions.
=SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
A1:A5: 10, 20, 30, 20, 10
B1:B5: "Yes","No","Yes","No","Yes"
C1: =SUMIFS(A1:A5, B1:B5, "Yes", A1:A5, ">15") // Result: 30
TRIM removes all extra spaces from text, leaving only single spaces between words.
=TRIM(text)
A1: " Excel Course "
B1: =TRIM(A1) // Result: "Excel Course"
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
A1:B5:
101, John
102, Alice
103, Bob
C1: =VLOOKUP(102, A1:B5, 2, FALSE) // Result: Alice
XOR returns TRUE if an odd number of arguments are TRUE, otherwise FALSE.
=XOR(logical1, [logical2], ...)
A1: TRUE
B1: FALSE
C1: =XOR(A1,B1) // Result: TRUE
C2: =XOR(A1,TRUE) // Result: FALSE
A1: 01:30:15 // 1 hour 30 minutes 15 seconds
B1: =A1*86400 // Result: 5415 seconds
Calculate the difference between two times by subtracting the earlier time from the later time.
A1: 08:30:00
B1: 14:45:30
C1: =B1-A1 // Result: 6:15:30
C2: =(B1-A1)*24 // Result: 6.2583 hours
Calculate the present value of future cash flows using a discount rate.
Discount Rate: 10%
Cash flows in B1:B5: 100, 200, 300, 400, 500
C1: =NPV(0.1, B1:B5) // Result: 1052.33
Remove duplicate rows from a dataset using Excel’s built-in feature or formulas.
A1:A7: 10, 20, 10, 30, 20, 40, 10
B1: =UNIQUE(A1:A7) // Result: 10, 20, 30, 40
Example: Calculate total sales and average per salesperson
A1:A5: Salesperson Names
B1:B5: Sales Amounts
C1: =SUM(B1:B5)
D1: =AVERAGE(B1:B5)
Exercise: Create a monthly budget tracker
Columns: Item, Planned, Actual
Calculate total planned and actual expenses, and variance
Formulas:
Total Planned =SUM(B2:B10)
Total Actual =SUM(C2:C10)
Variance =C2-B2
A structured syllabus to guide learners through Excel from beginner to advanced levels.
Syllabus:
1. Excel Basics: Interface, Navigation, Shortcuts
2. Formulas & Functions: SUM, AVERAGE, IF, VLOOKUP
3. Formatting: Fonts, Colors, Borders, Conditional Formatting
4. Data Analysis: Sorting, Filtering, Tables, Pivot Tables
5. Charts: Column, Bar, Line, Pie
6. Practice Exercises & Real-World Case Studies
7. Advanced Functions & Tips
Follow this study plan to gradually build your Excel skills and apply them in real-world scenarios.
Week 1: Excel Interface, Navigation, Basic Formulas
Week 2: Formatting, Conditional Formatting, Charts
Week 3: Functions: IF, VLOOKUP, COUNTIF, SUMIF
Week 4: Pivot Tables, Data Analysis, Advanced Functions
Week 5: Case Studies, Practice Exercises
Week 6: Review & Consolidation
Hands-on training exercises to reinforce learning and prepare for professional Excel usage.
Example Training:
1. Build a Sales Dashboard with charts and pivot tables
2. Analyze employee attendance with conditional formatting
3. Track project expenses with SUMIFS and IF functions
4. Clean and standardize data using TRIM, LOWER, LEFT, RIGHT
Navigation:
- Ctrl + Arrow Keys: Jump to edge of data region
- Ctrl + Home: Go to A1
- Ctrl + End: Go to last used cell
Formatting:
- Ctrl + B: Bold
- Ctrl + I: Italic
- Ctrl + U: Underline
- Ctrl + 1: Format Cells dialog
Formulas:
- F2: Edit active cell
- Ctrl + Shift + Enter: Array formulas
- Ctrl + ` : Show formulas
- Alt + = : AutoSum
References Tips:
- Use $ for absolute references (e.g., $A$1)
- Use named ranges for clarity
- Structured references for tables (e.g., Table1[Column])
Learn the essential Excel formatting tools to make your spreadsheets clear, professional, and visually
A1: Sales
B1: Revenue
Select cells → Apply Bold, Italic, or Number format
Quickly copy formatting from one cell or range to another.
Select cell with formatting → Click Format Painter → Apply to other cells
Change cell background and font colors to highlight data effectively.
Select A1:A5 → Fill Color → Yellow
Select B1:B5 → Font Color → Red
Modify font style, size, and emphasis to make your data readable and professional.
Select A1 → Change font to Arial → Set size 12 → Bold
Apply borders to cells and ranges to separate data clearly.
Select range A1:C5 → Home → Borders → All Borders
Format numbers for currency, percentage, date, or custom formats.
Select B1:B10 → Format Cells → Currency → 2 Decimal Places
Select C1:C10 → Format Cells → Percentage → 0 Decimal Places
Sort, filter, and summarize your data efficiently using Excel’s built-in tools.
Sort your data to organize it by values, text, or dates.
Select A1:C10 → Data → Sort → Sort by Revenue Descending
Filter data to display only the rows that meet specific criteria.
Select A1:C10 → Data → Filter → Filter Revenue > 1000
Create structured tables for easier data analysis and formatting.
Select A1:C10 → Insert → Table → My Table has headers
Highlight cells automatically based on their values.
Select B1:B10 → Home → Conditional Formatting → Highlight Cells > Greater Than 1000
Visualize your data using Excel charts for better insights.
Select A1:B10 → Insert → Charts → Column Chart
Customize title and labels as needed
Summarize and analyze large datasets quickly with Pivot Tables.