+ Reply to Thread
Results 1 to 6 of 6

If formula to auto-add in a date when action completed

  1. #1
    Registered User
    Join Date
    11-22-2016
    Location
    Oxford, England
    MS-Off Ver
    2007
    Posts
    45

    If formula to auto-add in a date when action completed

    Hello,

    I am working on a large spreadsheet tracking paperwork in and out - in column O I have a drop down menu with the following options: Created; Sent; Approved; Pending; Chased. I also have a comments field in Column AC

    When I select Sent on the drop down menu, I would like the date added in column AC in dd-mm format. I know that I would need an If function, but cannot figure out the bit to add the date. This way when it's time to chase paperwork I can sort my spreadsheet by date order and chase the oldest first.

    Can anyone help me with this?

    Thanks in advance.

    J

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: If formula to auto-add in a date when action completed

    I don't think that a formula solution is going to do what you are expecting here.

    You can put this in AC2:

    =IF(O2="Sent",TODAY(),"")

    but TODAY recalculates every time that anything is done in the workbook which means that that date will constantly change unless you copy/paste values before the next day.

  3. #3
    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
    43,984

    Re: If formula to auto-add in a date when action completed

    File/Options/Formulas and enable iterative calculations. Then use this formula which will insert a non-updating date stamp:

    =IF(O2<>"Sent","",IF(AC2="",TODAY(),AC2))
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Registered User
    Join Date
    11-22-2016
    Location
    Oxford, England
    MS-Off Ver
    2007
    Posts
    45

    Re: If formula to auto-add in a date when action completed

    Hi,
    Thanks for this - Just hope that I remember to copy/paste values before I close the spreadsheet at the end of each day!

    :-)

    Cheers

    J

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: If formula to auto-add in a date when action completed

    You're welcome, happy to help. I would try out Glenn's suggestion as well although personally, I do not like adjusting settings for a single task.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,432

    Re: If formula to auto-add in a date when action completed

    You could always run a little macro to change formulae to values when you close down the workbook. Post in the VBA section if you need help doing this.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. [SOLVED] Formula To Calculate Hours Completed Month To Date
    By rahul_ferns76 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-31-2016, 10:46 AM
  2. Replies: 3
    Last Post: 02-28-2016, 10:51 AM
  3. [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
  4. A formula to strike out text when action is completed...?
    By johanna0507 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-07-2013, 07:07 AM
  5. Date/Due Date/Completed Date Formula
    By synergeticink in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-10-2013, 02:55 PM
  6. [SOLVED] Auto Move Rows when status is completed
    By razprod in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-23-2012, 01:40 PM
  7. Want a number of cells to be auto completed based on entry in one.
    By matt ashley in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-14-2005, 06:06 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