I am trying to write a formula that says if the Department column says Pharmacology then return "Pharm" or If Department column says Biology then return "Bio"
Thank you in advance.
This is what I have that isn't working:
=IF(OR(Department@row =Pharmacology, "Pharm",IF(Department@row =Biology, "Bio")))