Yes No formula

K

Ken Wright

Yes. What's the Yes No in response to, eg perhaps something like this:-

=IF(A1>10,"Yes","No")

=if(logical_test,value_if_true,value_if_false)
 
N

Norman Harker

Hi Chris!

Or another way of interpreting than Ken

=IF(A1="yes",5,IF(A1="no",10,""))

Or I could interpret you as wanting:

=IF(OR(A1="yes",A1="Y"),5,IF(OR(A1="no",A1="N"),10,""))

You need to be a tad more explicit in your questions.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

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

Similar Threads

Scrabble Value calculation for Welsh words 0
Need Help with a Formula 5
formula 3
Sum of yes answers 2
match formula 2
Not sure what type of formula to use 2
formula 1
whats the formula 2

Top