Excel Function INDEX

How to use Excel Function INDEX?

Complete Excel VBA Course

INDEX function is used to get the value from a cell range or table, function returns the value from a table where row and column intersect with each other.

INDEX function has two Required arguments i.e. arrayrow_num and one Optional argument i.e. [column_num]. [column_num] argument is optional only if array argument contains one column.

Syntax:
=INDEX(array,row_num,[column_num])
Syntax Description:

array argument is used to give the cell range from which you want to get value

Complete Excel VBA Course

row_num argument is used to give the row number from which value is required

[column_num] argument is used to give the column number from which value is required. If array argument only has only one column, then [column_num] argument is optional

Example 1: INDEX function with Single column in Database

Here we have one example, where:

  • “Column A” has details of products
  • “Column B” shows the sample formula applied
  • “Column C” shows the output of the function and,
  • Explanation is provided in Column “D”. We will be using INDEX function as follows:
Excel Function INDEX

Example 2: INDEX function with Multiple columns in Database

Here we have another example, where:

  • “Column A to Column C” contains details of products,
  • “Column D” shows the sample formula applied,
  • “Column E” shows the output of the function and,
  • Explanation is provided in Column “F”, we will be applying  function as follows:

Example 3: INDEX function with Multiple Arrays and Areas in Database:

Here we have another example, where:

  • “Column A to Column C” contains details of products,
  • “Column D” shows the sample formula applied,
  • “Column E” shows the output of the function and,
  • Explanation is provided in Column “F”, we will be using function as follows:
Things to Remember:

– If cell reference is not correctly provided in the function, then it may give output as Error.

– If output of the function is not as per the desired format then you may change the cell format to “GENERAL”

Recommended Articles

Secrets of Excel Data Visualization: Beginners to Advanced Course

Here is another best rated Excel Charts and Graph Course from ExcelSirJi. This courses also includes On Demand Videos, Practice Assignments, Q&A Support from our Experts.

This Course will enable you to become Excel Data Visualization Expert as it consists many charts preparation method which you will not find over the internet.

So Enroll now to become expert in Excel Data Visualization. Click here to Enroll.

Excel VBA Course : Beginners to Advanced

We are offering Excel VBA Course for Beginners to Experts at discounted prices. The courses includes On Demand Videos, Practice Assignments, Q&A Support from our Experts. Also after successfully completion of the certification, will share the success with Certificate of Completion

This course is going to help you to excel your skills in Excel VBA with our real time case studies.

Lets get connected and start learning now. Click here to Enroll.

Hope you learnt this Function,

Don’t forget to leave your valuable comments!

If you liked this article and want to learn more similar tricks, please Subscribe us.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *