asked 218k views
4 votes
In excel this formula is incorrect =if(A1=TRUE,"pass,"fail")?

1 Answer

5 votes

Answer:

Nope :(

Step-by-step explanation:

Hello,

=if(A1=TRUE,"pass,"fail")

do you mean

=if(A1=TRUE,"pass","fail") ?

You need to put " at the end of pass world before the coma.

Hope this helps.

Do not hesitate if you need further explanation.

Thank you

answered
User JAK
by
7.9k points

No related questions found