Share via

Error in Excel Formula

Anonymous
2024-01-21T12:47:24+00:00

I got an error message while trying to create an "IF'' formula in Excel.

The problem is my Excel can't add textual value to the logical test. I tried to resolve this using the Insert Function in Excel.

While I try to create a new IF formula. I got this error message '' There's a problem with this formula''

I Run Microsoft 365 on Windows 11.

I tried to resolve the ''IF'' Formula using the Insert Function. However, the Insert Function in Excel can't fix the textual value. I also reinstall Microsoft on my PC. But the problem is still there.

Microsoft 365 and Office | Excel | For education | 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

4 answers

Sort by: Most helpful
  1. Anonymous
    2024-01-21T16:02:19+00:00

    Thank you very much for your assisting! The Problem Resolved.

    Was this answer helpful?

    0 comments No comments
  2. HansV 462.6K Reputation points
    2024-01-21T15:10:59+00:00

    Thanks. The double quote " is a single character, not two single quotes ' in a row.

    On my (US English) keyboard, " is Shift+' but that may be different on keyboards for other languages; for example on a UK English keyboard it is Shift+2.

    The formula should be

    =IF(C2="Critical", "***", "*")

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-01-21T14:22:47+00:00

    Was this answer helpful?

    0 comments No comments
  4. HansV 462.6K Reputation points
    2024-01-21T13:16:03+00:00
    1. Which character do you use as decimal separator? Point (2.5) or comma (2,5)?
    2. Fixed text values must be enclosed in straight double quotes: "some text".
    3. Please post the formula you tried to create.

    Was this answer helpful?

    0 comments No comments