I need a formula that makes all zeros in all columns blank cells.
Solved! Go to Solution.
This sounds like a job for the Multi-Field Formula Tool
1. In the Tool configuration, select either all field types (or just numerical)
2. If you actually want blanks then change type to string and use the following formula: IF ToString([_CurrentField_]) = "0" THEN "" ELSE [_CurrentField_] ENDIF
3. If you meant Null then replace the "" in the formula above with Null()
Happy Solving!!!
User | Count |
---|---|
107 | |
82 | |
70 | |
54 | |
40 |