Clear cell from formula?

P

Peter A

Is it possible to set a cell 'blank' from a formula? i.e. rather than
setting = 0 or setting to "" (empty string)
In other words IF (<data valid>, <do calculation>, <clear content>)

Thanks
Peter
 
J

JE McGimpsey

one way:

=IF(A1>10, A1*43.3, "")

This doesn't clear the content (the content will be a formula that
evaluates to a null string), but it will display as a blank.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top