I have a worksheet where I want to hunt out a persons name in a range of cells, then return a value from another range in the corresponding row the persons name is in.
I have an array formula that is doing the second part (returning the value in the same row) once the row and column of the persons name is known.
Where I am stuck is determining that row and column. The persons name and the range to look in are variable. I have functions (rowFind & colFind) that I was going to put into my array formula. The code works when written as macros with name and range set, but return #Value as functions with varables.
The attached worksheet will illustrate the aboe better. It contains the array formula, functions and simplified sample data.
Any pointers / explanations as to where I am going wrong will be much appreciated.