10 Excel Formulas Every Data Analyst Should Know (2024)

Microsoft Excel, that tricky beast we’ve all used at some point in our lives, is an essential tool in data analytics. This spreadsheet program is one of the first things aspiring data analysts must get to grips with. In this article, we’re giving you a taste of how Excel is used by data analysts.

To use Excel properly, a good understanding of the program’s formulas is required. These formulas operate on values within a cell or cells, producing specific information such as the total sum or lowest value of a selection of cells. We’ve got an Intro to Data Analytics Course, which focuses on a series of Excel-based analytical tasks. The course is comprised of 10 exercises, and students will learn the basics of Excel while working on a data set related to the video game industry.

To get you in the mood for some number crunching, we’re covering 10 Excel formulas that’ll make your life a lot easier if you learn them. By the end of this article, you’ll have an understanding of the basic functions of Excel, and an appreciation for its capabilities. Let’s dive straight in.

Contents

  1. CONCATENATE
  2. VLOOKUP
  3. LEN
  4. SUMIFS
  5. DAYS/NETWORKDAYS
  6. SUBSTITUTE
  7. MINIFS/MAXIFS
  8. TRIM
  9. COUNTIFS
  10. LEFT/RIGHT

1. CONCATENATE

10 Excel Formulas Every Data Analyst Should Know (1)

Let’s start with a straightforward one. Concatenate allows you to combine the values of several cells into one. It’s one of the most powerful formulas for conducting data analysis, and is commonly used to combine text, dates and numbers. Combining the components of a URL, or the lines of an address, are two typical examples of what the formula is used for. You’ll find a complete step-by-step CONCATENATE tutorial here.

2. VLOOKUP

10 Excel Formulas Every Data Analyst Should Know (2)

You’ve no doubt come across =VLOOKUP, which will be familiar to anyone who’s used Excel. The formula allows you to look up data that is arranged in vertical columns. For example, if you have a list of months of the year with the profit made in each month, =VLOOKUP can present the data from the month of your choice. You’ll find a step-by-step guide to the VLOOKUP function here, and it’s also worth checking out the XLOOKUP function, too.

3. LEN

10 Excel Formulas Every Data Analyst Should Know (3)

LEN is used in data analysis to display the number of characters in any given cell. It’s often used when creating texts with character limits, or when trying to identify the difference between product numbers. In the above example, Len is used to count the number of characters in the names.

4. SUMIFS

10 Excel Formulas Every Data Analyst Should Know (4)

The =SUMIF function is an essential formula in the world of data analytics. The formula adds up the values in cells which meet a selected number. In the above example, the formula is adding up the numbers in cells that are higher than the number 5. You’ll find a comprehensive SUMIF tutorial here.

5. DAYS/NETWORKDAYS

10 Excel Formulas Every Data Analyst Should Know (5)

This one is fairly self explanatory. =DAYS determines the number of days between two calendar dates, and is commonly used to determine product life cycles or contract periods. =NETWORKDAYS is its more useful counterpart, and is used to calculate the number of working days between two dates. You could say this formula lives for the weekend.

6. SUBSTITUTE

10 Excel Formulas Every Data Analyst Should Know (6)

This is a useful trick that is ideal for updating cells in bulks. It’s another one that does exactly what it says, and is extremely useful for updating URLs, removing unintentional spaces or spelling errors. In the example above, the formula is replacing the letter ‘t’ with ‘b’.

7. MINIFS/MAXIFS

10 Excel Formulas Every Data Analyst Should Know (7)

This handy formula identifies which value is the lowest and which is the highest. But it does more than just that, it also sorts values in relation to a particular criteria too. For example, you can use it to sort the oldest and youngest ages from a sample of men and women, displaying the values by gender. In the above example, the MINIFS formula is returning 88, because that’s the lowest number that meets the criteria.

8. TRIM

10 Excel Formulas Every Data Analyst Should Know (8)

Using =TRIM allows you to remove unwanted spaces or characters from text. In order for analysts to work with data, often you must clean up the data before use. =TRIM is one of the many useful formulas that cleans up data before analysis. The example above shows how an unwanted space was removed at the end of a name.

9. COUNTIFS

10 Excel Formulas Every Data Analyst Should Know (9)

THE COUNTIFS formula counts the numbers how many times a value appears based on one criteria. In the example above, ‘Red’ and ‘England’ appear twice together, and that number is returned in the COUNTIFS cell. You’ll find a step-by-step COUNTIFS tutorial here.

10. LEFT/RIGHT

10 Excel Formulas Every Data Analyst Should Know (10)

The =LEFT and =RIGHT formulas are simple ways of getting data out of static cells. =LEFT returns the desired number of characters from the beginning of the cell, while =RIGHT does the opposite. Need to extract the area codes from a list of phone numbers? This is the formula for you.

Final thoughts

There are many analysis tools available within specific programming languages, but Excel is a popular choice when analyzing relatively small amounts of data. The ten formulas we’ve covered represent the tip of the iceberg in terms of what you can do with Excel, but they give you a taste of the kind of powers you can yield as a data analyst.

Related watching: CareerFoundry’s own senior data scientist, Tom, goes through some of the most important functions. After reading this article, you might even recognize some of them!

If this has whet your appetite for more, you’ll find a hands-on introduction to data analytics in this free five-day short course. And, if you’d like to learn more about forging a career as a data analyst or data scientist, check out the following:

  • Data analyst salary guide: How much could I really earn?
  • 25 Terms all aspiring data analysts must know
  • What’s the difference between data analysts and data scientists?

And, for more Excel functions and formulas, take a look at these:

  • How to use the IFERROR function in Excel
  • How to use the IF function in Excel
  • What is the Circular reference in Excel
  • What is the SUMPRODUCT function in Excel
10 Excel Formulas Every Data Analyst Should Know (2024)

FAQs

10 Excel Formulas Every Data Analyst Should Know? ›

Understanding Lookup Functions

Vlookup and Hlookup are two different types of lookup engines. Analysts use Vlookup and Hlookup to discover a value in a database and retrieve other values corresponding to that value. Data analysts frequently use it to integrate and consolidate useful data from several Excel sheets.

What Excel formulas are used in data analysis? ›

Understanding Lookup Functions

Vlookup and Hlookup are two different types of lookup engines. Analysts use Vlookup and Hlookup to discover a value in a database and retrieve other values corresponding to that value. Data analysts frequently use it to integrate and consolidate useful data from several Excel sheets.

What do 37 all formulas in Excel start with? ›

A formula always begins with an equal sign (=). Excel for the web interprets the characters that follow the equal sign as a formula. Following the equal sign are the elements to be calculated (the operands), such as constants or cell references. These are separated by calculation operators.

Which Excel is best for data analysis? ›

Microsoft Excel is one of the most popular applications for data analysis. Equipped with built-in pivot tables, they are without a doubt the most sought-after analytic tool available. It is an all-in-one data management software that allows you to easily import, explore, clean, analyze, and visualize your data.

Do I need to memorize Excel formulas? ›

To use a formula/function, you must first memorize some basic functions. This tutorial will teach you to recognize some basic Excel functions/formulas.

How to use Excel to analyze data? ›

Simply select a cell in a data range > select the Analyze Data button on the Home tab. Analyze Data in Excel will analyze your data, and return interesting visuals about it in a task pane.

What Excel formulas are used in financial analysis? ›

The number one formula in Excel for finance professionals has to be XNPV. Any valuation analysis aimed at determining what a company is worth will need to determine the Net Present Value (NPV) of a series of cash flows.

What is the primary function of Excel in data analysis? ›

It allows users to easily import data from various sources, such as databases and CSV files, and then organize and manipulate that data in a way that makes sense for analysis. Excel provides many functions, formulas, and tools that make it easy to sort, filter, and pivot data.

Top Articles
Latest Posts
Article information

Author: Wyatt Volkman LLD

Last Updated:

Views: 5968

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Wyatt Volkman LLD

Birthday: 1992-02-16

Address: Suite 851 78549 Lubowitz Well, Wardside, TX 98080-8615

Phone: +67618977178100

Job: Manufacturing Director

Hobby: Running, Mountaineering, Inline skating, Writing, Baton twirling, Computer programming, Stone skipping

Introduction: My name is Wyatt Volkman LLD, I am a handsome, rich, comfortable, lively, zealous, graceful, gifted person who loves writing and wants to share my knowledge and understanding with you.