Basic Terms in Excel: Formulas and Functions
Basic Terms in Excel: Formulas and Functions
Basic Terms in Excel: Formulas and Functions
There are two basic ways to perform calculations in Excel: Formulas and
FunctionsFormula vs FunctionA Formula is an equation designed by a user in Excel,
while a Function is a predefined calculation in the spreadsheet application. This guide
will walk you through a Formula vs Function in Excel so you know exactly what the
similarities and differences are. Excel allows users to perform simple calculations such.
1. Formulas
2. Functions
Functions are predefined formulas in Excel. They eliminate laborious manual entry of
formulas while giving them human-friendly names. For example: =SUM(A1:A3). The
function sums all the values from A1 to A3.
When analyzing data, there are five common ways of inserting basic Excel formulas.
Each strategy comes with its own advantages. Therefore, before diving further into the
main formulas, we’ll clarify those methods, so you can create your preferred workflow
earlier on.
Typing a formula in a cell or the formula bar is the most straightforward method of
inserting basic Excel formulas. The process usually starts by typing an equal sign,
followed by the name of an Excel function.
Excel is quite intelligent in that when you start typing the name of the function, a pop-
up function hint will show. It’s from this list you’ll select your preference. However, don’t
press the Enter key. Instead, press the Tab key so that you can continue to insert other
options. Otherwise, you may find yourself with an invalid name error, often as ‘#NAME?’.
To fix it, just re-select the cell, and go to the formula bar to complete your function.
If you want full control of your functions insertion, using the Excel Insert Function
dialogue box is all you ever need. To achieve this, go to the Formulas tab and select the
first menu labeled Insert Function. The dialogue box will contain all the functions you
need to complete your financial analysisTypes of Financial AnalysisFinancial analysis
involves using financial data to assess a company’s performance and make
recommendations about how it can improve going forward. Financial Analysts primarily
carry out their work in Excel, using a spreadsheet to analyze historical data and make
projections Types of Financial Analysis.
This option is for those who want to delve into their favorite functions quickly. To find
this menu, navigate to the Formulas tab and select your preferred group. Click to show a
sub-menu filled with a list of functions. From there, you can select your preference.
However, if you find your preferred group is not on the tab, click on the More Functions
option – probably it’s just hidden there.
Image: CFI’s Excel Courses.
For quick and everyday tasks, the AutoSum functionAutosumThe autosum Excel formula
is a shortcut that can save time in financial modeling in Excel. Type "ALT=" to quickly
sum all numbers in a series of data. This allows you to easily add up a series of numbers
either vertically or horizontally without having to use the mouse or even the arrow keys
is your go-to option. So, navigate to the Home tab, in the far-right corner, click the
AutoSum option. Then click the caret to show other hidden formulas. This option is also
available in the Formulas tab first option after the Insert Function option.
5. Quick Insert: Use Recently Used Tabs
If you find re-typing your most recent formula a monotonous task, then use the
Recently Used menu. It’s on the Formulas tab, a third menu option just next to
AutoSum.
Free Excel Formulas YouTube Tutorial
Watch CFI’s FREE YouTube video tutorial to quickly learn the most important Excel
formulas. By watching the video demonstration you’ll quickly learn the most important
formulas and functions.
Since you’re now able to insert your preferred formulas and function correctly, let’s
check some fundamental Excel functions to get you started.
1. SUM
The SUM functionSUM FunctionThe SUM function is categorized under Math and
Trigonometry functions. The function will sum up cells that are supplied as multiple
arguments. It is the most popular and widely used function in Excel. SUM helps users
perform a quick summation of specified cells in MS Excel. For example, we are given the
cost of 100 is the first must-know formula in Excel. It usually aggregates values from a
selection of columns or rows from your selected range.
=SUM(number1, [number2], …)
Example:
=SUM(A2:A8)/20 – Shows you can also turn your function into a formula.