+ Reply to Thread
Results 1 to 2 of 2

Simple Function with some tricky baggage

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

    Cool Simple Function with some tricky baggage

    I have a spreedsheet with three columns, one tells a document's due date, one tells the date the document was turned in, and the third tells whether or not the document was on time. by this formula =IF(C5>D5,"yes","No")

    The Trick....

    Some of the due date columns are marked "ASAP"

    Because of this I need to manipulate the formula in the third column to say "yes" if on time, "no" if late, and "Rushed" if the due date column says ASAP.

    Here is what I keep trying...

    =IF(C5>D5,"yes","no",IF(D5="ASAP","Rushed"))

    though it always comes out as an error.

  2. #2
    Forum Contributor
    Join Date
    11-23-2007
    Location
    Suffolk, UK
    Posts
    298
    try this,


    =IF(AND(C6>D6),"yes",IF(AND(D6="ASAP"),"RUSHED","NO"))


    cheers reg

+ 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