Forum Discussion
RickGatorB
Jan 24, 2019Copper Contributor
Blank Not equal to ""
In a formula for one cell it tests to see if value ="". If so it set a different cell to "". Now in a separate formula that is applying a mathematics formula based on several cell values. For the on...
- Jan 25, 2019Could you change the original formula to show 0 and then just format it as a blank?
Alternatively wrap your reference to the cell containing "" in N( ) e.g, N( A2 ) will convert "" in A2 to 0
Wyn Hopkins
Jan 25, 2019MVP
Could you change the original formula to show 0 and then just format it as a blank?
Alternatively wrap your reference to the cell containing "" in N( ) e.g, N( A2 ) will convert "" in A2 to 0
Alternatively wrap your reference to the cell containing "" in N( ) e.g, N( A2 ) will convert "" in A2 to 0
- RickGatorBJan 25, 2019Copper Contributor
Thanks Wyn, the N() option worked great!!!