Hello expert,
A list of dates
displays when the ticket was opened in column D.
Have developed formula =DATEDIF(D2,TODAY(),"d") that writes a column the number of days the ticket as been open. Cool.
Now, would like to write something in the column based if the number of days the ticket has been open is greater than two days. Tried
=IF((DATEDIF(D2,TODAY(),"d")>2,"more than two","less than two")
This returns "There is a problem with this formula"
The formula is based on the model
=IF(Cell D2 >= Cell E2, "Yes it is","No it isn't")
but not sure if a DATEDIF can be used in an IF.
What is the best way to do this?
Thanks.
Allen in Dallas
Our community of experts have been thoroughly vetted for their expertise and industry experience.