result if a condition is NOT true?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I get XL to report the value of a cell if a (text) value in another
cell is NOT true?
 
In any cell will check if A1 is false and if true return the value of A2 or
unspecified if false.

=IF(A1=FALSE,A2,"Unspecified")

Mike
 
To compare text (not boolean true or false) then you need to use strcomp().
 

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