KolbyPanda
New Member
- Joined
- Jul 3, 2018
- Messages
- 6
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.
1. If the source cells contains the word "Paramedic" anywhere in the cell then display "ALS"
2. If the source cells contains the word "EMT" anywhere in the cell then display "BLS"
3. If the source cells are empty then display "Not Staffed"
The current formula works great for the first two options, I just cant figure out how to add the third one.
Thanks in advance!
- Kolby
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.
1. If the source cells contains the word "Paramedic" anywhere in the cell then display "ALS"
2. If the source cells contains the word "EMT" anywhere in the cell then display "BLS"
3. If the source cells are empty then display "Not Staffed"
The current formula works great for the first two options, I just cant figure out how to add the third one.
Thanks in advance!
- Kolby