Hello,
I need an if statement with multiple conditions. I know that I should be using OR and AND in the formula but I have not clue how to write it but nor am I am even sure if it can include this many conditions. Below is what I need to be in the entire formula.
If N2 = Mismatch AND O2 = Mismatch then "DELETE"
If Q2 = Not Uploaded then "Inv Not Uploaded to Platform"
If N2 = Match and P2 = Paid then "Give To Collections For Follow-Up"
If O2 = Mismatch then "Inv Amt Doesn't Agree"
If N2 = Mismatch AND L2>1 then "Uploaded Inv # Doesn't Match"
Any help would be appreciated.
Thank you.
I need an if statement with multiple conditions. I know that I should be using OR and AND in the formula but I have not clue how to write it but nor am I am even sure if it can include this many conditions. Below is what I need to be in the entire formula.
If N2 = Mismatch AND O2 = Mismatch then "DELETE"
If Q2 = Not Uploaded then "Inv Not Uploaded to Platform"
If N2 = Match and P2 = Paid then "Give To Collections For Follow-Up"
If O2 = Mismatch then "Inv Amt Doesn't Agree"
If N2 = Mismatch AND L2>1 then "Uploaded Inv # Doesn't Match"
Any help would be appreciated.
Thank you.