ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Cell / Date Formatting Question when result = -0- (https://www.excelbanter.com/excel-discussion-misc-queries/3967-cell-date-formatting-question-when-result-%3D-0-a.html)

seve

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.


Jason Morin

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.

.


RagDyeR

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.



Ron Rosenfeld

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


All times are GMT +1. The time now is 06:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com