View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Otto Moehrbach Otto Moehrbach is offline
external usenet poster
 
Posts: 1,090
Default format a cell with a formula so an empty reference cell shows blan

If (A1="",''",your formula)
HTH Otto
"M2" wrote in message
...
I'm using the WORKDAY function. My formula is =WORKDAY(A1,10) to add 10
working days after the date an order is entered to show the due date. How
do
I keep the cells showing up blank until an order date is entered?

Thank you,