Good day,
I have a formula that determines if a value is a "pass" or "fail", based two other values. The following is what I have;
=IF((AND(C2>=E2, C2<=F2)), "Pass", "Fail")
It works great, however, my question is how to leave the cell blank if there is no value inputted into the cell.
Thank you in advance.
I have a formula that determines if a value is a "pass" or "fail", based two other values. The following is what I have;
=IF((AND(C2>=E2, C2<=F2)), "Pass", "Fail")
It works great, however, my question is how to leave the cell blank if there is no value inputted into the cell.
Thank you in advance.