Share via

#VALUE! error when multiplying: =(True)*1

Anonymous
2022-02-25T16:16:32+00:00

I am trying to multiply =(True)*1 and I get the following Error: #VALUE!. The cell that I am multiplying the 'True' from is from the following formula: =IF(D14="Pass","True","False"). What can I do to correct this?

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2022-02-25T18:11:40+00:00

Hi there

You may also try the formulas

=(D14="Pass")*1 Or =--(D14="Pass")

I hope this also helps you

Regards

Jeovany

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

Answer accepted by question author

Anonymous
2022-02-25T16:47:24+00:00

Hello,

Please try this formula: =IF(D14="Pass",TRUE,FALSE)*1

But, can I know why you need to multiple the formula with 1? If you are looking for output "1" if the condition is true and "0" if the condition is false, please use this formula: =IF(D14="Pass",1,0)

Best Regards,

Chitrahaas

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful