I'm trying to make a formula where if a cell begins with X, Y, or Z, it shows Deprioritized, otherwise it shows Prioritized. However, my current formula is showing Prioritized for all results. Am I using the OR wrong, or is my wildcard wrong?
Thanks!
Excel Formula:
=IF(OR(C2="X*",C2="Y*",C2="Z*"),"Deprioritized","Prioritized")
Thanks!
Last edited: