+ Reply to Thread
Results 1 to 2 of 2

Text automatically entered to see if task was completed in time

Hybrid View

alonsogar Text automatically entered to... 06-29-2016, 02:32 AM
DBY Re: Text automatically... 06-29-2016, 07:38 AM
  1. #1
    Registered User
    Join Date
    12-05-2010
    Location
    Tijuana
    MS-Off Ver
    Excel 2010
    Posts
    10

    Text automatically entered to see if task was completed in time

    So I keep a row for each item. There exists different criteria that indicates that an item is done " on time" depending on the feedback type of the item.

    The criteria will be judge based on the "Days in Progress". If the " Days in Progress" exceeds the tolerable amount of days the the item was not completed in time. The criteria is as follows :


    Feedback type
    Acronym/Definition >5 days
    Rewrite or Update Procedures >32 days
    Question Problem >5 days
    Incorporating PRO > 32 days


    I hope that I didnt have to use a macro but by the looks of it, there is no other way around it. It would be great if a Yes or No would appear in the On Time section for each row if the Days in Progress is available.

    Can anyone please help me out?
    Attached Images Attached Images

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: Text automatically entered to see if task was completed in time

    Hello
    If you use your Feedback Type table as a lookup, then maybe a formula as following in your Table's 'On Time' field:

    Formula: copy to clipboard
    =IF([Days in Progress]>VLOOKUP([Feedback Type],Feedback_Lookup,2,0),"No","Yes")


    In the lookup table make the second column numbers only: 5; 32 ;5; 32. Here the lookup table has been named: 'Feedback_Lookup'.

    DBY

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 13
    Last Post: 01-26-2016, 08:45 PM
  2. [SOLVED] Formula to add date when task is completed
    By rizmomin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-26-2015, 02:17 PM
  3. Replies: 10
    Last Post: 06-01-2015, 08:41 AM
  4. Calculating TAT Received and Completed task
    By hecgroups in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-16-2015, 01:06 PM
  5. Automatically create a Task in Outlook when data in a cell is entered
    By thomas_delacroix in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-27-2014, 02:20 PM
  6. Replies: 2
    Last Post: 04-25-2009, 04:19 AM
  7. Completed task indicator in Gantt
    By excelhelp18 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-13-2009, 06:52 AM

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