Using and if/then functions?? With a drop down menu?

  • Thread starter Thread starter Maria13
  • Start date Start date
M

Maria13

How can I program a worksheet that if a certain text is chosen from a drop
down menu it automatically records certain values in other fields?
 
Let's say A1 has a data validation pull-down with the opions:

dog
guppy
rose

In B1, enter:

=IF(A1="dog","mammal",IF(A1="rose","flower","fish"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top