Kristen_cancerkiller
Member
Hello, I am working on a document and I need to return values based on several fields. What I need is if AA16 is greater than AA15, and if z16 is greater than 3.00 then "yes" else "no". I think that is what I have in my formula below but I seem to be getting the opposite results. What am I doing wrong?
Code:
=IF((AND(AA16>$AA$15,Z16>3)),"Yes","No")