• Post category:StudyBullet-7
  • Reading time:5 mins read


Create formulas ,functions and macros with Excel

What you will learn

Activating Macros and VBA Tools

Create formulas for arithmetic tasks

Re-using formulas

Calculating YTD Profits

Calculating Percentage Change

Calculate Relative and absolute reference

Using Rank Function

Create and edit macros

Saving a worksheet with a macro

Description

Microsoft Excel is the go-to tool for working with data. There are probably a handful of people who haven’t used Excel, given its immense popularity. Excel is a widely used software application in industries today, built to generate reports and business insights. Excel supports several in-built applications that make it easier to use.

One such feature that allows Excel to stand out is – Excel formulas. in this course you will learn the various Microsoft Excel functions and formulas. These formulas and functions enable you to perform calculations and data analysis faster. Here, we will look into the top 25 Excel formulas that one must know while working on Excel.

What is Excel Formula?


Get Instant Notification of New Courses on our Telegram channel.


In Microsoft Excel, a formula is an expression that operates on values in a range of cells. These formulas return a result, even when it is an error. Excel formulas enable you to perform calculations such as addition, subtraction, multiplication, and division. In addition to these, you can find out averages and calculate percentages in excel for a range of cells, manipulate date and time values, and do a lot more.

There is another term that is very familiar to Excel formulas, and that is “function”. The two words, “formulas” and “functions” are sometimes interchangeable. They are closely related, but yet different. A formula begins with an equal sign. Meanwhile, functions are used to perform complex calculations that cannot be done manually. Functions in excel have names that reflect their intended use.

English
language

Content

Excel Formulas and Functions

Introduction
What is a formula and function in excel
Using formulas for arithmetic tasks
Re-using formulas
Calculating YTD Profits
Calculating Percentage Change
Relative and absolute reference
Rank Function
STD Function
Small and large functions
Median Function

Excel VBA and Macros

What are Macros
What is VBA
Activating Macros and VBA Tools
Creating a macro
Saving a worksheet with a macro
Creating a second macro : part 1
Creating a second macro : part 2
Exploring Macros with VBA Editor
Commenting and deleting macro code
Editing Macros