![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 19
|
I have a cell linked to another cell which sometimes contains a date. When there is no date the linked cell reads (01/00/00) what I'd like is for the linked cell to read (0). I tried formatting the linked cell as text but this doesn't work. I hope someone can understand what I just said and advise me...Thanks
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
Try this format
dd/mm/yy;;0 You can replace the first part, "dd/mm/yy", with whatever you're using now. |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Or...
dd/mm/yy;;"" |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|