T
tushargarg729
Hello,
I am creating a financial worksheet for a client in which the user can
choose options from a drop down menu. What I want to happen is, based
on the option the user chooses, the model sends them to a certain cell
on the same sheet.
Ex:
If user chooses 1 from the drop down, it sends them to cell A4. If the
user chooses 2 from the drop down, it sends them to cell A5.
Also, I would like to know how to trigger a macro based on a cell value
Here is the code I thought might work
=if(A1=1, Run_OLM(),"")
Any advice on these topics is much appreciated. Thanks in advance.
Tushar
I am creating a financial worksheet for a client in which the user can
choose options from a drop down menu. What I want to happen is, based
on the option the user chooses, the model sends them to a certain cell
on the same sheet.
Ex:
If user chooses 1 from the drop down, it sends them to cell A4. If the
user chooses 2 from the drop down, it sends them to cell A5.
Also, I would like to know how to trigger a macro based on a cell value
Here is the code I thought might work
=if(A1=1, Run_OLM(),"")
Any advice on these topics is much appreciated. Thanks in advance.
Tushar