A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Thank you very much for your assisting! The Problem Resolved.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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.
Thank you very much for your assisting! The Problem Resolved.
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", "***", "*")