Remove False from cell
Solved/Closed
Ilgatto
-
Aug 16, 2012 at 10:43 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Aug 20, 2012 at 10:31 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Aug 20, 2012 at 10:31 AM
Related:
- Remove False from cell
- How to remove false in excel ✓ - Office Software Forum
- How to remove write protection - Guide
- If cell contains (multiple text criteria) then return (corresponding text criteria) ✓ - Excel Forum
- Remove password from ubuntu - Guide
- How to remove number from blacklist - Guide
1 reply
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
January 16, 2023
544
Aug 20, 2012 at 10:31 AM
Aug 20, 2012 at 10:31 AM
Hi Ilgatto,
Use this structure:
=if(iserror(YourFormula),"",YourFormula)
Whenever an error occurs, nothing is displayed.
Best regards,
Trowa
Use this structure:
=if(iserror(YourFormula),"",YourFormula)
Whenever an error occurs, nothing is displayed.
Best regards,
Trowa