![]() |
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 ? |
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 ? |
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 ? |
Thanks. It works.
Man Utd, here is one way, =IF(ISBLANK(A5),"",A5*5) |
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