+ Reply to Thread
Results 1 to 2 of 2

IF Function with equation and text

Hybrid View

  1. #1
    DJC0402
    Guest

    IF Function with equation and text

    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!

  2. #2
    Gary''s Student
    Guest

    RE: IF Function with equation and text

    If the dates are in A1 and B1, then:


    =IF(A1<B1,B1-A1 & " days late","")
    --
    Gary's Student


    "DJC0402" wrote:

    > 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!


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1