Can anyone answer this question?

F

Frustrated

I am trying to find out if I can create a IF statement that will send out a
email if the IF statement is true or false, but not both?
 
R

Ron Rosenfeld

It would be an interesting IF statement that returned both TRUE and FALSE :)

Well, you could due that with an array formula:

=IF(1=1,{TRUE,FALSE})

What practical use this might have is beyond me, however. :)

--ron
 
M

Mike H

Yes,

LOL, but as you say 'what practical value'

Next test, can you make it display false and this doesn't count.

=IF(1=1,{FALSE,TRUE})

Mike
 
R

Ron Rosenfeld

Yes,

LOL, but as you say 'what practical value'

Next test, can you make it display false and this doesn't count.

=IF(1=1,{FALSE,TRUE})

Mike

Sure, just enter it as a 2-cell horizontal array. The first cell will display
TRUE, and the second cell FALSE
--ron
 

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