+ Reply to Thread
Results 1 to 2 of 2

ASAP in an On-Time Formula

  1. #1
    Registered User
    Join Date
    06-10-2008
    Posts
    3

    ASAP in an On-Time Formula

    I have three colums in a worksheet, one tells a documents due date, the other tells the date it was turned in and the third contains a formula that states whether the document was ontime or not. THe due-date coloumn contains not only dates, but some cells which are filled in "ASAP" - so the formula I need for the 'on-time' column must also include this ASAP. I am trying to set up the formula to says "yes" or "no" according to dates and "Rushed" if the Due column says ASAP.

    Here is what I have been trying to work withbut keep getting errors
    =IF(C6<D6,"Yes","No",IF(D6="ASAP","RUSHED"))

  2. #2
    Forum Contributor WinteE's Avatar
    Join Date
    04-07-2007
    Location
    Netherlands
    Posts
    544
    Try this :

    =IF(C6<D6,"Yes",IF(D6="ASAP","RUSHED","No"))

    Erik
    Just keep it simple !


    http://www.excelguide.eu
    In English as well as in Dutch

+ 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