Q
q5
I have a table of dates. I want to set a "flag" when Today() is one of
those dates. I am doing a comparison of the table date with the result of
the Today() function, but it is not working. I suspect it has something to
do with the way that dates are stored, but I am not sure.
Example: Suppose my dates are stored in $A$2 thru $A$6. The value of
today's date is stored in $A$1 using the Today() function. In column B I do
the comparison: =If($A2=$A$1,True,False)
I do not get "True" even when the dates are the same. Can anyone give me an
idea of what the problem is? (I've tried reformatting the cells as Date,
Text and Number and none of those changes fix the problem).
Thanks.
those dates. I am doing a comparison of the table date with the result of
the Today() function, but it is not working. I suspect it has something to
do with the way that dates are stored, but I am not sure.
Example: Suppose my dates are stored in $A$2 thru $A$6. The value of
today's date is stored in $A$1 using the Today() function. In column B I do
the comparison: =If($A2=$A$1,True,False)
I do not get "True" even when the dates are the same. Can anyone give me an
idea of what the problem is? (I've tried reformatting the cells as Date,
Text and Number and none of those changes fix the problem).
Thanks.