data validation formula

W

Wanna Learn

Hello
I need a formula for data validation ... I tried several ways but it does
not work
If cell f6 = to "Quote" then input message should say "type in how many
months " if cell f6 does not equal to "Quote" do not show the input message
thanks
 
M

Martin Fishlock

Hi:

One way is to have a formula in a cell say f7 :

=if($f$6="Quote", ""Type in number of months >>","")
 

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

Top