Ms Excel
Ms Excel
Banepa-6,Budol,Kavre
Submitted By Submitted To
Sandesh Shrestha Ruchi Manandhar
BICTE 1st Sem
Roll no:10
Contents
Microsoft Excel..........................................................................................................................2
Spreadsheet application..............................................................................................................3
Creating, formatting and printing worksheets............................................................................3
Creating MS Excel.................................................................................................................3
Formatting MS Excel.............................................................................................................5
Printing MS Excel..................................................................................................................7
Using Formulas in MS Excel for Different Calculations.......................................................7
Creating, formatting and printing graph.....................................................................................9
Creating graph in MS Excel...................................................................................................9
Formatting graph in MS Excel.............................................................................................12
Printing Graph in MS Excel.................................................................................................13
Difference Between Function and Formula in MS Excel........................................................14
Function................................................................................................................................14
Commonly Used Functions in Excel....................................................................................14
1. Mathematical Functions...................................................................................................14
2. Logical Functions.............................................................................................................14
Some Important Questions.......................................................................................................15
1|Page
Microsoft Excel
Microsoft Excel is a powerful spreadsheet application developed by Microsoft, widely used
for data analysis, calculations, visualization, and automation.
Microsoft Excel is widely used across various industries for different purposes. Some
common uses include:
2|Page
Using data validation to ensure accuracy.
Automating repetitive tasks with macros & VBA.
Spreadsheet application
A spreadsheet application is software used to organize, analyze, and store data in a table
format. It consists of rows and columns, where users can enter numbers, text, and formulas to
perform calculations, create charts, and analyze data efficiently.
3|Page
2. Create a New Workbook
After opening Excel, click on Blank Workbook to create a new spreadsheet.
4|Page
Formatting MS Excel
1. Open Excel and Select Data
Open Microsoft Excel.
Select the cells, rows, or columns you want to format.
5|Page
Go to the Home tab → Find the Alignment section.
Choose:
1. Horizontal Alignment (Left, Center, Right).
2. Vertical Alignment (Top, Middle, Bottom).
3. Wrap Text (fit long text within a cell).
4. Merge & Center (combine multiple cells).
Printing MS Excel
Click File → Print to print your sheet.
6|Page
Using Formulas in MS Excel for Different Calculations
Excel formulas allow you to perform calculations on data automatically. Here’s a step-by-
step guide to using them:
7|Page
Function Formula Example Purpose
8|Page
👉 Example: Multiply two columns and sum the result
=SUM(A1:A5 * B1:B5)
Press Ctrl + Shift + Enter to apply as an array formula.
=DATEDIF(A1, B1,
DATEDIF Finds the difference in years between two dates
"Y")
Jan 5000
Feb 7000
Mar 6000
Apr 8000
3. Insert a Chart
Go to the Insert tab on the ribbon.
9|Page
In the Charts group, select a chart type:
1. Column Chart 📊 → Best for comparing values.
10 | P a g e
5. Scatter Chart ⚫ → Best for relationships between values.
Click on the chart type you want (e.g., Insert Column Chart).
11 | P a g e
Formatting graph in MS Excel
1. Select the Chart
Click on the chart/graph you want to format.
A border will appear around it, and the Chart Tools tab will show up on the ribbon.
13 | P a g e
Difference Between Function and Formula in MS Excel
Feature Formula Function
Requires the user to define Excel provides built-in functions like SUM,
Usage
operations using +, -, *, /. AVERAGE, IF, VLOOKUP, etc.
Function
A function is a predefined formula that performs a specific calculation automatically. It
simplifies complex operations and saves time by eliminating the need for manual
calculations.
Commonly Used Functions in Excel
1. Mathematical Functions
Function Description Example
2. Logical Functions
Function Description Example
14 | P a g e
Some Important Questions
1. From the following spreadsheet, write the formula to address the following conditions:
……………………….
15 | P a g e
Answers:
a) Total=C2*D2
b) Discount=IF(E2>=35000, E2*0.1,0)
c) VAT=IF(OR(B2= " Mobile ",B2= "Laptop"),E2*0.13,0)
d) Grand total of particular item=E2-F2+G2
Grand total of all item=SUM(H2:H7)
Answers:
a) Total marks=B2*C2*D2*E2*F2
b) Total percentage=G2/500*100
c) Result=IF(AND(B2>= 35,C2>=35,d2>=35,E2>=35,F2>=35)," Pass ","Fail")
d) Division= IF(I2="Fail", " *",IF(H2>= 80, "Distinction", IF(H2>= 70, "First",
IF(H2>= 60, "Second", IF(H2>= 35, "Third"))))
16 | P a g e