Excel Notes
Excel Notes
Q) What is a spreadsheet?
A spreadsheet is a grid of rows and columns also called as a worksheet. We can calculate manipulate
and analyze data present in the spreadsheet.
Spreadsheet programs are developed to automate tasks such as technical calculations, inferential
statistics and analyzing data. They also have a powerful program for graphical preparation of
numerical data.
Production planning
Personnel management
Marketing
Accounting Etc.
1) Text formula
It uses text and hence it is called a text formula. it may contain a text operator ampersand
(&) for e.g. &A1
2) Numeric formula
They contain arithmetic operators like +,-,*,/,^,or %
For E.g. = A1+B1
3) Logical formula
They contain Comparison operators like <,>, <=, >=, <>.
For E.g. = A1<25
1) Arithmetic operators
Perform basic mathematical operations, combine numeric values and produce numeric
results. The mathematical operators are:-
Operator Meaning
+ Addition
Some operators act on2 Values; others act on one. For e.g. - Subtraction
the formula = 5+2 contains the addition operator, which requires 2 / Division
or more values. Whereas the formula = 3% uses the percentage * Multiplication
operator, which requires only one; the percentage operator divides % Percent
3by 100 to produce the value 0.03. ^ Exponentiation
AsomICS
Excel Project Notes
2) Comparison Operators
They compare 2 values and produce the logical value TRUE or FALSE.
Operato Meaning
r
= Equal
> Greater than
< Less than
>= Greater than or Equal to
<= Less than or Equal to
<> Not Equal to
Example:- the formula =A1<25 produces the logical value TRUE if Cell A1 Contains a value
less than 25, otherwise the formula produces the logical value FALSE.
3) Text Operators
Joins 2 or more text value to produce a single combined text value.
For example if cell A1 contains he text “First Quarter 1994” the formula = “total sales for” &
A1 Produces the value “Total sales for First Quarter 1994”
1) Mathematical
Mathematical function such us the following are used to calculate general, matrix and
trigonometric values.
Cel Contents
l
A1 12
A2 -92
A3 45
A4 12.55
A5 49
AsomICS
Excel Project Notes
2) Statistical Function
Cel Contents
l
A1 89
A2 65
A3 84
A4 105
A5 49
Function Results Value
=Average(A1:A5) 88.75
=Count(A1:A5) 5
=Max(A1:A5) 105
=MIN(A1:A5) 65
=COUNTBLANK(A1:B5) 5
Function Result
=Now() 1/April/2020 11:12
=Today() 1/04/20
=days360(“start date”, “End date”) 18 year
Note that the format of the date displayed in the “Result” Column of the above table is
mm/dd/yy.
4) Logical function
Logicalfunctions are used to perform tests to determine if a condition is true. Following
are the logical function along with an example and its results.
A B C D E F G H I
1 SALARY SHEET OF STATE BANK OF INDIA
2 Name Basic TA DA Incentive Salary Tax Net Salary Rank
3 Bikash 6700 335 603 400 8038 0 8038 Customer Executive
4 Sikha 5689 284 512 400 6885.46 0 6885.46 LDA
5 Gautam 1020 510 918 400 12028 24 11306.32 Technical assistant
0
AsomICS
Excel Project Notes
5) Text Functions
Text functions are used to convert, parse and manipulate text string. Some of the text
functions are as follows:-
Function Returns
Concatenate(text1, text2,….) Joins several text items one text item
Exact(tex1,text2) True or false depending on likeness of 2 text
strings.
Find(Find_txt,within_txt,start_number) Position of matching text, case sensitive.
Len(Text) The Number of chars (including spaces) in text.
Right(text,n) Rightmost ‘n’ characters from a text.
Left(text,n) Leftmost ‘n’ characters from a text.
Upper(text) Text in capital letters
Lower(Text) Text in small letters.
Rept(Text, num) Text repeated specified no. of times.
Example Result
=Concatenate(“Riyanan” , ”Sarmah”) Riyanansarmah
=Exact(“84866” , “84861”) false
=FIND(E6,F6) 1
=Len(“length”) 6
=Right(“Ramesh” , “2”) sh
=Left(“Ramesh” , “2”) ra
=Upper(“Ramesh”) RAMESH
=Lower(“RAMESH”) ramesh
=REPT("RAM","12") RAMRAMRAMRAMRAMRAM
AsomICS
Excel Project Notes
Ans: Start click ---All program click----Microsoft office click----Microsoft office word click to open
Mark sheet
Percent formula
Grades Formula:
=IF(G5>=90,"A+",IF(G5>=80,"A",IF(G5>=70,"B",IF(G5>=60,"C",IF(G5>=50,"D",IF(G5>=30,"Normal
Passed”,IF(G5<30,"Faild")))))))
AsomICS
Excel Project Notes
Division Formula
=IF(G5>=95,"Stand",IF(G5>=85,"DSTN",IF(G5>=75,"Star",IF(G5>=60,"1st",IF(G5>=45,"2nd",IF(G5>=30
,"3rd",IF(G5<30,"Faild")))))))
Excel Formatting
AsomICS
Excel Project Notes