Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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 -- Peter Aspey E-mail: replace 6 by p |
#2
![]() |
|||
|
|||
![]()
one way:
=IF(A110, 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. In article , "Peter A" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell shows formula and not the result of the formula. | Excel Worksheet Functions | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
looking for a formula | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |