• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

If or and statement

Rodrigues

Member
Hi All
looking for some help on this formula:
IF OR
Cell: X2 equal/less than 0, look at cell AA2 and if equal/less than 0, "", if not calculate formula
Cell: AA2 equal/less than 0, look at cell X2 and if equal/less than 0, "", if not calculate formula

I tried formula on file attached, however not returning the results needed.
Could please someone help me?
Thanks in advance.
Regards
R
 

Attachments

  • Book1.xlsm
    9.5 KB · Views: 5
Two alternative solutions.
The first returns nothing if both conditions are a fail
upload_2017-12-20_12-42-52.png
The second returns a value if either condition is successful
upload_2017-12-20_12-44-16.png
The two statements are equivalent in terms of the logic.
 

Attachments

  • upload_2017-12-20_12-38-41.png
    upload_2017-12-20_12-38-41.png
    2.9 KB · Views: 3
Back
Top