need help please

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

Guest

I'm using this formula: =IF(OR(L15=0<7),1,"FALSE") and I get the same "FALSE" answer when L15 is 4 and when it is 0. Could someone point out my error? Thanks
 
Hi Wayne

Try
=IF(OR(L15=0,L15<7),1,"FALSE")

--
Regards
Roger Govier
Wayne Cameron said:
I'm using this formula: =IF(OR(L15=0<7),1,"FALSE") and I get the same
"FALSE" answer when L15 is 4 and when it is 0. Could someone point out my
error? Thanks
 

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