RE: Excel
Hello Laura
Thank you for your question and welcome to the forum.
The Excel INDEX function is designed to extract data from a single cell which is in a specific position in a list.
The function has 3 arguments:
Array: This refers to your list range, i.e. which cells in your spreadsheet contain the list you wish to extract data from?
row_num: Which row contains the cell you want to extract data from?
column_num: Which column contains the cells you want to extract data from?
For an example of how the index function can be used, see
http://www.contextures.com/xlFunctions03.html
I hope this helps.
Kind regards
Amanda