Remove value of "0" from blank Excel cell
Closed
TDB
-
May 15, 2010 at 10:26 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 15, 2010 at 10:56 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 15, 2010 at 10:56 AM
Related:
- Remove value of "0" from blank Excel cell
- Excel mod apk for pc - Download - Spreadsheets
- //192.168.l.0 - Guide
- Remove wga - Download - Cleaning and optimization
- Excel cell color formula - Guide
- Remove search baron from mac - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
May 15, 2010 at 10:56 AM
May 15, 2010 at 10:56 AM
how about like this
=and(a1<>"", a1>=0, a1<=999)
=and(a1<>"", a1>=0, a1<=999)