Spreadsheet Applications for Business
Spreadsheet Applications for Business
SPREADSHEET
APPLICATIONS FOR
BUSINESS
Spreadsheet Applications for Business – Conditional formatting –
Charts and diagrams – Logical Functions : AND, OR NOT, IF , IFNOT,
COUNT ,COUNTIF, TRUE- Text functions: UPPER, LOWER, LEFT,
RIGHT,TRIM ,TEXT,LEN DOLLAR,EXACT: Financial Functions :
Depreciation [ DB, DDB, VDB] , simple Interest [ PMT, NPER,
INTRATE] – Present Value, Net Present Value, Future Value [ PV, NPV,
FV] –Internal Rate of Return [ IRR, MIRR] – Statistical Functions :
Mean , Median, Mode, Standard Deviation, Correlation , Regression –
Date & Time Functions :DATE , DATEVALUE , DAY ,DAYS360, NOW,
TIME TIMEVALUE , WORKDAY, WEEKDAY , YEAR Lookup and
Reference Functions : Hlookup , Vlookup , Transpose Function
,GETPIVOTIDATA-PIVOT TABLE –HYPERLINK .
Advantages of spreadsheet
Following are the important advantages of using spreadsheet
• Accurate findings are possible.
• Quick computation
• Data from the worksheet can be seen and printed.
• Data can be converted into graph .
Note: you can also use this category (see step 3) to highlight
cells that are less than a value, between two values, equal
to a value, cells that contain specific text, dates (today,
last week, next month, etc.), duplicates or unique values.
Clear Rules
To clear a conditional formatting rule, execute the following steps.
1. Select the range A1:A10.
2. On the Home tab, in the Styles group, click
Conditional Formatting.
Top/Bottom
To highlight cells that are above average, execute the
following steps.
1. Select the range A1:A10.
5. Click OK.
Result. Excel calculates the average (42.5) and formats the
cells that are above this average.
Note: you can also use this category (see step 3) to
highlight the top n items, the top n percent, the bottom n
items, the bottom n percent or cells that are below
average.
Conditional Formatting with Formulas
Take your Excel skills to the next level and use a formula to
determine which cells to format. Formulas that apply
conditional formatting must evaluate to TRUE or FALSE.
1. Select the range A1:E5.
Example Description
Example Description
Consider the illustration above. Place the cursor in cell E2. Use
the COUNT function in the following calculation. In cell E2,
we get the value 2 from =COUNT (A2:D2).
Functions for Counting
• Use the counter function to count only numbers.
• Use the COUNTA function to count numbers and text.
• Use the COUNTIF function to count based on a
single criterion.
• Use the COUNTBLANK function to count empty cells.
3. AVERAGE()
It is a statistical function. It calculates and returns the
average of the numeric values in the range of cells.
Syntax: =AVERAGE(range)
Example Description
4. COUNTIF ()
To count cells that are equal to a value, count cells that are
bigger than or equal to a value, and so on, use the
COUNTIF function in Excel. The COUNTIF function below
counts how many cells have a value of 20.
LOGICAL FUNCTIONS
To determine whether a condition is true or false, or to
check for many conditions, logical functions are used. The
Logical command button's drop-down menu on the
Formulas tab of the Ribbon contains logical functions. The
essential logical functions used in Ms Excel are IF, AND,
OR, and NOT.
1. AND
The AND Function returns TRUE if all conditions are true
and returns FALSE if any of the conditions are false.
For example, we can apply the AND function in cell D2 below
Explanation: the AND function returns TRUE if the first
score is greater than or equal to 50 and the second score is
greater than or equal to 90, else it returns FALSE.
2. OR
The OR function returns TRUE if any of the conditions are
TRUE and returns FALSE if all conditions are false. For
example, we can apply the OR function in cell D2 below.
4. IF ()
To check whether a condition is true or false, use the IF
function: If the condition is true, one value is returned, and
if the condition is false, a different value is returned.
syntax= IF ( condition ,true action, false action)
Consider the worksheet below.
Example 1:
Suppose HRA is to be decided based on salary, according
to the following table
Salary HRA
<25000 10% of salary
>=25000 25% of salary
Put the cursor focus in cell E2
Enter the following formula that uses the IF function
=IF(C2<25000,C2*10%,C2*25%)
When you're finished, press the enter key. In the workbook,
you will see the following results.
5. TRUE()
This is an example of a logical function. It will return TRUE
as the logical value. There is no need for a parameter or
argument. The
TRUE function is frequently used in financial analysis in
conjunction with other logical functions such as IF, ERROR, and so
on.
Syntax: TRUE()
• LEFT()
• RIGHT()
Returns the specified number of characters from the right
side of a text string. If the number is not specified, it
returns the last character.
Syntax: =RIGHT (String, number)
Cell A2 contains the complete name. The RIGHT function
can be used to extract the last four letters of a given name.
This function returns "DHAV" as a result
• LEN()
USE THE LENGTH FUNCTION The length of a text string is
returned. Characters are counted even if there are spaces
between them.
Syntax: =LEN (string)
1. UPPER()
UPPER function converts all lower case letters in a text
string to upper case
Syntax: =UPPER (string)
2. LOWER ()
LOWER function converts all uppercase letters in a text
string to lowercase. LOWER does not change characters in
text that are not letters.
Syntax :=LOWER(string)
For example ,LOWER(“Avinash Shankar”) .The output of
this function is “ avinash shankar”
3. TRIM ()
TRIM function remove all the extra spaces from the text
except for the single spaces between words.
Syntax :=TRIM(string)
4. DOLLAR ()
It converts a number to text, using a currency
format. Syntax
DOLLAR ( number , [decimal_ places])
The following are the parameters: Number- The number to
convert to text Optional, decimal places It refers to the
number of decimal places that should be displayed. The
number will be rounded accordingly
FINANCIAL FUNCTIONS
Excel financial functions can be used to perform a number
of financial calculations, including yield calculations,
investment valuations, interest rates, internal rate of
return, asset depreciation, and payment calculations. The
finance function in business is to obtain and utilize funds
required for efficient operations.
SYNTAX
=DB(cost, salvage, life, period, [month])
The following arguments are passed to the DB function:
• cost - Initial cost of asset.
• salvage - Asset value at the end of the depreciation.
• life - Periods over which asset is depreciated.
• period - Period to calculation depreciation for.
• month - [optional] Number of months in the first
year. Defaults to 12.
This first example calculates the depreciation for a $20,000
asset with a $10,000 salvage value. The item has a 5-year
useful life. The first year's depreciation is being calculated,
and there are 12 months in the first year. RESULT: $
2580.00 =DB (20000,10000,5,1,12). In the case of second
example calculates the depreciation for a $20,000 asset
with a $10,000 salvage value. The item has a 5-year useful
life. The second year's depreciation is being calculated, and
there are 12 months in the second year
2. DDB function
Syntax
=DDB (cost, salvage, life, period,
[factor]) Arguments are given below
• cost - Initial cost of asset.
• salvage - Asset value at the end of the depreciation.
• life - Periods over which asset is depreciated.
• period - Period to calculation depreciation for.
• factor - [optional] Rate at which the balance
declines. If omitted, defaults to 2.
Consider the following example, which calculates depreciation on a
$20,000 asset with a salvage value of $1,000. The product has
a 5- year life span. Depreciation for the first year is being
calculated. RESULT: $ 8000.00 =DDB(20000,10000,5,1).
The depreciation for the second year is being
calculated. RESULT: $ 2000.00
=DDB(20000,10000,5,2) .The depreciation for the third year is
being calculated. RESULT: =DDB(20000,10000,5,3).
3. VDB Function
The Excel VDB function is used to calculate the
depreciation of an asset over a specified time period using
the Double Declining Balance Method or another specified
depreciation rate. VDB stands for variable declining balance.
It will assist a financial analyst in developing financial models
or constructing a depreciation plan for fixed assets for
examination.
=VDB (cost, salvage, life, start_period, end_period, [factor],[no
switch])
• cost : the asset's cost price
• salvage: The salvage value after the asset has been
fully depreciated.
• Life: The useful life of the asset or the number of
periods that you will be depreciating the asset.
• start period : the year in which the depreciation will begin.
• end period : the depreciation period ends at the end
of the year.
• [factor] : [optional] depreciation factor or rate of
decrease. The default value is 2.
• no_switch: It can either be a value of TRUE or FALSE.
When depreciation exceeds the decreasing balance
calculation, this is an optional logical argument that
determines whether the technique should convert to
straight-line depreciation. The following are the
examples of possible values:
True – Excel will not use the straight-line technique of
depreciation.
False- When depreciation is larger than the decreasing
balance calculation, Excel will switch to the straight-line
depreciation technique
To compute depreciation for an asset that cost $500,000
new and has a salvage value of $50,000 after five years.
We'll figure out the depreciation for a day, a month, and a
year.
The formula for computing daily depreciation is
Simple Interest
4. PMT Function
The PMT function is an Excel built-in function that is
categorized as a financial function. The PMT function
calculates the monthly amount for a loan based on an
interest rate and a fixed payment .
SYNTAX:
PMT (interest rate, number payments, PV, [FV], [Type])
• Parameters or Arguments
• interest rate : The interest rate for the loan.
• number payments: The number of payments for the loan.
• PV: The present value or principal of the loan.
• FV Optional: It is the future value or the loan amount
outstanding after all payments have been made. If this
parameter is omitted, it assumes an FV value of 0.
• Type Optional: It indicates when the payments are due.
If the Type parameter is omitted, If the type parameter is
omitted, it assumes a type value of 0. Type can be one of
the following values:
Value Explanation
0 Payments are due at the end of the period. (default)
1 Payments are due at the beginning of the period.
5. NPER
The NPER function is part of the Excel Financial functions
category. In financial analysis, we often wish to build a
corporate fund. The NPER function will tell us how many
periods we'll need to accomplish our goal amount. It can
also be used to calculate the number of repayment periods
for a loan.
Syntax
Arguments
Formula
=INTRATE (settlement, maturity, investment, redemption,
[basis]) The INTRATE function uses the following
arguments:
• Settlement (necessary argument) – This is the
security's settlement date. When a security is
traded to a buyer, the settlement date is one
year following the issue date.
• Maturity (mandatory parameter) – This is the
security's maturity date, or the day on which it
will expire.
• Investment-The amount that has been invested in
the security (mandatory argument).
• Redemption (required argument) – This is the
amount we will receive at
maturity..
• Basis – OPTIONAL. The basis for which to
calculate the number of days in a year.
Consider an example, We can calculate effective annual
interest rate for a bond with a price of 4000. The
settlement date is 4- January-2018 and the maturity date is
30-April-2019
If there are no periodic interest payments, and the day
count basis is US (NASD)30/360 day count basis is used .
The INTRATE function returns 4%.
We get the result below:
7. Present value(PV)
• Future Value(FV)
Arguments
Syntax
Arguments
=MIRR(A2:A,D1,D2)
Statistical Function
A mathematical technique is applied to a collection of cells
in a worksheet using statistical functions. The SUM
function, for example, is used to add the values in a range
of cells. When applying a mathematical process to a set of
cells, functions are more efficient than formulas.
Function Output
ABS The absolute value of a number
The average or arithmetic mean for a
AVERAGE
group of numbers
The number of cell locations in a range
COUNT
that contain a numeric character
The number of cell locations in a range
COUNTA
that contain a text or numeric character
The highest numeric value in a group
MAX
of number
The middle number in a group of numbers
MEDIAN (half the numbers in the group are
higher than the
median and half the numbers in the
group are
lower than the median)
The lowest numeric value in a group
MIN
of numbers
The number that appears most frequently
MODE
in a group of numbers
The result of multiplying all the values
PRODUCT
in a range of cell locations
SQRT The positive square root of a number
The standard deviation for a group of
STDEV.S
numbers based on a sample
SUM The total of all numeric values in a group
1. MEDIAN
A value that splits a sample into two sections is called the
median. It divides the population or probability distribution
with the same number of values in each section.
2. MODE
MODE will take a list of numbers and calculate the
value that appears the most frequently. If the supplied
data contains two or
more most frequently occurring values, the function
returns the lowest of the two.
3. MEAN
The mean, also known as the statistical mean, is a value
that may be computed by summing all of the data points in
a collection and then dividing the total by the number of
points. The AVERAGE function in Excel does just that: it
adds up all the numbers and divides the total by the
number of numbers.
CORRELATION
Correlation is the measure of association of variables. To
find the correlation coefficient between two variables, use
the CORREL formula in Excel. The correlation coefficient of
arrays 1 and array 2 can be used to determine the
relationship between the two properties. For example, –
consider the relationship between a certain stock and the
market index. Consider the following data set in Excel to
find the correlation coefficient using the Formula.
=CORREL (array1, array2)
Array1 – array of
variable X Array2-
array of variable Y
Let’s find the correlation coefficient for the variable X and Y1.
=CORREL(A2:A6,B2:B6)
Similarly we can find correlation coefficient for(X,Y2) and (X,Y3).
REGRESSION
Consider an example
Date Function
1. To add a number of days to a date, use the following
simple formula.
2. To add the number of years, months and/or days, use
the DATE function.
DATEVALUE FUNCTION
Insert the function DATEVALUE by selecting the
corresponding cells =DATEVALUE(A2)
LOOKUP FUNCTIONS
Excel has a number of functions for searching and
extracting data from a list or table. These are known as
Lookup functions .Lookup & Reference Functions are the
often used formulas in excel along with logical functions. If
two rows or columns are to be compared while doing
financial analysis, LOOKUP function can be used. It is
designed to handle the simplest cases of vertical and
horizontal lookup and they can be used for a variety of
purposes, such as:
• returning the appropriate tax rate based on salary
• returning the data that is at, say, the second
column, third row of a table
• returning the description, price and discount rate of
an item, based on its code in the data inventory.
Reference functions
Reference functions return information about the cell
reference as text values, such as the entire address, the
row or column.
Examples of reference functions are: Column, Row and Address
HLOOKUP and VLOOKUP are more advanced versions of
the LOOKUP function.
VLOOKUP and HLOOKUP are Excel functions that allow to
search a table of data and return appropriate information
based on what the user has entered.
VLOOKUP
Syntax:
=VLOOKUP(value, table, col_index,[range-lookup])
HLOOKUP
HLOOKUP function “ looks for a value in the top row of a
table or array of values and returns the value in the same
column from a row you specify”.
Syntax
=HLOOKUP(value, table, row_ index,[ range-lookup])
• value -The value to be searched in the topmost row
of the table.
• It can be numeric , text or a cell reference.
• table - The range reference or name of the lookup table.
• row_ index is the row number in the table array,
from which the matching value is to be returned.
• range lookup [optional] TRUE=
approximate match(default). FALSE= exact
match.
In our example we can calculate the total strength of
BBA students in the year 2018-19 using the formula
HLOOKUP("BBA",B1:E5,3,1)
TRANSPOSE Function
This function changes the layout of data, from horizontal to
vertical, or from vertical to horizontal. It can be used on its
own, or combined with other Excel functions.
SYNTAX
TRANSPOSE(array)
SYNTAX
=GETPIVOTDATA(data_field,pivot_table,[fileld1,item1],…)
PIVOT TABLE
Pivot Table is an analysis tool, which summarizes a large
amount of data in a readable manner. A pivot table is a
tool for summarizing, sorting, grouping, counting, totaling,
or averaging data in a table. It allows grouping by any
field, and using advanced calculations on them. A pivot
table is a useful Excel reporting tool because it allows users
to quickly assess data and make decisions based on it. This
serves as a huge advantage in the industrial world, where
it is crucial to make precise and quick decisions.
To create a Pivot table, let us consider the
following worksheet.
The dialogue box below appears. Excel will choose the data
automatically. New Worksheet is the default location for a
new pivot table.
3. Click OK.
Drag fields
We can calculate the total amount by dragging the fields
below to the various regions.
The PivotTable Fields pane appears
1. Drag the field ITEM to the raw area.
2. Drag the field AMOUNT to the Values area.
3. Drag the field SALESMAN to the raw area
Pivot table will be generated and displayed on the screen.
HYPERLINK
In Excel, hyperlinks allow users to construct a shortcut to any
worksheet, file, folder, or webpage. The HYPERLINK
function generates a shortcut that opens a document
saved on a network server, intranet, or the Internet, or
moves to another position in the current workbook. Excel
moves to the specified URL or opens the document when
you click a cell that contains a HYPERLINK function.
SYNTAX
HYPERLINK (link_ location, [ friendly _name])
Link_ location - The path to the file or page to be opened.
Friendly_ name – [optional] The link text to display in a
cell.
Consider following worksheet, To link to another cell in the
same worksheet, prefix the cell with “#”
To create a hyperlink to an existing file or webpage,
execute the following steps.
1. Select cell A1.
2. On the Insert tab , in the link group, click Link, a
dialog box appears.
To create a hyperlink to an existing file, select a file
3. To create a hyperlink to a web page, type the Text to
display, the Address , click OK
RESULT
1. Select cell A2
2. On the Insert tab, in the Links group , click Link, a
dialog box appears.
3. Type the Text to display, the cell reference , and click OK.
Result
***
V Semester [Link]. Degree CBCSS (OBE) Regular
Examination, November 2021
(2019 Admns. Only)
Core Course
5B11COM: Computer Application – III
INFORMATION TECHNOLOGY FOR BUSINESS
Time: 2 Hours
Max. Marks: 20
PART – A
Answer any three questions from the following. Each
question carries 1 mark. (3*1=3)
PART B
Answer any three questions from the following. Each
questions carries 3 marks. (3*3=9)
5. Write down the benefits of ERP.
6. Write a note on statistical function in Excel.
7. What are the components of ERP?
8. Write a note on Charts in Excel.
PART C
Answer any one question from the following. The question carries
8 marks. ` (1*8=8)
9. Briefly explain different types of E-payment systems.
[Link] are the characteristics of MIS?
1. What is a customer relationship management system?
• Customer Relationship Management (CRM) is a
sound concept or approach for strengthening customer
relationships while lowering costs and increasing
productivity and profitability in the workplace.
• A CRM system is used by small and large businesses
alike, with the primary purpose of providing effective
customer service.
Customer Relationship Management is an essential technique
for any firm. Because the customer is the most crucial
aspect of every company
2. Explain Management Information System
Example Description
=SUM(C5:C10) Total of numbers in the range C5 to
C10
=SUM(C5.C10,D5.D10) Total of numbers in the range C5 to
C10 and D5 to D10
=SUM(C5,C7,C10,D5) Total of numbers in the cellsC5
,C7,C10 and D5
2. AVERAGE()
It is a statistical function. It calculates and returns the
average of the numeric values in the range of cells.
Syntax: =AVERAGE(range)
Example Description
3. COUNT()
Counts the number of cells that contain numbers in the
specified range. It is a statistical function.
Syntax: =SUM(range)
Example Description
=COUNT(C5:C10) Numeric cells in the range C5 to
C10
=COUNT(C5,C10,D5,D10 Numeric cells in the range C5 to
) C10 and D5 to D10
4. COUNTIF ()
To count cells that are equal to a value, count cells that are
bigger than or equal to a value, and so on, use the
COUNTIF function in Excel. The COUNTIF function below
counts how many cells have a value of 20.
Consider the illustration above. Place the cursor in cell D7. Use
the COUNTIF function in the following formula. In cell D7,
we get the value 2 from = COUNTIF (D2:D6,20). It
demonstrates that Manu and Soorya are both 20 years old.
4. What is a human resource management system?
Function Output
ABS The absolute value of a number
The average or arithmetic mean for a
AVERAGE
group of numbers
The number of cell locations in a range
COUNT
that contain a numeric character
The number of cell locations in a range
COUNTA
that contain a text or numeric character
The highest numeric value in a group
MAX
of numbers
The middle number in a group of
numbers (half the numbers in the group
MEDIAN
are higher than the median and half the
numbers in the group are
lower than the median)
The lowest numeric value in a group
MIN
of numbers
The number that appears most frequently
MODE
in a group of numbers
The result of multiplying all the values
PRODUCT
in a range of cell locations
SQRT The positive square root of a number
The standard deviation for a group of
STDEV.S
numbers based on a sample
SUM The total of all numeric values in a group
Result:
9. Briefly explain different types of E-payment systems.
SEMESTER -5
UNIT-1
E-COMMERCE
UNIT-2
UNIT-3
UNIT-4
SPREADSHEET APPLICATIONS FOR BUSIENSS
Spreadsheet Applications for Business – Conditional formatting
– Charts and diagrams – Logical Functions : AND, OR
NOT, IF , IFNOT, COUNT ,COUNTIF, TRUE- Text
functions: UPPER, LOWER, LEFT, RIGHT,TRIM
,TEXT,LEN DOLLAR,EXACT:
Financial Functions : Depreciation [ DB, DDB, VDB] , simple
Interest [ PMT, NPER, INTRATE] – Present Value, Net
Present Value, Future Value [ PV, NPV, FV] –Internal Rate
of Return [ IRR, MIRR] – Statistical Functions : Mean ,
Median, Mode, Standard Deviation, Correlation ,
Regression – Date & Time Functions
:DATE , DATEVALUE , DAY ,DAYS360, NOW, TIME TIMEVALUE
, WORKDAY, WEEKDAY , YEAR Lookup and Reference
Functions:Hlookup, Vlookup, Transpose
Function, GETPIVOTIDATA-PIVOT
TABLE –HYPERLINK .
PRACTICE QUESTIONS
Question 1
• Create a worksheet as shown below
• Enter the formula to find COMMISSION for the first employee.
The commission rate is 2% of sales, COMMISSION = SALES *
2%
Copy the formula to the remaining employees.
• Enter the formula to find TOTAL SALARY for the first
employee where: TOTAL SALARY = SALARY +
COMMISSION
Copy the formula to the remaining employees.
• Enter formula to find TOTALS, AVERAGE, HIGHEST,
LOWEST, and COUNT values.
Copy the formula to each column.
Output
Panda EST
Monthly Sales Report -July
Sales
[Link] Name sa Amount commis Total
la sion salary
ry
S101 Ahmed 16 2500 50 1650
00
S105 Hassan 18 3000 60 1860
00
S112 Ali 15 2200 44 1544
00
S107 Waleed 20 4500 90 2090
00
S110 Mohammed 17 3500 70 1770
00
S103 Samir 16 2500 50 1650
00
Question 2
Payroll
01-01-
Date 11
EMPL
EMPL name HOURLY Hours gross pay Net pay
Number RATE worked ss tax
Question 3
• Create the worksheet that shows marks secured by the students in
various subjects and find total using auto sum.
2001 Ramu 64 48 56 48
2002 Srikanth 78 57 75 57
2003 Ramesh 59 88 85 88
2004 Radha 86 84 49 84
2005 Kalyan 89 79 59 79
• Find Mean, Median and Mode using above data.
Median 78 79 59 79 303
Mode 1 1 4 1 2
standard
Deviation 13.2551 17.6550 14.77 17.6550 41.955929
• TA = 10% of Basic;
Output
Deductions=basic*10%
PAYROLL
Name Basic HRA TA Deductions Gross TAX Net
Pay Pay
Question 5
OUTPUT
TOTAL TOTAL
ITEM NO. OF ITEM PRICE PRICE
TAX
NO ITEMS PRICE BEFORE AFTER
TAX TAX
100 115 30 100 3450 3550
101 256 12 100 3072 3172
102 49 56 100 2744 2844
103 23 150 100 3450 3550
104 840 5 100 4200 4300
105 200 56 100 11200 11300
106 294 300 100 88200 88300
107 4 90 100 360 360
COUNT OF
ITEMS 8
AVERAGE OF
TAX 100
MIN ITEM PRICE 5
MAX ITEM
PRICE 300
Question 6
OUTPUT
5.00%
RATE
NPER 240
PV 150000
FV 0.00
PMT ₹ -7,500.06
NPER 240
RATE 5%
FV ₹ -0.00
Question 7
• Implement string functions such as len(), left(), right(),
mid(),lower(),upper() and trim().
OUTPUT
LEN( ) 21
LEFT( ) H
RIGHT( )
MID( ) Hru
LOWER( ) hai hru ,i am fine
UPPER ( ) HAI HRU ,I AM FINE
TRIM( ) HAI hru ,I Am FINE