Need help to remove FALSE from cell
Solved/Closed
TLP
Posts
1
Registration date
Saturday August 18, 2012
Status
Member
Last seen
August 19, 2012
-
Aug 19, 2012 at 12:16 PM
TLP - Aug 22, 2012 at 01:41 AM
TLP - Aug 22, 2012 at 01:41 AM
Related:
- Remove false in excel
- Excel mod apk for pc - Download - Spreadsheets
- Remove wga - Download - Cleaning and optimization
- Remove apostrophe in excel - Guide
- How to remove call barring in keypad mobile ✓ - Android Forum
- Student position formula in excel ✓ - Office Software Forum
4 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
Last seen
December 27, 2022
555
Aug 20, 2012 at 10:35 AM
Aug 20, 2012 at 10:35 AM
Hi Ilgatto,
Use this:
=if(iserror(IF(ISNUMBER(G17);IF((G17-$I$10)<=0;0;G17-$I$10))),"",IF(ISNUMBER(G17);IF((G17-$I$10)<=0;0;G17-$I$10)))
Whenever an error occurs, nothing is displayed.
Best regards,
Trowa
Use this:
=if(iserror(IF(ISNUMBER(G17);IF((G17-$I$10)<=0;0;G17-$I$10))),"",IF(ISNUMBER(G17);IF((G17-$I$10)<=0;0;G17-$I$10)))
Whenever an error occurs, nothing is displayed.
Best regards,
Trowa