Forum Discussion
Kavin Bharathi Vijayakumar
Nov 22, 2017Copper Contributor
Index function
In a cell in my excel sheet, this function is used
=INDEX(Bereich_Daten;AB3-3;4)
Can someone explain, what does this mean?
Thanks in Advance.
Regards,
kavin.
1 Reply
Sort By
Hi Kavin,
I guess first parameter is the name of the range/table in your workbook, you may check in Name Manager what's that. Second and third are row and column numbers within it to return the cell value.
You may google "excel index" to check how INDEX works.