I have a range (A1:D9) of some (unambiguous) integer values.
What I’d need is the address of the cell of this range containing the value in cell F1 to be displayed in F2.
I’m trying
CELL(“address”,INDEX(A1:D9,MATCH(F1,A1:D9,0),2))
but get the error 504 “Error in parameter list”.
Any ideas?