Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
seve
 
Posts: n/a
Default Cell / Date Formatting Question when result = -0-

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.

  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Try a custom format of:

mm/dd/yy;;-;@

HTH
Jason
Atlanta, GA

-----Original Message-----
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.

.

  #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.


  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On 16 Jan 2005 17:37:43 -0800, "seve" wrote:

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.



mm/dd/yy;;;

will only show a result if there is a value 0 (or an error).




--ron
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula with text and reference to a date cell [email protected] Excel Discussion (Misc queries) 1 January 11th 05 08:15 AM
cell in cell - 2nd question Abi Excel Discussion (Misc queries) 3 January 8th 05 01:11 AM
How would I change a date cell to decrease it by business days? CNGracin Excel Discussion (Misc queries) 3 December 15th 04 05:20 PM
Date Formatting Neil Excel Discussion (Misc queries) 6 December 4th 04 06:57 PM
Combined date time cell to separate date & time components Mark Ada Excel Discussion (Misc queries) 1 December 2nd 04 12:07 AM


All times are GMT +1. The time now is 05:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"