Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula with text and reference to a date cell | Excel Discussion (Misc queries) | |||
cell in cell - 2nd question | Excel Discussion (Misc queries) | |||
How would I change a date cell to decrease it by business days? | Excel Discussion (Misc queries) | |||
Date Formatting | Excel Discussion (Misc queries) | |||
Combined date time cell to separate date & time components | Excel Discussion (Misc queries) |