On 06/24/10 19:14, Larry Evans wrote:
Name, example_table, is defined as @Sheet1.$A1:$H13.
I want to match("col2";A1:H1,;0) but use
some function on example_table instead of hardcoding
A1:H1. How do I do that? I hoped there would be
some function like select_row(example_table,1), but
I couldn't find anything like that in the available
functions.
You can use INDEX(example_table;1). No column index means all columns
from the range.
Niklas
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]