Computer Part-4 Ms-Excel Theory
Computer Part-4 Ms-Excel Theory
PART-4
CLICK HERE FOR MORE PDFS JOIN @RANKIQSSC
By: Jitendra saini
(gov. computer tcher raj.)
MS Excel
MS-Excel
MS-Excel is an electronic spreadsheet program. which is used in the Windows
operating system.
MS-Excel is the application software provided in Microsoft Office.
MS-Excel is used to calculate statistics, to organize data i.e. to arrange data in
descending and ascending order, to analyze data, and to create charts.
Lotus 123 is used for spreadsheet work in the Microsoft Disk operating system.
Lotus 123 is made by IBM.
Visicalc is considered to be the first electronic spreadsheet program. Like MS
Excel, Libra Office, Google Sheets, I Work Numbers, Lotus Symphony, etc. are
given.
MS-Excel is written to Excel in the Run Menu of Windows.
The name of the file created in MS-Excel is By Default Name Book1
In MS-Excel 2003, 2007, 2010, 2013, the number of default sheets is three,
Sheet1, Sheet 2 and Sheet 3
In MS-Excel 2016, 2019, the number of By Default Sheets is
one.In MS-Excel, the by default Sheet is called Sheet1.
MS- The extension name of the file created in Excel 2007 is
.xlsx.MS- The extension name of the file created in Excel 2003
is .xls. In MS-Excel, the file is automatically saved after 10
minutes.
In MS-Excel, data is written in the
cell.Ms-Excel's file is called a book.
The smallest unit of MS-Excel is the cell.
The intersection of row and column forms the cell
Office buttons are used in MS-Excel for New, Open, Save, Save as, Recent Document,
Print, Print Preview, Option. Note- The Office Button is only in MS-Office 2007 and
the Office Button has been changed to File Tab in the new version (2010, 2013, 2016,
2019).
MS Excel is divided into different tabs and each tab is divided into different groups-
Tabs Name
File / office
Home
Insert
Page Layout
Formulas Data
Review
View
Cell Address
In MS-Excel, cell addresses consist of colomn numbers and row numbers.
Ex:- A1,A2,B1,B2 Etc.
In Excel, the cell address appears in the name box.
1. Clipboard-
Cut (Ctrl+X): To cut the selected data i.e. to remove it from its location.
Copy (Ctrl+C): To copy the selected data.
Paste (Ctrl+V): To paste cut or copied data.
Format Painter (Ctrl +shift +C): – The mouse pointer turns into a paint brush as
soon as you click on the painter to apply formatting on a data in the document.
2. Font
The default font of the MS-Excel file is Calibri.
The default font size of the MS-Excel file is 11.
Font size is measured in points.
MS-Excel म Minimum Font Size 01 Point & Maximum Font Size 409 Point
(i) Merge & Center: This merges the selected cell and aligns the written data center.
(ii) Merge across: This merges only the columns of the selected range.(iii) Merge Cells: It
is used to convert selected cells into a cell.(iv) Unmerge cells: It is used tounmerge
merged cells.
Insert tab
1. Tables –
Pivot Table – It is used to easily understand the complex data of the cell.
Table – It is used to insert tables into sheets.
2. Illustrations
Picture - It is used to insert pictures into sheets.
Clip art - It is done to insert pictures, sounds, etc. into the sheet.
Shapes - It is used for different types of shapes in sheets.
Smart art – Smart art is a visual representation that helps to understand
statistics.
Chart:Chart is used to compare numerical data with graphical, the area in which the
details of the chart are told is the area Legend.
Stock: This chart is used in three series of values in high, low and close order (often
stock prices).
Doughnut: Like a pie chart, the contribution of each price to the total is displayed,
but it can contain several series.
Bubble: A bubble chart is a type of scanner chart. The size of the bubble
indicatesthe values of the third variable.
4. Links
Hyperlink :- In Excel File, it is used to create links from web pages, e-mails,
pictures.
The text on which the link is created appears in blue color.
5. Text
Text Box: It is used to insert text boxes.
2. Page setup
Margin :- Margin is used to leave space around the page in MS-Excel and
there are 4 types - Left, Right, Top, Bottom.
By Default In Excel, margin top or bottom is 0.75 and left or right is 0.7.
MS-Excel By Default Page Orientation Portrait
Page Order :- Page order is used to remove the print of Excel's sheet.
Breaks: It is used to break and unbreak pages.
Scale to fit:It is used to change height and width.
Sheet Options:It is used to show and print grid lines and headings.
Formulas tab
Formula bar
(i) Collapse (ii) Expend
JOIN FOR MORE - https://t.me/RankiqSSC
(i) Collapse - The data written in the cell from this formula bar does not
appearsimultaneously.
(ii) Expend - From this formula bar, the data written in the cell appears
simultaneously.
1. Function Library
Function :
Pre-defined formulas are called functions.
The function inside the function is called nested funtion.
The function starts with "=" and is written in the formula bar.
Functions are not cas sensitive.
MS-Excel has different categories of functions and some steps are used to use
any function called the syntax of the function which is as follows:
Function formula:
1. = (equal sign)
2. Name Of फ 4न
3. bracket starting (
4. cell range 'Al:A9'
5. The ending of bracket)
6. Press Enter
Exp. :- =SUM(A1:A9)
Column
Row Height & Width
In MS-Excel 2003, the column's by default width is 8.43 characters (64 pixels)
and can be a maximum of 0 to 255 characters.
Note :- 0.08 Character = 1 Pixels
Row's by default height in MS-Excel 2003 is 12.75 points (17 pixels) and can be
a maximum of 409 points.
Note :- 0.75 Points = 1 Pixel
In MS-Excel 2007, 2010, 2013, 2016, 2019, the column's by default width is 8.43
character and can be a maximum of 255 charater.
Operators
The symbol used in formulas and functions in MS-Excel is called "operator".
E.g. - C1 + C2
In MS-Excel, the operators are as follows:
(a) Arithmetic operator -
+ (Plus Sign)
- (minus Sign)
- (Multiply Sign)
/ (Forward Sign)
% (Percent Sign)
^ (Caret Sign)
(b) Comparison operator -
= (Equal Sign)
> (greater than)
< (Less than)
>= (greater than equal)
<= (Less than equal)
Text functions-Such functions that work on text are called text functions.
Char this function works on the basis of ASCII code.Ex : = char("68"). = D (because
68' has character 'D'. )
Code – This function is used to know the ASCII code of any character. - Ex. :- =
Code("c")= 99 (as 'c' has ASCII code of 99'. )
Exact: This function is used to match two strings.Ex. :- = Exact("groot " " groot ") =
TRUE (both strings are the same then output is TRUE)= Exact ("groot " " Groot ") =
FALSE (both strings are not the same then output is FALSE)
Upper: This function is used to write text in a capital letter.Ex. :- = Upper (“groot")
= GROOT
Lower- This function is used to write in small letters.Exp. :- = Lower(GROOT) =groot
Left – It is used to view the left character of the written text.Exp. :- = left (GROOT) =
G
Right: Right is done to see the character.Ex. :- = Right(GROOT) = T
8.MID - This function is used to see the middle character of the written text Ex. :- '=
MID(IMGROOT,2,3) = MGR
Proper – With this function, the first character of each word becomes capital and
the rest of the other small characters.Ex :- = Proper("im groot”) = Im Groot
Rept – This function is used to repeat the written text.Ex. :- = Rept. (Groot, 2)
=Groot,Groot
Concatenate – This function is used to connect strings.Exp.:- = Concatenate
("Im","Groot") = Im Groot
TRIM – This function is used to remove space between text strings.Exp. :- = TRIM
(Im Groot) = ImGroot
Logical Function
1. AND: The output of this function is true or false. If all the given conditions are true
then the output will be true if a single condition is wrong, then the output will be
false.
2. OR: The output of this function is true or false. If any of the given conditions is
correct, its output will be true and if all the conditions are wrong, the output comes
false.
3. NOT: The output of this function comes in true and false. This changes the function
output. If the correct condition is there, the output will be false and ifthe condition
is wrong, the output will be true.
4. IF: The output of this function depends on the condition given by the user.
From other source:- It is used to get any data in any other way
Goal seeks:
The change in input according to output is done by goal seek.
It is used to forecast value.
1. Set cell
2. By changing cell
Review Tab
View Tab
1. Workbook Views
Normal :- Default layout is normal in Excel
Page Layout: This view is used to see the beginning and ending point of the page
during printing, it can also put header and footer. This leads to 9 columns and 47
row prints on a page by default.
Page Break Preview: This view is used to break the sheet of Excel. This makesthe
sheet appear in the dotted line according to the letter page.
Custom view:- It is used to view the selected area of the sheet in Excel.
Full Screen Reading: Another name for this view is toggle view. It is used forproof
reading.
2. Show/Hide
The document is used to display or hide.
3. Zoom
In MS-Excel, the screen can be zoomed minimum 10% and maximum 400%.
Freeze Panes :- In Excel, it is used to freeze rows and headings of columns.
Macros Macro:
Macro is used to record shortcut keys. Those who are alreadyreserved cannot be used.