+ Reply to Thread
Results 1 to 4 of 4

To get a warning before completion date of project

  1. #1
    Registered User
    Join Date
    11-11-2014
    Location
    kolkata
    MS-Off Ver
    2010
    Posts
    8

    Post To get a warning before completion date of project

    hi, suppose I have a specific starting date (e.g. 12/10/14)and completion date (12/5/23) of a project in two successive colums and each colum have different projects with differnr starting and completion date , if i want to get a warning in next column before 1 year of completion date(i.e on 12/5/22) automatically , what formulation i have to do ?

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,140

    Re: To get a warning before completion date of project

    There will be many, many, many ways of doing this. Here is one. Assumes Finishing date is in B2. copy down...

    =IF((B2-365)-NOW()<0,"Warning","")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    11-11-2014
    Location
    kolkata
    MS-Off Ver
    2010
    Posts
    8

    Re: To get a warning before completion date of project

    Thanks Glenn,but I want to get some sign instead of "warning" like flag, cross etc , how shall i incorporate this , can you please help

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,140

    Re: To get a warning before completion date of project

    Use this and choose whatever ASCII character you want..

    =IF((B2-365)-NOW()<0,CHAR(33),"")

    This will return !

+ 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. Task / Project completion Graphs?
    By RandallCline in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 07-16-2014, 12:33 PM
  2. [SOLVED] Template for tracking project completion dates and simple metrics? % Completed on time
    By Shrad013 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-19-2013, 10:28 AM
  3. Replies: 1
    Last Post: 10-02-2012, 02:42 PM
  4. Replies: 0
    Last Post: 06-14-2012, 02:49 PM
  5. Project completion focus (best case)
    By sanlen in forum Excel General
    Replies: 1
    Last Post: 01-04-2011, 02:03 PM

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