Hi there,
I'm having problems trying to get the result of a cell that contains the formula below:-
=IF(J18=1,"L8",IF(J18=3,"N8",IF(J18=2,"M8","0")))
into this OFFSET:-
=OFFSET(L8,K18,0)
So depending on dependent on a dropdown selection the value would change between L8, M8 and N8.
I know...