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

Try this:

=IF(AND(master!T30,master!S30),master!S3,"")
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"seve" wrote in message
oups.com...
Please help,

I am using this formula to post a date.

=IF(master!T30,master!S3,"")

When the value is a date...no problem.

When Master sheet Cell s3 has no value, the result is

01/00/00

How can I change this?
Is there a custom date format to show a "-"?

Many thanks.