Hello all,
I've written a formula that removes the time stamp and time zone for a date value. Wherever the date field is blank a generic date is placed there '01/00/1900'. I would like to replace the generic dates with a blank instead. The formula I'm using is:
I thank you for any help anyone can give me.
D.
I've written a formula that removes the time stamp and time zone for a date value. Wherever the date field is blank a generic date is placed there '01/00/1900'. I would like to replace the generic dates with a blank instead. The formula I'm using is:
HTML:
=TEXT(IF(CELL("type",F230)="l",LEFT(F230,FIND(" ", F230)),INT(F230)),"mm/dd/yyyy")
I thank you for any help anyone can give me.
D.