Return Blank in column

Katye Reed
✭✭✭✭✭
Hello,
I am trying to populate a Pass/Fail Column based of the answers in a pervious column. I am using IF formula, =IF([1. Pass Meds]@row = "Yes", "Pass", "Fail") but not sure how I should add in if blank.
Any help is much appreciated!
Tags:
Best Answer
-
=IF(ISBLANK([1. Pass Meds]@row), "", IF([1. Pass Meds]@row = "Yes", "Pass", "Fail"))
Answers
-
=IF(ISBLANK([1. Pass Meds]@row), "", IF([1. Pass Meds]@row = "Yes", "Pass", "Fail"))
-
Thank you so much!
-
Excellent @Nic Larsen
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"