Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 ? |
#2
![]() |
|||
|
|||
![]()
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 ? |
#3
![]() |
|||
|
|||
![]()
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 ? |
#4
![]() |
|||
|
|||
![]()
Thanks. It works.
Man Utd, here is one way, =IF(ISBLANK(A5),"",A5*5) |
#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 ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
numbers being entered show in formula bar but not in cell? | Excel Discussion (Misc queries) | |||
need help creating formula based on cell value | Excel Discussion (Misc queries) | |||
Can a Formula in Cell X modify Cell Y? | Excel Discussion (Misc queries) | |||
Function making cell really "empty" | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |