8.electronic Spreadsheetnotes
8.electronic Spreadsheetnotes
8.electronic Spreadsheetnotes
2023
5.ELECTRONIC SPREADSHEET
Definition of Spreadsheet:
A spreadsheet or worksheet is a file made of rows and columns that help
sort, organize, and arrange data efficiently,and calculate numerical data.
Microsoft Excel.
Google Workspace.
Quip.
Apple Numbers.
Zoho Sheet.
Minitab Statistical Software.
LibreOffice.
WPS Spreadsheets.
Advantages of Spreadsheets
Applications of spreadsheet
Business Data Storage
Accounting and Calculation Uses
Budgeting and Spending Help
Assisting with Data Exports
Data Sifting and Cleanup
Generating Reports and Charts
Business Administrative Tasks
Rows and columns. All of your information is neatly organized in one easy-
to-read space through a spreadsheet's grid system of rows and columns.
Formulas and functions. ...
Data filtering and visualization. ...
Custom formatting. ...
Accounting. ...
Analytics. ...
Presentations. ...
Project management.
Title bars
Menu bar
Formula bar
Status bar
Tool bar
Formulas: calculate values in a specific order. A formula always begins with an
equal sign (=). Excel for the web interprets the characters that follow the equal sign
as a formula.
These are defined by the user for their specific purpose,which is not available for
other users.
Ex:Max(),MIN(),Sqrt() etc
Column Chart
Line Chart
Pie Chart
Bar Chart
Area Chart
XY (Scatter) Chart
Bubble Chart
Stock Chart
Surface Chart
Radar Chart
Combo Chart
Column Chart
A Column Chart typically displays the categories along the horizontal (category)
axis and values along the vertical (value) axis. To create a column chart, arrange
the data in columns or rows on the worksheet.
Line Chart
Line charts can show continuous data over time on an evenly scaled Axis.
Therefore, they are ideal for showing trends in data at equal intervals, such as
months, quarters or years.
Pie Chart
Pie charts show the size of items in one data series, proportional to the sum of the
items. The data points in a pie chart are shown as a percentage of the whole pie. To
create a Pie Chart, arrange the data in one column or row on the worksheet.
Pie
3-D Pie
Pie of Pie
Bar of Pie
bar Chart
Bar Charts illustrate comparisons among individual items. In a Bar Chart, the
categories are organized along the vertical axis and the values are organized along
the horizontal axis. To create a Bar Chart, arrange the data in columns or rows on
the Worksheet.
Adarsha College Of Management And Science,Kolar Page 5
INFORMATION SYSTEM AND COMPUTERS
2023
Clustered Bar
Stacked Bar
100% Stacked Bar
3-D Clustered Bar
3-D Stacked Bar
3-D 100% Stacked Bar
Area Chart
Area Charts can be used to plot the change over time and draw attention to the total
value across a trend. By showing the sum of the plotted values, an area chart also
shows the relationship of parts to a whole. To create an Area Chart, arrange the
data in columns or rows on the worksheet.
XY (Scatter) Chart
XY (Scatter) charts are typically used for showing and comparing numeric values,
like scientific, statistical, and engineering data.
Bubble Chart
A Bubble chart is like a Scatter chart with an additional third column to specify the
size of the bubbles it shows to represent the data points in the data series.
Bubble
Bubble with 3-D effect
Stock Chart
As the name implies, Stock charts can show fluctuations in stock prices.
Stock chart can also be used to show fluctuations in other data, such as daily
rainfall or annual temperatures.
To create a Stock chart, arrange the data in columns or rows in a specific order on
the worksheet.
For example, to create a simple high-low-close Stock chart, arrange your data with
High, Low, and Close entered as Column headings, in that order.
High-Low-Close
Open-High-Low-Close
Surface Chart
A Surface chart is useful when you want to find the optimum combinations
between two sets of data. As in a topographic map, colors and patterns indicate
areas that are in the same range of values.
Ensure that both the categories and the data series are numeric values.
Adarsha College Of Management And Science,Kolar Page 7
INFORMATION SYSTEM AND COMPUTERS
2023
Radar Chart
Radar charts compare the aggregate values of several data series.
To create a Radar chart, arrange the data in columns or rows on the worksheet.
Radar
Radar with Markers
Filled Radar
Combo Chart
Combo charts combine two or more chart types to make the data easy to
understand, especially when the data is widely varied. It is shown with a secondary
axis and is even easier to read. To create a Combo chart, arrange the data in
columns and rows on the worksheet.
Step 1: Select the cell with the output you want to change
Step 5: Type the number you want to hit into the “To value” field
Here are just a few examples of what Excel's data validation can do:
Formula
Formula
MIN
MIN function returns the lowest value from a list of values
Syntax
= MIN(number1, [number2], …)
MAX
The Excel MAX Function is listed under Microsoft Excel’s Statistical Functions category. It
returns
the largest value from a list of values
Syntax
= MAX(number1, [number2], …)
COUNT Function
It returns a count of the numbers from the values you specify.
Syntax
= COUNT(value1, [value2],……. …)
COUNTA Function
The Excel COUNTA Function is listed under Microsoft Excel’s Statistical Functions category. It
Syntax
= COUNTA(value1, [value2], …)
COUNTIF
The Excel COUNTIF Function is listed under Microsoft Excel’s Statistical Functions category.
It returns a count of the numbers which meet the condition you specify.
Syntax
= COUNTIF(range, criteria)
Stdev(): The function will estimate the standard deviation based on a sample.
Formula
=STDEV(number1,[number2],…)
Mean():The mean is calculated by adding up a group of numbers and then dividing the sum by
the count of those numbers.
For example, to calculate the mean of numbers {1, 2, 2, 3, 4, 6}, you add them up, and then
divide the sum by 6, which yields 3: (1+2+2+3+4+6)/6=3.
Mode():MODE returns the most frequently occurring, or repetitive, value in an array or range
of data.
Syntax
MODE(number1,[number2],...)
Median():Returns the median of the given numbers. The median is the number in the middle
of a set of numbers.
Syntax
MEDIAN(number1, [number2], ...)
VAR.P(number1,[number2],...)
Correlation():
The CORREL function returns the correlation coefficient of two cell ranges. Use the
correlation coefficient to determine the relationship between two properties. CORREL(array1,
array2)
Formula
=PERCENTILE(array,k)
QUARTILE():
Returns the quartile of a data set. Quartiles often are used in sales and survey data
to divide populations into groups
Syntax
QUARTILE(array,quart)
RANK():
Returns the rank of a number in a list of numbers. The rank of a number is its size
relative to other values in a list. (If you were to sort the list, the rank of the number
would be its position.)
RANK(number,ref,[order]
Financial Functions:
The finance function in business refers to the functions intended to acquire and manage
financial resources to generate profit.The following are the financial funcitons
PV ( ):
Syntax
NPV( ) :The NPV() is an Excel Financial function that will calculate the Net
Present Value (NPV) for a series of cash flows and a given discount rate.
NPV(rate,value1,[value2],…)
NPER():
Returns the number of periods for an investment based on periodic, constant payments
and a constant interest rate.
Syntax
NPER(rate,pmt,pv,[fv],[type])
Pmt : The payment made each period; it cannot change over the life of the annuity.
Typically, pmt contains principal and interest but no other fees or taxes.
Pv : The present value, or the lump-sum amount that a series of future payments is worth
right now.
Fv : The future value, or a cash balance you want to attain after the last payment is made. If
fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0).
PMT():
one of the financial functions, calculates the payment for a loan based on
constant payments and a constant interest rate.
Syntax
Fv Optional. The future value, or a cash balance you want to attain after
the last payment is made. If fv is omitted, it is assumed to be 0 (zero), that is,
the future value of a loan is 0.
Type Optional. The number 0 (zero) or 1 and indicates when payments are
due.
RATE():
IRR ():
IRR will return the Internal Rate of Return for a given cash flow, that is, the initial
investment value and a series of net income values.
SLN ():
The Excel SLN function returns the depreciation of an asset for one period, calculated with a
straight-linemethod. The calculated depreciation is based on initial asset cost, salvage value, and
the number of periods over which the asset is depreciated.
SYD():
Returns the sum-of-years' digits depreciation of an asset for a specified period.
Salvage Required. The value at the end of the depreciation (sometimes called the salvage
value of the asset).
Per Required. The period and must use the same units as life.
IPMT():
It returns the interest amount of a loan payment in a given period, assuming the interest
rate and the total amount of a payment are constant in all periods.
DB():
Returns the depreciation of an asset for a specified period using the fixed-declining
balance method.
Logical functions:
Logical functions are used in spreadsheets to test whether a situation is true or false.
Depending on the result of that test, you can then elect to do one thing or another.
The IF Function:
The IF function is the key logical function used for decision making. It takes the
format:
=IF(condition, true, false)
For example, you could use the following formula:
=IF(B2 > 400, “High”, “Low”) where,
B2 > 400 is the condition being tested
(this could be translated as “Is the value in cell B2 greater than 400?”)
“High” is the text to display if B2 is greater than 400 (the result
of the test is yes or TRUE)
“Low” is the text to display if B2 is less than or equal to 400
(the result of the test is no or FALSE)
This will only return the result TRUE if the value in cell B2 is greater than 400 and
the value in cell C2 is less than 300. In all other situations, the result will be
FALSE
The OR Function
The OR function is also used to compare more than one condition. It returns TRUE
if any of the conditions are met, and takes the format:
=OR(condition1, condition2,...)
For example, you could use the following formula:
=OR(B2 > 400, C2 < 300) where,
B2 > 400 is the first condition being tested
C2 < 300 is the second condition being tested
This will return the result TRUE if either the value in cell B2 is greater than 400 or
the value in cell C2 is less than 300. The result will be FALSE only if neither of
the conditions is met
returning the logical opposite of the condition test. If the condition test
returns the value TRUE, the NOT function will return the value FALSE.
VLOOKUP Function
The VLOOKUP function is a premade function in Excel, which allows searches across columns.
Formula
1. Select the range of cells, the table, or the whole sheet that you want to apply
conditional formatting to.
2. On the Home tab, click Conditional Formatting.
Adarsha College Of Management And Science,Kolar Page 19
INFORMATION SYSTEM AND COMPUTERS
2023
Data Analysis
This section illustrates the powerful features Excel has to offer to analyze data.
1 Sort: You can sort your Excel data on one column or multiple columns. You can
sort in ascending or descending order.
2 Filter: Filter your Excel data if you only want to display records that meet certain
criteria.
4 Charts: A simple Excel chart can say more than a sheet full of numbers. As you'll
see, creating charts is very easy.
5 Pivot Tables: Pivot tables are one of Excel's most powerful features. A pivot
table allows you to extract the significance from a large, detailed data set.
6 Tables: Master Excel tables and analyze your data quickly and easily.
7 What-If Analysis: What-If Analysis in Excel allows you to try out different
values (scenarios) for formulas.
8 Solver: Excel includes a tool called solver that uses techniques from the
operations research to find optimal solutions for all kind of decision problems.
To get the Descriptive Statistics in Excel, you need to have the Data Analysis
Toolpak enabled.
Below are the steps to enable the Data Analysis Toolpak in Excel:
4. In the Excel Options dialog box, click on Add-ins in the left pane
5. From the Manage drop-down (which is at the bottom of the dialog box),
select ‘Excel Add-ins’
A PivotTable
If you don’t see a chart you like, click All Charts to see all the available
chart types.
4. When you find the chart you like, click it > OK.
5. Use the Chart Elements, Chart Styles, and Chart Filters buttons, next to
the upper-right corner of the chart to add chart elements like axis titles or
data labels, customize the look of your chart, or change the data that is
shown in the chart.
6. To access additional design and formatting features, click anywhere in the
chart to add the CHART TOOLS to the ribbon, and then click the options
you want on the DESIGN and FORMAT tabs.