Ict Script
Ict Script
The INDEX function returns a value or the reference to a value from within a table or range. You can use
INDEX function in two ways −
Things to remember when Using INDEX function to return the value of a specified cell or array of cells
The function returns the value of an element in a table or an array, selected by the row and column
number indexes.
In the table below, you can see all the Arguments of the excel or references and its description. you can
see the array, row_num, and column_num
Things to remember when Using INDEX function to return a reference to specified cells
The function returns the reference of the cell at the intersection of a particular row and column. If the
reference is made up of nonadjacent selections, you can pick the selection to look in.
In the table below, you can see all the Arguments of the excel or references and its description. you can
see the reference, row_num, column_num and area_num
5 secs
So Our next slide is all about the Arguments of the excel or references and its description. you
can see the lookup_value, lookup_array, and match_type.