View Single Post
  #2   Report Post  
Paul B
 
Posts: n/a
Default

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 ?