B
Brad Sprague
I have what I thought was going to be a very simple formula but for the life
of me I can't get it to work. I have a 3 column table with a date in the
second cell. In the 3rd cell I have a formula that is supposed to compare
the contents of cell 2 to the current date and return either Expired or
Active. No matter what date I enter, the formula always returns true. I'm
not a Word expert so any help would be appreciated. Below are some of the
formula variations that I've tried.
IF (B1 < DATE Expired Active)
IF (B1 < Now() Expired Active)
IF (CDate(B1) < DATE Expired Active)
IF (CDate(B1) < Now() Expired Active)
IF (datevalue(B1) < DATE Expired Active)
IF (datevalue(B1) < Now() Expired Active)
of me I can't get it to work. I have a 3 column table with a date in the
second cell. In the 3rd cell I have a formula that is supposed to compare
the contents of cell 2 to the current date and return either Expired or
Active. No matter what date I enter, the formula always returns true. I'm
not a Word expert so any help would be appreciated. Below are some of the
formula variations that I've tried.
IF (B1 < DATE Expired Active)
IF (B1 < Now() Expired Active)
IF (CDate(B1) < DATE Expired Active)
IF (CDate(B1) < Now() Expired Active)
IF (datevalue(B1) < DATE Expired Active)
IF (datevalue(B1) < Now() Expired Active)