0% found this document useful (0 votes)
27 views8 pages

Finals Ae Cp1

Uploaded by

Linrylle Lesin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views8 pages

Finals Ae Cp1

Uploaded by

Linrylle Lesin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Name: Sinag, Karylle Lindsay D.

Date Submitted: 23 November 2021


Yr./Course: BSA II AE-CP 1 Instructor: Sir Vicente Porto

Preliminary Activity
1. Open the MS Excel application.

2. Recall how to use the MS Excel application.


3. Using MS Excel application, create a calendar for this month and apply text formatting to
make it attractive.
My answer is on the Excel format.

Explore
1. Review how to create formulas and functions in MS Excel.

Activity 1.
Manuel has allocated P1000.00 as budget for his weekly expenses. Using MS Excel
spreadsheet, help Manuel create a budget allocation plan.
My answer is on the Excel format.

Explain
Activity 1.
1. What is a simple Formula? and Complex formula? Give an example and explain.

FORMULA
A formula is an equation that performs computations on values in a worksheet, such as
addition, subtraction, multiplication, and division. A value in Excel can be a number, a cell address,
a date, text, or Boolean data, although in formulae, it's usually a number or cell address. Operands
and computation operators are the two parts of a formula. The values to be employed in the
calculation are identified by the operands. A constant value or a variable, such as a cell reference,
a range of cells, or another formula, can be used as an operand. A constant is a value that is directly
inserted into a formula as a numeric or text value. A variable is a symbol or name that stands for
something else, such as a cell address or a range of cells. The computations to be conducted are
specified by calculation operators. All formulas begin with an equal sign (=) to help Excel
distinguish them from data.

A simple formula, such as 7+9, is a mathematical equation with only one operator. A
complicated formula, such as 5+2*8, has more than one mathematical operator. When a formula
has many operations, the order of operations instructs Excel which one to calculate first.

In your worksheet, you can create a basic formula to add, subtract, multiply, or divide data.
Simple formulas generally begin with the equal sign (=), followed by numeric constants and
calculation operators like plus (+), minus (-), asterisk (*), and forward slash (/).

Let's look at a basic formula as an example.

1.1 On the worksheet, click the cell where you want the formula to be entered.

1.2 Type = (equal sign) followed by the constants and operators you want to use in the
calculation (up to 8192 characters).

Type =1+1 in our example.

1.3 Press Enter (Windows) or Return (Macintosh) to begin (Mac)

Example #2

I'll show you a simple addition example in this example. I have two numbers: one is ten
and the other is fifteen. We'll make the calculation in simple math’s like this.
The sum of 10 and 15 is 25.

Now, look at the excel image below. In cell A1 and A2, I have 10 and 15, respectively.

Now I want to add these two numbers. I can do this calculation in two ways. All
the formulas in excel will start with an equal sign (=).

Either I can enter the numbers directly to the cell, or I can give a cell reference.
Look at the below image. I have passed the two numbers to the addition directly.

In cell D1, I have entered the formula as =10+15. This is not the dynamic formula
because I have not given any cell references here. Suppose I want the formula to show 30.
As a result, I need to edit the formula and change the values.

Now, look at the below dynamic formula.


Now, look at the above image. In cell A3, I have mentioned the formula
as =A1+A2. Instead of supplying the values directly to the formula, I have given a
reference to cells A1 and A2.

This is the dynamic formula because to change the result of the formula; I need not
change the formula; rather, I can change the values in cells A1 and A2.

Complex (advanced) Excel formulas include more than one calculation, for
example =10*5+20 or =SUM (A1:A10)/2.

2. What are the elements of a formula?

Elements of Microsoft Excel formulas

When creating a formula in Excel, you can utilize several elements to provide the
formula with source data and to specify which operators should be applied to that data.
You can include any or all of the following sections in your formula, depending on the type
of formula you create:

Constants are integers or text values that are directly entered into a formula, such
as =2*3.
Cell references - = SUM, for example, is a cell reference to a cell containing the
value you want to utilize in your Excel formula (A1, A2, B5). Use a range reference
like A1:A5 to refer to data in two or more adjacent cells. To sum values in all cells
between A1 and A5, for example, use the following formula: = SUM (A1:A5).

Names - = SUM is a specified term for a cell range, constant, table, or function
(my name).

Functions - Excel formulae that perform computations based on the values


entered into their parameters.
Operators - special symbols indicating the sort of operation or computation to be
carried out.

3. What is an Excel Function?

A PREDEFINED EXCEL FUNCTION is a formula that is utilized for certain


values in a given order. For rapid tasks such finding the sum, count, average, maximum
value, and minimum value for a range of cells, the function is employed. The SU M
function, for example, is used in cell A3 to determine the sum of the range A1:A2.

➢ SUM for summation of a range of numbers


➢ AVERAGE for calculating the average of a given range of numbers
➢ COUNT for counting the number of items in a given range

When working with Excel, functions boost user efficiency. Let's imagine you want
to know the entire cost of the home goods budget mentioned above. To make things easier,
you can use a formula to calculate the total. You'd have to reference the cells E4 through
E8 one by one with a formula. You would have to use the formula below.

= E4 + E5 + E6 + E7 + E8

With a function, you would write the above formula as:

=SUM (E4:E8)

As you can see from the above function used to get the sum of a range of cells, it is
much more efficient to use a function to get the sum than using the formula which will
have to reference a lot of cells.

4. What is chart?
A chart is a graphical representation of numeric data in a worksheet. Data values
are represented by graphs with combinations of lines, vertical or horizontal rectangles
(columns and bars), points, and other shapes. When you want to create a chart or change
an existing chart, you can choose from 16 chart types with numerous subtypes and combo
charts. These include five new chart types offered in Excel 2016—Treemap, Sunburst,
Histogram, Box & Whisker, and Waterfall. Table 12-1 gives a brief description of the most
commonly used Excel chart types.

Chart Type Description Usual Data Arrangement


COLUMN Useful for comparing Category (in any order) or
values across categories or time are usually on
a time period. Data points horizontal axis and values
are vertical rectangles. are on vertical axis.

LINE Useful for showing trends Time in equal units on


in data at equal intervals. horizontal axis and values
Displays continuous data on vertical axis.
over time set against a
common scale. Values are
represented as points along
a line.

PIE Useful for comparing the Only one data series and
size of items in one data none of the values are
series and how each slice negative or are zero.
compares with the whole.
Data points are displayed as
a percentage of a circular
pie.

DOUGHNUT Useful for displaying the Categories are colors of


relationship of parts to a circular bands and the size
whole. Can contain more of the bands are the values
than one data series. Values of each band.
are represented as sections
of a circular band.

BAR Useful for illustrating Categories or time are along


comparisons among the vertical axis and values
individual items when axis are along the horizontal
labels are long. Values are axis.
represented as horizontal
rectangles.
AREA Useful for emphasizing Categories or time are on
magnitude of change over the horizontal axis and
time. Shows relationships values are on the vertical
of parts to the whole. axis.
Values represented as
shaded areas.

XY (SCATTER) Useful for showing The independent variable is


relationships of one usually on the horizontal
numeric set of data against axis and the dependent
another numeric set of data variable is on the vertical
to see whether there is a axis.
correlation between two
variables.

BUBBLE Useful for comparing three First value is horizontal


sets of values. distance, second value is
vertical distance, and third
value is the size of bubble.

STOCK Useful for illustrating the For each time period, there
fluctuation of stock prices are three to five numbers.
or scientific data when
there is a start, end, high,
and low value during each
period.

SURFACE Useful for finding optimum Both categories and values


combinations between two are numeric values.
sets of data. The resulting
plot looks similar to a
topographic map or piece
of cloth draped over points.

RADAR Useful for showing First column is label of


multiple variables for each spike. First row is label of
subject, standardized to the units. Values for each unit
same scale. Represents go down each column
values as points that radiate starting in the second
on spikes from the center. column after the row labels.

COMBO Two or more chart types,


such as line and column,
depicted in a single graphic.
Activity 2.
1. Get the total budget for the week using Sum function.
2. Get the Total average using Average function.
3. Get the Minimum and maximum amount of budget for the week.
4. Get the total amount for Monday to Friday.

My answer is on the Excel format.

Activity 3: Present the total amount per day in a week using pie chart.

My answer is on the Excel format.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy