View Single Post
  #3   Report Post  
Kenny Dee
 
Posts: n/a
Default

Ok this somewhat works i guess, but what if the cell is a DATE FORMAT. I
still get a date enter into a cell which has no date to refer to. For an
exsample:

Cell A1 I enter and date and in cell B1 i enter this formula =A1+4
Once a date is enter into A1 04/12/05, in cell A2 and date is entered as
04/16/05.

But if no date is enter in A2 then B2 enters a default date. (Which I don't
want) just a black cell would be fine.

"Max" wrote:

2 ways to try ..

a. Switch off zeros display in the sheet via:
Tools Options View tab Uncheck "Zero values" OK

b. Instead of : =Sheet2!B1, use : =IF(Sheet2!B1="","",Sheet2!B1)
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Kenny Dee" wrote in message
...
I'm using this formula in one of my cells =Sheet2!E2 but if there is no

info
type in from that sheet then my return input is "0" how do I remove the

"0"
from ever appearing, just a blank would be great. I've saw a posting for
ADDING cells and if a number is not inserted then the return would be 0.

and
they fixed the problem with this type of formula =IF(A1 + B1 = 0,"",A1 +
B1). How would I uses the with the formula that i'm using from another
sheet, as mention above?