List Box and IF function

J

Jenny Beech

I need to use the results of a list box choice in an IF statement. How can I
do this?
 
J

Joerg Mochikun

1) Set the "Cell Link" for your list box (that's the cell that will receive
the value that the user selects from from list box).
2) Reference that cell in your IF statement
 
Top