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 the top formula is working ok from the results I'm getting, however I want to use that value in the offset.
Basically I have a dropdown that allows the user to pick one of three values. Their selection influences which column of values, out of three, is then used in further calculations.
Hope that's clear.
Thanks in advancee,
Nick
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 the top formula is working ok from the results I'm getting, however I want to use that value in the offset.
Basically I have a dropdown that allows the user to pick one of three values. Their selection influences which column of values, out of three, is then used in further calculations.
Hope that's clear.
Thanks in advancee,
Nick