IF Function with equation and text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to set up an if function. I need the function to display if
acutual transit time is greater than estimated transit time. I need it to say
how days late a shipment is if it is late. I can set it up were it will give
me the number of days or for it to show "Late" but i can't it to say for
example: "3 days late". Can someone please explain to me how to do this.

Thanks!
 
If the dates are in A1 and B1, then:


=IF(A1<B1,B1-A1 & " days late","")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top