Greetings!
I have this formula to display "ALS" if a cell contains the word "Paramedic" anywhere in the string and display "BLS" if the string does not contain "Paramedic".
=IF(COUNTIF(A1:A16,"*Paramedic*"),"ALS","BLS")
What I wish to do is instruct the cell to display one of three options...