List Box and IF function

  • Thread starter Thread starter Jenny Beech
  • Start date Start date
J

Jenny Beech

I need to use the results of a list box choice in an IF statement. How can I
do this?
 
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
 
Back
Top