Excel INDEX Function



techstore

LQ Net Home




























   Excel Links

Index Worksheet Function

printpage    Printer Friendly Page


SYNTAX:
=Index( Range, Row_num, [Column_num])


Range Range of cells in which the row number and column number can be found.
Row_Num The row number is relative to the range.
For example, if the range is B5:B10 then row_num 3 would be row 7
Column_Num If the Range is wider than a single column, the column number finds the correct column for the given row.


excel


In the above example, the first INDEX formula references the range A2:A7.
It has a row number of 4.
The fourth row in the range A2:A7 is row 5 of the Excel sheet, which contains the value 530.

The second INDEX example references the range A2:D7.
Since this range has 2 dimensions, we need to provide a column number in addition to a row number.
In this example the row is 5 and the column is 4. This is the location D6 in the range, which is the value 29,500.


excel







   Today's News





Office Depot, Inc

Tech Depot - An Office Depot Co.



Overstock.com, Inc.

























Copyright © 2006-2008, LQ Systems,Inc. All rights reserved.