T
Taylor
I'm trying to find a formula that will give a response of "1%" if a date
entered in a different cell (T14) is earlier than August 16, 2008. The
formula I've created is:
=IF(T14<"&DATE(2008,8,16)","1%","None")
This seems to compute only once. If i put a date that should give the
value_if_true response and then change it to a date that should give the
value_if_false response, it remains true. Any ideas what could be going
wrong?
Thanks
entered in a different cell (T14) is earlier than August 16, 2008. The
formula I've created is:
=IF(T14<"&DATE(2008,8,16)","1%","None")
This seems to compute only once. If i put a date that should give the
value_if_true response and then change it to a date that should give the
value_if_false response, it remains true. Any ideas what could be going
wrong?
Thanks