hatman
Well-known Member
- Joined
- Apr 8, 2005
- Messages
- 2,664
"On the other hand, if you are looking for a single cell..."
FWIW, index() can return a range:
"INDEX(array,row_num,column_num) returns the value of a specified cell or array of cells within array."
...not to mention the index():index() idiom
I don't follow that (either one)... can you give a couple of examples?