Excel Function and Formulas
Excel Function and Formulas
Excel Function and Formulas
FORMULAS
Table of Contents
1. DAILY SALE REPORT ........................................................................................................... 5
FUNCTION OF SUM .................................................................................................. 5
MULTIPLE RANGE SUMS ........................................................................................ 5
2. SALE REPOPRT SHEET........................................................................................................ 6
MAX, MIN, COUNT AND PERCENTAGE FUNCTION .......................................... 6
Max function ............................................................................................................. 6
Min function.............................................................................................................. 6
Count function.......................................................................................................... 6
Percentage function ............................................................................................... 6
3. RESULT SHEET ...................................................................................................................... 7
BBA (BANKING & FINANCE) (HONS) .................................................................. 7
COUNT IF FUNCTION .............................................................................................. 7
COUNT IF FUNCTION .............................................................................................. 7
SUM IF FUNCTION ................................................................................................... 7
4. IF STATEMENT...................................................................................................................... 8
FUNCTION OF IF FOR DECISION MAKING ......................................................... 8
DOUBLE QUOTATION ............................................................................................. 8
CELL REFERENCE ..................................................................................................... 8
5. SALARY SHEET ...................................................................................................................... 9
JOBE DURATION FUNCTION ................................................................................. 9
NESTED IF FUNCTION............................................................................................. 9
DATE FUNCTION ...................................................................................................... 9
FOR FIND JOB DURATION ..................................................................................... 9
6. GRADING SHEET ................................................................................................................. 10
NESTED IF FOR GRADING ................................................................................... 10
VLOOKUP FOR GRADING .................................................................................... 10
VLOOKU FOR STATUS .......................................................................................... 10
7. LEDGER FORMATE SHEET ............................................................................................... 11
BALANCE FUNCTION ............................................................................................ 11
Dr or Cr FUNCTION .............................................................................................. 11
2
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
3
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
4
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
=B6+B7+B8+B9+B10 [after using the sign of equal (=) select first cell and use the
sign of plus (+) and so on.]
Multiple range sum =SUM(B8:F8) ( in multiple range sum we take=sum and drag
from first cell to end cell which is you want to take the sum)
5
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
Max function =MAX(B6:F6) [use the function (=max) and select all multiple range
table]
Count function =COUNT(B7:F7) (use count function and select one column
multiple ranges of cells)
Percentage function =B6/$G6*100 current sales of every city divided by its total ($
dollar sign use for constant cell) and multiply by 100.
6
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
RESULT SHEET
BBA (BANKING & FINANCE) (HONS)
COUNT IF FUNCTION =COUNTIF(C5:C50,">=50") in c column c5 to c50 is greater
than 50 then count otherwise will not count. This function of count if use for passing
student
7
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
IF STATEMENT
FUNCTION OF IF FOR DECISION MAKING
If function =IF(100>10,"true","false") if hundred is greater
than ten then true otherwise false
DOUBLE QUOTATION
Double quotation (“____”) use for any specific name or number as a reference that is
written in any cell.
CELL REFERENCE
If function =IF(A2<B2,A3,B3) we can use cell reference in if function.
8
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
SALARY SHEET
JOBE DURATION FUNCTION
Job duration function D4=(TODAY()-C4)/365 job duration function use for find
the years of working of every employee in two decimal place.
NESTED IF FUNCTION
Nested if function
E4=IF(D4>=10,"50000",IF(D4>=8,"40000",IF(D4>=6,"35000",IF(D4>=4,"30000",IF(D4>=3,"25000","20000")))))
Nested if use to find the salary of every person this function working as (if any
workers work 10 years in company then its salary is 50000 if the employee 8 to 9
years old worker then its salary is 40000,and so on)
DATE FUNCTION
=TODAY ()
9
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
GRADING SHEET
NESTED IF FOR GRADING
Nested if function ;
=IF(C4>=85,"A+",IF(C4>=80,"A",IF(C4>=75,"B+",IF(C4>=70,"B",IF(C4>=65,"C",IF(C4>=60,"D",IF(C4>50,"E","F"))))
))) note; (c4 use for marks reference We can use the nested if for grades of
marks)
10
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
Dr or Cr FUNCTION
Dr/Cr function =IF(F5>0,"Dr","Cr") we use if function for Dr or Cr decision, if
f5(opening balance cell reference) is greater than zero(0) then “Dr”(double
quotation mark) otherwise “Cr”.
Note; (it’s mean that, if balance is positive then will be written Dr otherwise,
negative balance shall be written Cr,)
11
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
CASH LEDGER
BALANCE FUNCTION
Dr and Cr balance function =F5+D6-E6 f5 is the cell reference of opening balance
plus (+) Dr Column cell reference and minus (-) Cr column cell reference.
Dr or Cr FUNCTION
Dr/Cr function =IF(F5>0,"Dr","Cr") we use if function for Dr or Cr decision, if
f5(opening balance cell reference) is greater than zero(0) then “Dr”(double
quotation mark) otherwise “Cr”.
Note; (that’s mean if balance is positive then will be written Dr otherwise, negative
balance shall be written Cr,)
12
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
SALE LEDGER
BALANCE FUNCTION
Dr and Cr balance function =F5+D6-E6 f5 is the cell reference of opening balance
plus (+) Dr Column cell reference and minus (-) Cr column cell reference.
Dr or Cr FUNCTION
Dr/Cr function =IF(F5>0,"Dr","Cr")we use if function for Dr or Cr decision, if
f5(opening balance cell reference) is greater than zero(0) then “Dr”(double
quotation mark) otherwise “Cr”.Note; (that’s mean if balance is positive then will be
written Dr otherwise, negative balance shall be written Cr,)
13
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
BANK LEDGER
BALANCE FUNCTION
Dr and Cr balance function =F5+D6-E6 f5 is the cell reference of opening balance
plus (+) Dr Column cell reference and minus (-) Cr column cell reference.
Dr or Cr FUNCTION
Dr/Cr function =IF(F5>0,"Dr","Cr") we use if function for Dr or Cr decision, if
f5(opening balance cell reference) is greater than zero(0) then “Dr”(double
quotation mark) otherwise “Cr”.
Note; (that’s mean if balance is positive then will be written Dr otherwise, negative
balance shall be written Cr,)
14
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
ENTERTAINMENT LEDGER
BALANCE FUNCTION
Dr and Cr balance function =F5+D6-E6 f5 is the cell reference of opening balance
plus (+) Dr Column cell reference and minus (-) Cr column cell reference.
Dr or Cr FUNCTION
Dr/Cr function =IF(F5>0,"Dr","Cr") we use if function for Dr or Cr decision, if
f5(opening balance cell reference) is greater than zero(0) then “Dr”(double
quotation mark) otherwise “Cr”.
Note; (that’s mean if balance is positive then will be written Dr otherwise, negative
balance shall be written Cr,)
15
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
TRAIL BALANCE
In trail balance we are write the accounts of ledger. We take the balance of all
ledger accounts in trail balance by cross sheet reference
We take the balance of entertainment expense in debit side because the all the
expenses are debit. F15 is the cell reference of previous ledger sheet.
If statement use for bank and cash balance in trail balance, because the bank and
cash accounts can be debit or credit.
16
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
17
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
CONDITIONAL FORMATTING
CONDITIONAL FORMATTING PROCEDURE
Conditional formatting allows to you
automatically apply formatting such as colour to one or more cells based on cell
value. For example a conditional formatting rule might be: IF the value is less than
50 and greater than 0 and then the value colour is red.
We click on home tab and select the conditional formatting, and select desires rules.
18
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
19
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
PIVOT TABLE 01
PIVOT TABLE PROCEDURE
By pivot table we can Analysis of data from different
angles,
In table one we put the name column from sale report in row label and
cities also put in row label and product and years are put column label and sales
are put in sum function.
20
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
PIVOT TABLE 02
Pivot table 02 procedure
By pivot table we can Analysis of data from different angles,
In row label we put the employees name and put the all products of each employee
and put the years in column label and total sale in sum function. That’s way we
analysis of data from different angles.
21
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
22
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
SUB TOTAL
SUBTOTAL PROCEDURE
In data validation we can sum of different number in column or row,
by data validation we take the min max count variance and standard deviation,
23
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
FILTERATION PROCEDURE
24
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
PASTE SPECIAL
PASTE SPACIAL PROCEDURE
Use paste special to perform calculation while pasting in excel. You
can add, subtract, and multiple in Microsoft excel using paste special. By paste
special we paste only formulas, values, formats, comments, validation, all using
source theme, column widths and value and number formats.
25
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
PROTECTION OF SHEET
PROTECTION SHEET PROCEDURE
For protection of sheet first of all click on
home toolbar and click font and select the protection and cheek the lock if the lock
function is on then you apply protection and apply PASSWORD ON SHEET .
LOCK PROCEDURE
After select the protection sheet will show this table, then you set your password.
And then your
sheet will protect.
26
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
RESULT SHEET
We makes result sheet for preparing the result cards of
all students.
OBTAIN MARKES
P2=SUM (E2,G2,I2,K2,M2)
OVERALL GRADS
Q2=IF(R2="FAIL","F",IF(P2>=380,"B+",IF(P2>=350,"B",IF(P2>=300,"C"))))
RESULTS
R2=IF(AND(E2>=50,G2>=50,I2>=50,K2>=50,M2>=50),"PASS","FAIL")
PERCENTAGE
S2=P2/O2*100
STATUS
U2=IF(T2=5,"PASS",IF(T2=4,"PROB 1",IF(T2=3,"PROB 2","DROP")))
27
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
This is informed that S/D/O MR. NAZIR .You have obtained marks 276. You have
placed in grad F.
CONTROLER EXAMINATION:
28
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
29
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
COLUNM PROCEDURE
columns — if it’s only one column of text per page, it still counts as a column.
Clicking Word’s Columns command button (in the Page Setup Group on the Page
To be more specific with the number of columns or their layout, choose the More
Columns command, and then use the Columns dialog box that appears to create and
design multiple columns for your document. For example, you can use the Number
of Columns text box to create a number of columns not offered in the Columns menu.
30
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
31
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
EQUATION BUILDER
𝟐 𝟑 𝟐𝟑𝟒
(𝒙 ± 𝒚)
𝟐 𝟓 𝟒𝟑𝟐
32
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
RESULT CARDS
..\zheart touching sad song 2018 with love story mix by love me.lnk
33
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
34
Sajid Ali BBF-16046
[IT SERIES] EXCEL FUNCTIONS, BBA (BANKING & FINANCE)
35
Sajid Ali BBF-16046