Can someone tell me what if then statement I would use in order to calculate the following:
If W2=Y2 (or) if X2 = Y2, then return "yes - okay", if W2 doesn't equal Y2 or if X2 doesn't equal Y2, then return "no - review".
Thanks so much for the help!
If W2=Y2 (or) if X2 = Y2, then return "yes - okay", if W2 doesn't equal Y2 or if X2 doesn't equal Y2, then return "no - review".
Thanks so much for the help!