INDIRECT Excel Function: How it works and when to use it [Advanced Excel]

365 Data Science · Beginner ·📊 Data Analytics & Business Intelligence ·8y ago

Key Takeaways

The video demonstrates the use of the INDIRECT Excel function, including its application in combination with VLOOKUP, to create dynamic look-up tables.

Full Transcript

in this video we'll learn how to use another interesting Excel function indirect in addition we'll see how it can be applied in combination with vlookup previously we've said it is common practice to use cell references in formulas and indirect if implemented properly can be helpful when working with cell references please follow this lecture carefully to understand how indirect functions it can be tricky but don't worry we are here for you indirect returns the reference indicated by a text string so the input we should have in the brackets must be a text string what do I mean by that suppose I was interested in the precise number of staff employees working in company a and I wanted to obtain that number by using indirect in other words I am interested in the number written in cell c6 right let's see what happens if I select cell c6 as the input of the function Excel displays an error message why because c6 is not a text string and hence the function can't provide a result look at how the result changes if I place C 6 within inverted commas see and why did it work because putting c6 in inverted commas makes interact read the cell as a text string indirect simply returns the information contained in the reference we've specified as text here it gives us the number contained in c6 an alternative way of including c6 as a text string is to have the letter C in inverted commas and then concatenate it with the number 6 this way Excel will read it as a text string and you can obtain an answer and the trick here is if I change the number within the function its result will change as well if I modify the letter the outcome will be different and this is very important you'll see why in a second so this is the first thing to remember about indirect as long as the content between parentheses is text forming a cell reference the function will get you there all right excellent let's move on to the next sheet now I will show you how to combine vlookup and indirect here we have a different table which provides information about the annual salary of employees what I would like is a small table showing the number of employees and salaries of management and the staff of company D so I'll start by typing vlookup the lookup value will be management this reference must not change when I drag the formula to the right so I'll fix the column okay earlier we learned how to name cell ranges remember you here we can use these ranges as an input for indirect the best part is these ranges are also the source table for our vlookup function therefore the input for indirect can be the cell where we've written personnel it points to the entire source table above and to copy the function downwards I must fix the row number of this reference okay finally in these ranges the information about Company D is in the fifth column so I'll type five here we are looking for an exact match and the function is complete let's press ok and see the result correct the number of managers in Company D is three let's paste the formula in the other three cells and see what happens the numbers look okay technically you just witnessed an example of dynamic look-up tables dynamic because the vlookup function we have here can work with two source tables you see that the lookup table is responsive and collects the data correctly the same would happen if I had more ranges and I refer to them in these cells here why did I write 5 to indicate the column we are looking in this way if I changed the company I am interested in I would still get the results for Company D here and this number must be changed manually a function can automate the process we'll learn more about it in our next lesson thanks for watching

Original Description

👉🏻 Download Our Free Data Science Career Guide: https://bit.ly/342E0x4 👉🏻 Sign up for Our Complete Data Science Training with 57% OFF: https://bit.ly/2Y0i7e8 In this video we'll learn how to use another interesting Excel function indirect in addition. We'll see how it can be applied in combination with vlookup. Previously we've said it is common practice to use cell references in formulas and indirect. If implemented properly it can be helpful when working with cell references. Download the Exercise and Solution files and practice along with the video: https://www.dropbox.com/sh/691s50xadcmwtxq/AAAgVTScm1RVSOaBmnEsXqF4a?dl=0 Please follow this lecture carefully to understand how indirect functions. It can be tricky but don't worry, we are here for you! Indirect returns the reference indicated by a text string so the input we should have in the brackets must be a text string. What do I mean by that I suppose was interested in the precise number of staff employees working in a company and I wanted to obtain that number by using indirect in other words. I am interested in the number written in cell c6. Right, let's see what happens if I select cell c6 as the input of the function Excel displays an error message. Why? Because c6 is not a text string and hence the function can't provide a result look at how the result changes if I place C 6 within inverted commas ► Consider hitting the SUBSCRIBE button if you LIKE the content: https://www.youtube.com/c/365DataScience?sub_confirmation=1 ► VISIT our website: https://bit.ly/365ds 🤝 Connect with us LinkedIn: https://www.linkedin.com/company/365datascience/ 365 Data Science is an online educational career website that offers the incredible opportunity to find your way into the data science world no matter your previous knowledge and experience. We have prepared numerous courses that suit the needs of aspiring BI analysts, Data analysts and Data scientists. We at 365 Data Science are committed educators w
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from 365 Data Science · 365 Data Science · 14 of 60

1 Population vs Sample
Population vs Sample
365 Data Science
2 Data Science & Statistics: Levels of measurement
Data Science & Statistics: Levels of measurement
365 Data Science
3 Statistics Tutorials: Mean, median and mode
Statistics Tutorials: Mean, median and mode
365 Data Science
4 Skewness
Skewness
365 Data Science
5 What is a distribution?
What is a distribution?
365 Data Science
6 The Normal Distribution
The Normal Distribution
365 Data Science
7 Central limit theorem
Central limit theorem
365 Data Science
8 Student's T Distribution
Student's T Distribution
365 Data Science
9 Type I error vs Type II error
Type I error vs Type II error
365 Data Science
10 Hypothesis testing. Null vs alternative
Hypothesis testing. Null vs alternative
365 Data Science
11 The linear regression model
The linear regression model
365 Data Science
12 Simple linear regression model. Geometrical representation
Simple linear regression model. Geometrical representation
365 Data Science
13 INDEX and MATCH application of the two functions separately and combined [Advanced Excel]
INDEX and MATCH application of the two functions separately and combined [Advanced Excel]
365 Data Science
INDIRECT Excel Function: How it works and when to use it [Advanced Excel]
INDIRECT Excel Function: How it works and when to use it [Advanced Excel]
365 Data Science
15 VLOOKUP and MATCH another useful functions combination [Advanced Excel]
VLOOKUP and MATCH another useful functions combination [Advanced Excel]
365 Data Science
16 VLOOKUP COLUMN and ROW - Handle large data tables with ease [Advanced Excel]
VLOOKUP COLUMN and ROW - Handle large data tables with ease [Advanced Excel]
365 Data Science
17 The ELIF keyword [Python Fundamentals]
The ELIF keyword [Python Fundamentals]
365 Data Science
18 Working with Tuples in Python
Working with Tuples in Python
365 Data Science
19 Database Terminology - A Beginners Guide
Database Terminology - A Beginners Guide
365 Data Science
20 Relational Database Essentials
Relational Database Essentials
365 Data Science
21 Database vs Spreadsheet - Advantages and Disadvantages
Database vs Spreadsheet - Advantages and Disadvantages
365 Data Science
22 Conditional Statements and Loops
Conditional Statements and Loops
365 Data Science
23 Backpropagation – The Math Behind Optimization
Backpropagation – The Math Behind Optimization
365 Data Science
24 Monte Carlo: Forecasting Stock Prices Part I
Monte Carlo: Forecasting Stock Prices Part I
365 Data Science
25 Monte Carlo: Forecasting Stock Prices Part II
Monte Carlo: Forecasting Stock Prices Part II
365 Data Science
26 Monte Carlo: Forecasting Stock Prices Part III
Monte Carlo: Forecasting Stock Prices Part III
365 Data Science
27 365 Data Science Online Program
365 Data Science Online Program
365 Data Science
28 Data frames - Creating a data frame
Data frames - Creating a data frame
365 Data Science
29 Data Science & Statistics: Slicing a matrix in R
Data Science & Statistics: Slicing a matrix in R
365 Data Science
30 Data frames in R - Exporting data in R
Data frames in R - Exporting data in R
365 Data Science
31 Data frames in R - Transforming data PART II
Data frames in R - Transforming data PART II
365 Data Science
32 Data Frames in R - Subsetting a data frame
Data Frames in R - Subsetting a data frame
365 Data Science
33 Data Science & Statistics: Matrix arithmetic in R
Data Science & Statistics: Matrix arithmetic in R
365 Data Science
34 Data Science & Statistics: Indexing an element from a matrix
Data Science & Statistics: Indexing an element from a matrix
365 Data Science
35 Data Frames in R - Extending a data frame
Data Frames in R - Extending a data frame
365 Data Science
36 Data Science & Statistics: Creating a matrix in R FASTER
Data Science & Statistics: Creating a matrix in R FASTER
365 Data Science
37 Data Science & Statistics: Creating a Matrix in R
Data Science & Statistics: Creating a Matrix in R
365 Data Science
38 Data frames - Importing data in R
Data frames - Importing data in R
365 Data Science
39 Data frames in R - Getting a sense of your data
Data frames in R - Getting a sense of your data
365 Data Science
40 Data frames in R - Transforming data PART I
Data frames in R - Transforming data PART I
365 Data Science
41 Data frames in R - Import a CSV in R
Data frames in R - Import a CSV in R
365 Data Science
42 Data Science & Statistics: Matrix operations in R
Data Science & Statistics: Matrix operations in R
365 Data Science
43 Data Science & Statistics: Matrix recycling in R
Data Science & Statistics: Matrix recycling in R
365 Data Science
44 Tableau vs Excel: When to use Tableau and when to use Excel
Tableau vs Excel: When to use Tableau and when to use Excel
365 Data Science
45 Download Tableau: Learn how to download Tableau Public
Download Tableau: Learn how to download Tableau Public
365 Data Science
46 Connecting data sources: Useful tips when connecting data sources to Tableau
Connecting data sources: Useful tips when connecting data sources to Tableau
365 Data Science
47 The Tableau interface: See how to navigate through the Tableau interface
The Tableau interface: See how to navigate through the Tableau interface
365 Data Science
48 Tableau data visualization: Create your first Tableau visualization!
Tableau data visualization: Create your first Tableau visualization!
365 Data Science
49 Duplicating sheets: This is how to duplicate a sheet in Tableau
Duplicating sheets: This is how to duplicate a sheet in Tableau
365 Data Science
50 Build a table in Tableau: The steps needed to create a simple table in Tableau
Build a table in Tableau: The steps needed to create a simple table in Tableau
365 Data Science
51 Custom fields in Tableau: Using Tableau operators to create custom fields
Custom fields in Tableau: Using Tableau operators to create custom fields
365 Data Science
52 Custom fields in Tableau: Add calculations to tables through custom fields
Custom fields in Tableau: Add calculations to tables through custom fields
365 Data Science
53 Totals in Tableau: Learn how to display subtotals and totals in Tableau
Totals in Tableau: Learn how to display subtotals and totals in Tableau
365 Data Science
54 Gross Margin calculation in Tableau
Gross Margin calculation in Tableau
365 Data Science
55 What is a filter in Tableau: Set up a filter in Tableau to specify the data you want to show
What is a filter in Tableau: Set up a filter in Tableau to specify the data you want to show
365 Data Science
56 Joins in Tableau: Inner, outer, left, or a right join in Tableau
Joins in Tableau: Inner, outer, left, or a right join in Tableau
365 Data Science
57 Building a Tableau dashboard: Three types of charts you want to have in a Tableau dashboard
Building a Tableau dashboard: Three types of charts you want to have in a Tableau dashboard
365 Data Science
58 Creating great looking charts in Tableau: Real life Exercise on charts in Tableau
Creating great looking charts in Tableau: Real life Exercise on charts in Tableau
365 Data Science
59 Joins in Tableau: Choose the correct join type
Joins in Tableau: Choose the correct join type
365 Data Science
60 How to make a data check in Tableau: A quick data check is better than no data check
How to make a data check in Tableau: A quick data check is better than no data check
365 Data Science

The INDIRECT function in Excel returns the reference indicated by a text string, allowing for dynamic look-up tables when combined with VLOOKUP. This video demonstrates how to use INDIRECT with VLOOKUP to create a responsive lookup table.

Key Takeaways
  1. Understand the INDIRECT function and its application
  2. Learn how to use INDIRECT with VLOOKUP
  3. Create a dynamic look-up table using INDIRECT and VLOOKUP
  4. Apply the technique to different scenarios
💡 The INDIRECT function can be used to create dynamic look-up tables by returning the reference indicated by a text string, making it a powerful tool for data analysis in Excel.

Related AI Lessons

What are the real-world applications of data science?
Learn how data science is applied in real-world industries to drive better decisions and improve efficiency
Dev.to AI
Why Statistics is Important in Data Science
Statistics is the foundation of data science, enabling professionals to extract insights and make informed decisions from data, and its importance cannot be overstated
Medium · Data Science
Does This Have AI in It Yet?
You can build AI-friendly systems using existing data discipline skills, no new skills required
Medium · Data Science
Foundation First : Why Poor Data Quality Silently Destroys Enterprise AI, Analytics, and System…
Poor data quality can silently destroy enterprise AI, analytics, and systems, making it crucial to prioritize data foundation
Medium · AI
Up next
Spreadsheet Guy Meets the CFO: "Define How Much"
Digital Transformation with Eric Kimberling
Watch →