ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Can I empty the cell who has formula in it (https://www.excelbanter.com/excel-worksheet-functions/30966-can-i-empty-cell-who-has-formula.html)

Man Utd

Can I empty the cell who has formula in it
 
I have a cell, eg. A10, has formula referring to a cell's value. eg. =A5 * 5

If A5 has empty value the value of A10 is 0. Can I make it empty rather than
0 ?



Paul B

Man Utd, here is one way, =IF(ISBLANK(A5),"",A5*5)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Man Utd" wrote in message
...
I have a cell, eg. A10, has formula referring to a cell's value. eg. =A5 *

5

If A5 has empty value the value of A10 is 0. Can I make it empty rather

than
0 ?





Gord Dibben

A waste of my time and effort answering your same posting under a different
subject in another news group.

Better you should cross-post rather than multi-post.


Gord Dibben Excel MVP

On Wed, 15 Jun 2005 22:14:26 -0400, "Paul B"
wrote:

"Man Utd" wrote in message
...
I have a cell, eg. A10, has formula referring to a cell's value. eg. =A5 *

5

If A5 has empty value the value of A10 is 0. Can I make it empty rather

than
0 ?




Man Utd

Thanks. It works.

Man Utd, here is one way, =IF(ISBLANK(A5),"",A5*5)




Duke Carey

Or you can format the cell to not display zeros:

#,##0;-#,##0;;@


"Paul B" wrote:

Man Utd, here is one way, =IF(ISBLANK(A5),"",A5*5)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Man Utd" wrote in message
...
I have a cell, eg. A10, has formula referring to a cell's value. eg. =A5 *

5

If A5 has empty value the value of A10 is 0. Can I make it empty rather

than
0 ?







All times are GMT +1. The time now is 12:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com