Hello
I know this may seem like a simple question but i cannot fathom it out.
i have the formula in the cell D9:
=IF( K5= "$H$3","Strawberry", IF( K5 = "$H$4","Banana", IF( K5= "$H$5","Apple", “Kiwi”)))
and this in K5
=CELL("address",OFFSET(Information!H2,MATCH(MIN(Information!H2:H6),Information!H2:H6,0)-1,0))
in D9 it says #NAME but K5 has a valid output.
It has me stumped