Instructions for using Index function in Excel
In order to be able to perform data computation in Excel, the table of statistics, the fact that you know the steps to perform or know more tips will help the work to be effective. For example, Excel shortcut keys will help users to shorten the operation, or ways to handle Excel files when problems occur, . Especially to mention the indispensable formula functions when we do work with data table systems in Excel.
Previously, Network Administrator has come to you to read the most basic functions in Excel. These are the most basic functions you'll encounter when working with Excel files, helping us to complete our statistics and calculate our data. And today, we will introduce you to the Index function that is also commonly used in Excel. Index is a function that returns an array, which helps to retrieve values in a certain cell between columns and rows. For a better understanding of how to implement the Index function in Excel, follow our article below.
1. Index Excel functions as Arrays:
The Index function of an array is used for the case if the first argument of the function is an array constant. With this function we have the following formula:
(Array, Row_num, [Column_num])
Inside:
- Array : a range of cells or a number of certain arrays required.
- Row_num : select the row in the array from which to return a value.
- Column_num : select the column in the array from which to return a value.
Readers should note that there must be at least one Row_num and Column_num argument.
Table Excel 1 : We have a list of fabrics, find the type of fabric that knows the fabric in row 2 column 2.
Step 1:
In cell C7, you will enter the above formula according to the syntax below, and then we press Enter to execute the Index function
C7: = INDEX (B2: C6,2,2)
Step 2:
Soon we will return the position value A2 corresponding to the Rough row type.
2. Reference Excel function form:
The Index function of the reference form returns the cell's reference to the intersection of a row and a specific column. We have the Index formula of reference form as follows:
INDEX (Reference, Row_num, [Column_num], [Area_num])
Inside:
- Reference : mandatory reference area.
- Row_num : the row number from which returns a reference, required.
- Column_num : column number from which to return a reference, optional.
- Area_num : the number of cell range that will return the value in the Reference. If Area_num is omitted, INDEX uses area 1, optional.
Step 1:
Also with the Excel data table above, we enter the formula as below. Then press Enter.
Click in cell C7: = INDEX (B2: C6,2,1,1)
Step 2:
The returned result will be the name of the type of Crude item in line B2.
So, we showed you how to use the INDEX function as an array and reference form. Index function can refer to any cell in Excel, and the implementation is not too difficult. You can use this function and combine with other functions in Excel to make more efficient use of spreadsheet data.
Refer to the following articles:
- Summary of expensive shortcuts in Microsoft Excel
- You want to print text, data in Microsoft Excel. Not as simple as Word or PDF! Read the following article!
- 10 ways to recover corrupted Excel files
I wish you all success!
You should read it
- Summary of trigonometric functions in Excel
- How to write the above index, below index in Excel
- How to fix the SUM function doesn't add up in Excel
- Guidelines for importing Chemistry formulas in Excel
- Index function in Excel
- Complete financial functions in Excel you should know
- How to use NORMDIST function in Excel
- MS Excel - Lesson 5: Excel formulas and functions
May be interested
- Instructions for creating interactive charts in Excel with INDEX functionexcel makes it easy to create clear, concise charts from your raw data. however, sometimes the graphs create static and not interesting. so the following article will introduce a simple method to help you turn static excel charts into dynamic charts.
- Basic Excel functions that anyone must knowthe basic functions in excel such as the excel function, the excel statistics function we summarized below will be very helpful for you who often have to work on excel spreadsheets, especially in the field of accounting. let's refer to offline.
- How to use Hlookup function on Excelhlookup function basically also has the function syntax and features like vlookup function, which is to help users find data in excel table, with the conditions or given information. here is the guide for using the hlookup function in detail.
- How to use the SUM function to calculate totals in Excelsum is a popular and very useful excel function, and is also a basic arithmetic function. as its name suggests, the sum function is used to calculate totals in excel. and the parameters can be single parameters or ranges of cells. in this article, tipsmake.com will guide you to use the sum function to calculate the sum in excel, the common errors when calculating sum by sum and how to fix it.
- Instructions on how to use the Dmax function in Excelthe dmax function in excel is used to find the maximum value in the data table with conditional depending on the conditions that the user uses.
- Instructions for creating superscript, subscript in Excelthe article i will guide you to write the superscript and subscript in excel.
- Index and Match functions in Excelthe following article gives detailed instructions on how to use the index and match functions in excel. use these functions to help you find the exact value on any column and row.
- How to use the LEN function in Excelthe len function in excel is used to measure the length of a certain string of characters, including spaces and correctly return the total character for the user.
- How to use the RANDARRAY function to randomly classify data in Excelthe randarray function in excel allows you to sort random data in excel. below are details on how to use the excel randarray function.
- How to use COUNTIF function on Excelthe countif function on excel is the cell count function to satisfy the given condition, often used in statistics tables.