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:
- How to remove false from excel
- How to remove story from close friends - Instagram Forum
- How to undo remove link on instagram bio - Instagram Forum
- How to remove search baron from mac - Guide
- Excel mod apk for pc - Download - Spreadsheets
- How to remove credit card from instagram promotion - Instagram 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