View Single Post
  #1   Report Post  
Randy Mis Randy Mis is offline
Junior Member
 
Posts: 6
Default Help - If statement will not work

=IF($E3TODAY(),$E3-TODAY()&" Until Due",IF($E3<TODAY(),TODAY()-$E3&" Days Overdue",IF($E3=TODAY(),$E3=TODAY()& "Due Today")))

This formula should populate a box with the # of days until an item is due, the # of day the item is over due and if due today the box should read Due Today.

It works for Items # of Days Overdue and # of Day Unti Due, but I can not get the box to read Due Today.