• 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.

SUMPRODUCT or IF(AND ?

tarynmahon

Member
I need a formula that says;

If A does not equal B, and A does not equal C return the result in D


whats the best way of doing this please?
 
tarynmahon,


May be this formula works for you


=IF(OR(J26=J27, J26=J28), "Matching", "Not Matching")

Returns Matching if any argument is TRUE; returns Not Matching if all arguments are FALSE
 
Back
Top