How to use IF and OR function together

Joined
Apr 27, 2016
Messages
1
Reaction score
0
Return value "True" if either the number in C3 is greater than 1 or the number in D3 is greater than 500.00
 

Becky

Webmistress
Joined
Mar 25, 2003
Messages
7,424
Reaction score
1,511
Welcome to the forum! This should do what you want:

=IF(OR(C3>0,D3>500),"TRUE","FALSE")
 

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