Excel 2024 A Comprehensive Guide To Learn All The Functions Formulas
Excel 2024 A Comprehensive Guide To Learn All The Functions Formulas
By
BRIAN MARROW
© Copyright 2024 by BRIAN MARROW- All rights
reserved.
This document provides exact and reliable information
regarding the topic and issues covered. The publication is
sold with the idea that the publisher is not required to
render accounting, officially permitted or otherwise qualified
services. If advice is necessary, legal, or professional, a
practiced individual in the profession should be ordered.
From a Declaration of Principles which was accepted and
approved equally by a Committee of the American Bar
Association and a Committee of Publishers and Associations.
In no way is it legal to reproduce, duplicate, or transmit any
part of this document in either electronic means or printed
format. Recording of this publication is prohibited, and any
storage of this document is not allowed unless with written
permission from the publisher. All rights reserved.
The information provided herein is stated to be truthful and
consistent, in that any liability, in terms of inattention or
otherwise, by any usage or abuse of any policies, processes,
or Instructions contained within is the solitary and utter
responsibility of the recipient reader. Under no
circumstances will any legal responsibility or blame be held
against the publisher for any reparation, damages, or
monetary loss due to the information herein, either directly
or indirectly.
Respective authors own all copyrights not held by the
publisher.
The information herein is solely offered for informational
purposes and is universal. The presentation of the
information is without a contract or any guaranteed
assurance.
The trademarks that are used are without any consent, and
the publication of the trademark is without permission or
backing by the trademark owner. All trademarks and brands
within this book are for clarifying purposes only and are
owned by the owners themselves, not affiliated with this
document.
Contents
Introduction
Chapter 6: Five Ways Excel Can Improve Productivity during Your Work from
Home
12.7 How to use the Data Validation along with the Data Entry Form?
15.1 Slicers
15.2 Timelines
Conclusion
Introduction
Microsoft Excel is a spreadsheet application developed by
Microsoft. Microsoft's Office productivity package includes
Excel. Unlike Microsoft Word, Excel organizes data into rows
and columns. A cell is a point where the row and column
meet. Every cell may contain a single information item, such
as text, an anticipated value, or a formula. Excel received
the pseudonym Odyssey throughout development.
Spreadsheets (Worksheets) are tabular data storage and
organization tools generated in MS Excel. Microsoft Excel is
one of the most extensively used programs on the planet.
Excel offers powerful capabilities and tools, and
international IT firms utilize it in various applications. It is
simple to enter data, read it, and run simulations. Excel
makes it simpler to deal with data by organizing it into
useful formats. It may be found in corporate operations also
small and medium-sized organizations.
MS Excel works with all other Office programs. Excel
spreadsheets may be readily pasted into Word documents
or PowerPoint presentations to add visual intricacy.
Excel’s most popular applications are as follows:
Data entry
Charting & graphing
Data management
Financial analysis
Time management
Programming
Financial modeling
Accounting
Task management
Customer relationship administration
Anything that must be organized
Many businesses rely completely on Excel spreadsheets for
their financial planning, and accounting requirements.
Even though Excel is a "data" processing tool, financial data
is the most common kind of data processed. Excel's
durability and accessibility are its finest advantages, even if
there are other financial software built to do complicated
duties.
Chapter 1: What is Excel?
Microsoft Excel is a useful and effective tool for data
processing and analysis. It is a database application
containing numerous columns and rows; each intersection is
referred to as a "cell." Each cell holds a single piece of
information or data. By arranging the data in this style, you
may quickly discover specifics and extract information from
changing data.
Excel is a Microsoft spreadsheet-based software tool that
coordinates data and documents using formulae and
functions. Companies of various sorts use Excel analysis all
around the globe to do financial analysis.
Then you enter =SUM and (B2: B6 * C2: C6) in the places
where you want the number to appear. The array formula is
then finished using keyboard shortcuts such as Ctrl + Shift
+ Enter and the addition of curly brackets to the formula.
Before adding the subtotals, this method multiplies the
standard values in the provided list.
Quick Insert
If you find the most recent formula redundant, choose the
Recently Used option instead of retyping it. It is the third
menu item on the Formulas page, next to AutoSum.
3.2 Basic Formulas for Excel Workflow
SUM
The first Excel calculation you may learn is the SUM
function. In most cases, values from a selection of columns
or rows from the selected settings are aggregated.
=SUM (number1, [number2], …)
Example:
"=SUM (A10:A12)" Starting at Cell A10 and finishing at Cell
A12, this formula will sum up all the values in the range.
"=SUM (B2:G2)" This formula adds up all the values in the
range beginning at Cell B2 and ending at Cell G8.
"=SUM(B2:B7, B9, B12:B15)" This formula is a little more
advanced since it will add up all of the values in the range
B2 to B7, then omit any value in cell B8, then add up the
value in B9, then omit all of the values in cell B10 to B11,
and finally add up all of the values in B12 to B15.
"=SUM (A2:A8)" divided by 20 will give you a result that you
may use to convert your fraction into a simple formula.
Use of AVERAGE
This function aids in calculating simple averages for a given
collection of data, i.e., you can quickly compute the average
performance of stockholders in a shareholding pool by using
the formula "=AVERAGE" followed by the syntax
(number1,2,3, and so on...).
Example:
"=AVERAGE (B4:B12)" produces an average value for a
range of values beginning at B4 and ending at B12.
COUNT
The COUNT function counts the number of cells in a
collection of numeric values alone.
For instance, the formula =COUNT and insert (value1,
[value2],) counts the numeric values.
Example:
COUNT (A: A) This function will assist you in counting all
numerical values in a set located at A. To count the rows,
you must change the range.
For example, COUNT and insert (A1:C1) may now count
rows.
COUNTA
COUNTA, like COUNT, counts all the cells in a rage.
Regardless of cell type, it does, however, count all cells. This
function often counts days, hours, sequences, logical values,
errors, null strings, and text, unlike COUNT, which only
counts numerically.
=COUNTA (value1, [value2], …)
Example:
"COUNTA (C2:C13)" is a formula that can count the number
of rows in column C beginning from 2 to 13, regardless of
the kind of data. However, unlike the COUNT function, the
user cannot count the number of rows using the same or
same formula. When applying this formula, the range within
the brackets must be adjusted - for example, the formula
"COUNTA (C2:H2)" will provide a total count of values from
column C to column H.
IF
The IF function is often used when you want to sort data
according to a set of criteria. The IF formula has the
advantage of allowing you to utilize formulae and functions.
For instance, if you use the phrase =IF followed by any
logical test, you will get true or false results. If the value is
true, the outcome will be true; the result will be false if it is
false.
Example:
=IF (J2K3, 'TRUE' else 'FALSE') – this function checks if any
value in cell K3 is larger than that in cell J2. Depending on
the function's logic, the outcomes will be true or false.
"=IF(B2>C2, True, False)" is an example of how to interpret
this difficult IF logic. If any value in cell b2 is more than the
cell value in cell c2, this function will display "yes" in the
column where the formula is entered; else, it will display
"false" in the cell.
TRIM
The TRIM function prevents mistakes in your functions from
being caused by disorderly spaces. It denotes that there are
no open positions. Unlike other activities that may operate
on a cluster of cells, TRIM only acts on a single cell.
Consequently, it suffers from the disadvantage of
duplicating information in a spreadsheet.
Function like =TRIM (text)
Example:
e.g., TRIM(A2): Eliminates the empty places in the cell A2
value.
MAX & MIN
To identify the biggest and lowest values in a collection, the
functions Max and MIN are often employed. The following is
the function.
First, type the "=" symbol, then "MIN or MAX," then choose
a number or a range.
Example:
=MIN(c15:c20) This formula will give you a minimum value
in the range of C15 to C20, and you can get the highest
value by replacing the "MIN" with "MAX."
Example:
"=MAX type" then choose a range that begins at B2 and
ends at C11 – In the same way, it will discover the highest
number in the provided range.
3.3 Excel Shortcuts
Before diving into Excel shortcuts, it is good to go through
the standard terminology for the main Excel components.
CHOOSE
The formula is given as follows:
=CHOOSE (Choice, option1, 2, 3)
For financial simulation scenario analysis, the CHOOSE role
is perfect. It invites you to pick from various options and
allows you to return your "decision." Assume you have three
different sales growth estimates for next year: 5%, 12%, and
18%. Using the CHOOSE formula, you may tell Excel you
desire choice #2 and obtain a 12 percent return.
XNPV and XIRR
Formula: = XNPV (discount rate, cash flows, dates)
If you work in investment management, market research,
financial planning & analysis (FP&A), or any branch of
business finance that discounts currency flows, these
formulas might come in handy.
XIRR and XNPV permit you to date each discounted cash
flow separately. The issue with Excel's simplistic NPV and
IRR formulae is that they assume that the time intervals
between cash flows are equal. As an economist, you will
encounter situations where cash balances are not evenly
spread frequently, and this formula will help you address the
problem.
Therefore, you will copy cell D 2 and paste it into other cells
instead of inputting the formula for every cell one by one
(D3: D8). You will see that the cell relation changes to the
appropriate row when you do so. For example, in cell D3,
the formula becomes B3 * C3, whereas, in cell D4, the
formula becomes B4 * C4.
The ROW feature returns the excel row total for the current
row. Subtract one if the data starts on the second row. Look
at the illustration below. =ROW ()-3 is a formula that may
calculate the number of rows in a row.
Drag the formula over the remaining rows, and the outcome
is as follows:
All the Fill Handle and Fill Series settings are fixed.
Whether you pass or delete a record or row in the
dataset, the row number remains the same.
The ROW tool in Excel can offer you precise counts
if you cut and copy the data.
Chapter 8: MS Excel WORKDAY.INTL
Function
The Excel Date & Time functions category includes the
WORKDAY.INTL feature. Because it deals with weekend
parameters that may be changed, it is a more adaptable
version of the WORKDAY function. WORKDAY.INTL may
provide you with the date N days of working within the past
or future, enabling you to plan your weekends. You may also
use this functionality to add or subtract days from a date.
A WORKDAY.INTL function may be used in financial analysis
to compute the number of workdays worked by employees,
due payment dates, projected order delivery times, and
debtor aging plans. The most significant advantage is that
you can no longer modify weekends, enabling you to do so
in different nations for various weekends.
Formula
=WORKDAY.INTL (start_date, day, [weekend], [holiday])
Start date (necessary function) –The date on which the
procedure will begin.
Weeken Weekend days
d
number
One or Saturday, Sunday
omitted
2 Sunday, Monday
3 Monday, Tuesday
4 Tuesday, Wednesday
5 Wednesday, Thursday
6 Thursday, Friday
7 Friday, Saturday
11 Sunday only
12 Monday only
13 Tuesday only
14 Wednesday only
15 Thursday only
16 Friday only
17 Saturday only
As you can see, the Excel input type offers a wide range of
keys. Here is a summary of what each button does:
In addition to this, you may use the following buttons to
navigate:
Precedent Transactions
Another relative evaluation is precedent transactions
analysis, which compares the company in issue to other
firms in the same market that have been sold or acquired in
the past. The take-over charge, which was included in the
purchase price, is included in both selling valuations.
The figures represent the overall value of a business. They
are useful for M&A transactions, but as time passes, they
may become out of date and no longer reflect current
demand. The most common method is to employ comps or
stock trading multiples.
DCF Analysis
In DCF analysis, an investor forecasts the company's future
free cash flow and discounts it back to today at the firm's
WACC (Weighted Average Costs of Capital).
As part of the DCF analysis process, Excel is used to develop
a financial model for the company. It is the most
comprehensive of the three approaches, requiring the most
predictions and conclusions. On the other side, the time and
effort required to develop a DCF model deliver the most
exact value. The analyst will do a sensitivity analysis and
utilize a DCF model to anticipate value based on several
scenarios.
The DCF value is often determined for bigger organizations
using a sum-of-the-parts approach, in which multiple
business divisions are analyzed individually and then
combined.
Chapter 14: Mathematical and
Statistical Functions
In Excel, functions are an alternative to formulae for doing
mathematical computations. Statistical functions apply a
quantitative procedure to a collection of cells in a
worksheet. To sum the values in a group of cells, the SUM
function is employed. A collection of often used statistical
characteristics is shown in the table. Functions are more
powerful than formulae when applying a mathematical
procedure to a group of cells. If you used a formula to sum
the values in numerous cells, you would have to apply each
cell location to the computation one at a time. Applying the
values to a few hundred cell places will take a long time.
When you employ a function, all the cells that contain the
numbers you wish to sum will be highlighted rapidly.
14.1 Excel Math Functions
Excel has a variety of basic and complex mathematical
functions, including the ability to calculate exponentials,
logarithms, and factorials. The functions collection will take
a long time to write. So, go through a few basic arithmetic
functions that you could find useful in your day-to-day
activities. The four most important Excel functions for
adding up the values of cells in each set are listed below.
1. SUM Function
SUM returns the sum of its arguments (number1,
[number2],). You may utilize numbers, cell references, and
formula-driven numeric values as parameters.
For example, the basic arithmetic formula =SUM (A1:A3, 1)
sums the values in cells A1, A2, and A3 and adds 1 to the
total.
SUMIF and SUMIFS Functions
Both responsibilities total the number of cells in a spectrum
that meet a set of criteria. The difference is that SUMIF can
only evaluate one criterion, but SUMIFS can examine many
criteria.
15.1 Slicers
Slicers are point-and-click applications that let you fine-tune
the data in an Excel PivotTable. You may easily change the
data in your PivotTable with the help of a slicer.
15.2 Timelines
Timelines are a slicer that you may use to alter the dates in
your PivotTable results. If your data includes dates, you may
use Timelines to choose data from different periods.
Go to Analyze > Insert Timeline to add a Timeline to your
sophisticated Excel PivotTable. A Timeline is a slicer that
controls the data in an advanced Excel PivotTable based on
the date.
To add a Timeline, choose a PivotTable (by clicking inside it),
go to the Excel ribbon, and select Insert > Timeline. Tick the
box in the pop-up window for your date column (or many
columns) and click OK to create a timeline.
Using the Tabular View, you can make the PivotTable seem
like a standard table with rows and columns.
15.4 Calculated Fields
You may use calculated fields to add a column to your
PivotTable that was not in the original data. Using normal
arithmetic operations, you will be able to create new fields
to work with. Combine two current columns using math to
create a whole new one.
Consider the case below: You keep track of income in a
database. You know how many items were manufactured
and how much each one cost. This is the best time to
compute the order amount by using a calculated field.
Using measured fields, start by clicking inside a PivotTable
and then choosing Analyze on the ribbon. Then, from the
Fields, Items & Sets menu, choose Calculated Field.
Start Excel
Fill in the blanks in the sample data table above.
This is how your worksheet may now look.
To get the desired chart type, follow the instructions below.
The default value is None, implying that the data table is not
replicated inside the graphic.
Legend Keys displays the data set behind the list by
presenting the data table. The legend would also be color-
coded.
The data table is also shown underneath the
graphic but without the legend.
To Add Gridlines
Click Add the Chart Element and then Gridlines to add a
chart. In addition to More Grid Line Options, there are four
variations: Primary Major Horizontal, Primary Minor
Horizontal, Primary Major Vertical, and Primary Minor
Vertical. Primary Major Horizontal gridlines are automatically
added to a column table by Excel.
You may choose as many different gridlines as you wish by
hitting the options button. When all four gridline options are
chosen, your chart looks.
To Add a Legend
From the Add the Chart Element drop-down option, choose
Legend. More Legend Preferences has five legend
placement options: None, Top, Left, Right, and Bottom.
The legend's location is determined by the kind and style of
your chart. Choose the option on your chart that looks to be
the most tempting. Your chart looks like when you hit the
Right legend placement button.
To Add a Trendline
From the Add the Chart Element drop-down option, choose
Trendline. In addition to Further Trendline Options, there are
five options: None (default), Linear, Linear Forecast,
Exponential, and Moving Average. Make sure you are
collecting data using the proper tool. You will go with Linear
in this scenario.
.
When comparing five different commodities across time,
Excel generates a trendline for each one. To create a linear
trendline for Product A, click the blue OK button.
.
The linear evolution of Product A will now be represented as
a dotted trendline on the chart. The legend in Excel has now
been changed to linear (Product A).
.
To see the trendline equation on the chart, double-click on
it. On the right side of the screen, the Format Trendline
window appears. Check the box after the display
computation on the chart box at the bottom of the screen.
The formula will be as follows:
Adjust Quick Layout
The toolbar's second dropdown option, Quick Arrangement,
allows you to quickly change the layout of objects in your
chart (legend, titles, clusters, etc.).
There are eleven basic interface options available. Hover
your mouse over the several options for a description and
choose the one you wish to use.
Change Colors
The next dropdown choice in the toolbar is Change Colors.
Choose the color scheme that best meets your requirements
(they might be aesthetic or complementary to your brand's
colors and theme).
Change Style
Cluster column charts come in fourteen different chart
types. The chart will be shown in Style 1 by default, but you
may change it to any other style. Click the arrow to the right
of the photo bar to reveal more options.
Switch Row/Column
Click the Switch Row/Column button on the toolbar to switch
the axis.
Flipping the row and column switches the product and year
(profit remains on the y-axis). The graph is sorted by
product (rather than a year), and the legend is color-coded
to match the year (not product). To eliminate any confusion,
go to the legend and change the Series to the names of the
years.
Select Data
This indicator represents a change in the data range.
After filling in the cell set you want, click the OK button. The
graphic will automatically update to show the most recent
data collection.
.
Change Chart Type
.
To modify the kind of chart you are working on, choose from
one of Excel's nine chart types. Double-check that the data
you have selected is appropriate for the chart format.
.
You may also save your chart as a template by choosing
Save as Template.
You will be given the option of naming your template in a
dialogue box. Excel can create a folder for your models
automatically for a fast organization. Click the blue Save
button to save your work.
Move Chart
You will see a dialogue window where you may choose
where the chart will be shown. This chart may be used to
create a new layer (New sheet) or as an object in another
sheet (Object in). Press the blue OK button to proceed.
.
Change Formatting
The Format tab allows you to change the colors, size,
design, fill, and orientation of all components and text in the
table and insert shapes. Go to the Format tab and utilize the
shortcuts to create a chart representing your company's
identity (colors, images, etc.).
As a result, Excel converts the data into a real table with the
default style:
Tips