Null 2
Null 2
Lab Report on
Ms word ,Ms Excel And Ms PowerPoint
Submitted BY Submitted
To
Krishna Rajak Mr Anil KumarYadav
Roll no 56 It instructor
st
1 semester
Table of contents
Contents
Endorsement iv
Declaration v
Supervisor’s Recommendation vi
Acknowledgment vii
Lab 1 1
MS- Word 1
Formatting Text, Paragraphs and Pages 1
Changing Font 1
Bullets and Numbering 2
Paragraph spacing 2
Line Spacing 2
Boarders and Shading 3
Change Margins 3
Header/Footer, Page Number and Footnote 4
Inserting Header 4
Inserting Footer 4
Inserting Page Number 4
Inserting Footnote 4
Working with Tables 5
Create Table 5
Creating a Table of Contents 5
Update a Table of Contents 5
Document Protection and Password 6
Setting password 6
Mail Merge 6
Track Changes 6
Insert Citation 6
Insert Bibliography 6
Working with Hyperlink 7
Inserting Hyperlink 7
Lab 2 8
Microsoft Excel 8
Formatting Text and Data 8
Wrapping Text 8
Changing Cell Alignment 8
Merging Cells 8
Working with Functions and F formulae 8
Math Functions 9
If Function and logic Functions 9
Date and Time Functions 10
Date Filter, Sorting and Conditional Formatting 10
Conditional 11
Example using above functions and Formatting 11
Percentage Division 11
Relative, Absolute and Mixed referencing 12
Lab 3 14
Microsoft PowerPoint 14
Inserting slides 14
Change the Layout 14
Inserting Header and Footer 14
Designing and Formatting Presentation 14
Setup the Dimensions and Orientation 15
Changing Themes 15
Choosing Background 15
Slide Transition and Animation 15
Add Slide Transition 15
Add Animation 15
Endorsement
We hereby endorse the project work report entitle “Lab Report on Ms. word ,Ms.
Excel And Ms. PowerPoint” submitted by Krishna Rajak student of Mahendra
Morang Adarsha Multiple Campus Biratnagar on a practical Fulfilment for the
Bachelors Degree in Business Administration (BBA) for external evaluation.
____________________
Campus Chief
iv
Declaration
I, Krishna Rajak do hereby declare that the project work entitle “Lab Report on Ms.
Word ,Ms. Excel And Ms. PowerPoint ”submitted to the department of
management (BBA) Mahendra Morang Multiple Campus Biratnagar for the
fulfilment of practical Examination conducted by Tribhuvan University Faculty Of
Management under the supervision and Guidance of Mr. Declaration. We also
declare that this project report has not been Previously submitted to any other
university.
___________
Krishna Rajak
Submitted on:
v
Supervisor’s Recommendation
The project work entitled “Lab Report on Ms. Word ,Ms. Excel And Ms. PowerPoint”
submitted by Krishna Rajak students of Mahendra Morang Adarsha Multiple
Campus Biratnagar ,is prepared under our supervision as per Producers and format
requirements laid by the Faculty of management Tribhuvan University as partial
fulfillment of the requirements for the Degree of Bachelor’s Of Business
Administration(BBA) we therefore recommend the project work for Evaluation.
__________________
Signature
Mr. Anil Kumar Yadav
vi
Acknowledgment
We would like to express our thanks to my teacher Mr. Anil Kumar Yadav.He deserve
the utmost credit For the assignment’s outcome. We would like to extend our
special thanks to our Principle who gave us the golden opportunity to do this
wonderful project on the (Lab Report on Ms. word ,Ms. Excel And Ms. PowerPoint)
also helped us in doing a lot of research and we came to know about so many new
things Secondly, we would also like to thank our parents and Friends who helped us
a lot in friendly.
vii
Lab 1
MS- Word
MS word is widely used commercial word processor design by Microsoft. Some of
the activities perform in MS- word 2016.
Basic Style
Changing Font
• Select Text
• Click on Home Tab
• Click on arrow shown in Font Group in Toolbar
•Select required font name, style, size and other
effects,
1
• Click on OK button.
Bullets and Numbering
• Select Text
• Click on Home Tab
• Select Required Bulleting Style/Numbering Style from paragraph group in
toolbar
Paragraph spacing
• Click inside the paragraph you want to change spacing before or after
• On the Ribbon, select the Page Layout Tab
• In the Paragraph group, Go to Spacing
• Change values in Before or After box.
Line Spacing
• Click Inside the paragraph you want to change the line spacing or select text
• On the ribbon, select the Home tab,
• In the paragraph group, click Line Spacing
• Select the amount of spacing we want
2
Boarders and Shading
Change Margins
3
• Click ok
Inserting Footer
Inserting Footnote
4
Working with Tables
Create Table
5
Document Protection and Password
Setting password
• Open the Word documents of which you want to set the password.
• Click the File Tab and then click the Info option and then the Protect
Document button that shows a list of options to be selected.
• Now click the Encrypt with password option simply by clicking on it. That will
display an Encrypt Document dialog box asking for a password to encrypt the
document. This dialog box will appear twice to reenter the same password.
And every time click the OK button after entering the password.
• Now save you password protected Word document and try to open it again. It
will ask for the password before opening the Word document.
Mail Merge
• Click the mailings tab to open the Mail Merge tools
• Click the start Mail Merge button and select you format
• Click select Recipients and select how you want to add recipients to the Mail
Merge •Click the Greeting Line button to create a custom greeting
• Click the Insert Merge Field button and select the field that you want to insert
in the document.
• Click the Highlight Merge Fields button to make the inserted fields stand out
• Type content of document
• Click the Preview Results button to see how the final product will look
• Finish the merge process
Track Changes
• Click on Review Tab
• Click the Track Changes button
• Click on Track Changes to enable it
• Adding Comments
• Select the text or item that you want to comment on, or click at the end of the
text.
• On the Review tab, in the comments group, choose New Comment
• Type Comment in appeared balloon
Insert Citation
• Click on References tab
• Click on insert citation
• Add new source •Fill the requirement.
• Click OK.
Insert Bibliography
• Enter the source with the help of citation.
• Click on Reference Tab •Click on insert Bibliography
6
• Click Enter.
7
Lab 2
Microsoft Excel
An Excel worksheet is a single spreadsheet that contains cells organized by rows
and columns.
Wrapping Text
• Move to cell A1.
• Type Text too long to fit. (After typing, click out of the cell and back in again.)
•From the Ribbon, Choose Home>Cells>Format. This will open a dropdown
menu.
• Click on Format Cells at the bottom of the dropdown menu.
• Choose the Alignment Tab.
• Click Wrap Text.
• Click OK. The text wraps.
Merging Cells
Select the range
Click the Merge and Center button. The heading is now centered over the data.
8
Math Functions
1.Sum ():Total the data in the range of cells. The Formula for sum is:
=sum(range)
2.Averge(): It produces the average of the data in the range of cells. The formula is:
=Average(range)
3.Product(): It is used to find the product of the data in the range of cells. The
formula is:
=Product(range)
4.Min(): It is used to give the smallest value in the range. The formula is:
=Min(range)
5. Max (): It is used to give greatest value in a range of cells. The formula is:
=Max(range)
9
=IF(logical test, “value if true”, “Value if false”)
For example, IF(A1>0,” yes”, “no”) returns the answer “yes” if the value of A1>O and
“no” otherwise.
2.And(): It returns a logical True response if all of its arguments are true; otherwise
returns false. The formula is
=AND(Logical1, Logical2, …)
For example, AND(A1>0, A2>1, A3>2) returns TRUE if all the conditions inside AND ()
are true.
3. OR(): It returns a logical TRUE response if at least one of its argument is true;
otherwise returns False. The Formula is
For example, OR(A1>0, A2>3, A3>5) returns TRUE if at least one condition inside OR ()
is true.
=Now()
Data Sorting= Data Sorting is used to arrange data in increasing or decreasing order
of data values. To sort data
• Select or click in the list of data you want to sort and filter group on the Data
tab
• Click the sort button in the Sort & Filter group on the Data tab
• Click on Custom Sort
• From the Sort By drop-down list, select the column by which you want to sort
• From the sort on drop-down list, choose Values
• From the Order drop-down list, select how you want to sort the data.
• Click OK.
Data Filter= Data Filter is used to show the data you want and hide the rest. To apply
data Filter,
Prepare the mark sheet using the following data and condition.
Roll no Name Math Science Social English Nepali
1 A 50 45 52 88 90
2 B 85 52 62 55 65
3 C 76 50 65 52 75
4 D 52 40 23 32 79
5 E 65 65 65 45 65
6 F 92 50 45 46 32
Condition:
Pass marks=32
Percentage Division
>= 80 Distinction
>=60 First
>=45 Second
>=32 Third
<32 Fail
Find total marks, percentage Result and Division using excel
MARK
SHEET
Roll Name Math Science EnglishNepali Percentage Rank
no Social Total Result Division
1 A 50 45 52 88 90 325 65 pass First 1
11
2 B 85 52 62 55 65 319 63.8 pass First 2
3 C 76 50 65 52 75 318 63.6 pass First 3
4 D 52 40 23 32 79 226 45.2 fail Fail 6
5 E 65 65 65 45 65 305 61 pass First 4
6 F 92 50 45 46 32 265 53 pass Second 5
Total =SUM(C13:G13)
Percentage =(H13/500)*100
Result =IF(AND(C13>=32,D13>=32,E13>=32,F13>=32,G13>=32),"Pass","Fail")
Division=IF(AND(I12>=80,J12="pass"),"Distinction",IF(AND(I12>=60,J12="pass"),"Firs
t",IF(AN
D(I12>=45,J12="pass"),"second",IF(AND(I12>=32,J2="pass"),"Third","Failed"))))
Rank =RANK(I13,$I$13:$I$18)
Mixed referencing: Mixed referencing can also be used where only the row or
12
column is fixed. For example,
13
Lab 3
Microsoft PowerPoint
It is used to generate the PowerPoint content. Some task done in presentation are:
Inserting slides
• In the slide panel right click the slide after which you want a new slide inserted
• Select New Slide. OR
• Click on Home Tab
• In the slides group, Click on New Slide
• Select required layout
• A blank slide will be inserted after your active slide.
14
Designing and Formatting Presentation
Changing Themes
• Themes Change the look and feel of the show as they use consistent colors,
graphics, and text properties
• To choose slide design: select the Design tab→in the Themes group, select
any slide design thumbnail
• To Choose color Scheme: Select the Design tab→ in the Themes group→Click
on Colors (drop down menu)→ Choose a color scheme
• To create your own color scheme: select create New Theme colors.
• To choose a Font: Select the Design tab> in the Theme group→ click on Fonts
(drop down menu). Click on a theme font
Choosing Background
• On the Ribbon, select the Design tab
• In the Background group→ click on Background Styles (drop down menu)
• Choose Background
• To hide background graphics, check the box next to Hide Background
Graphics.
15
Add Animation
THE END
16