Results 1 to 4 of 4

Help Adding date to cell if another cell status changes

Threaded View

  1. #1
    Registered User
    Join Date
    05-09-2014
    MS-Off Ver
    Excel 2010
    Posts
    2

    Help Adding date to cell if another cell status changes

    I have an excel file that we add data too for assignments and I want the date to auto popuate if the status is changed to Mitigated, Escalated, or offline. I wrote the below function which works but when i open it the next date the current date is written to those cells. I need help creating a function that writes the date when the status is change and then leave the date alone unless the status is changed again.

    I have attached an example of what i have and below is the function, I'm not the greatest with excel and that's why i am asking for help.

    Functions:
    =IF(G14="Mitigated",TODAY(),IF(G14="Escalated",TODAY(),IF(G14="Offline",TODAY(),"")))
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Macro code to amend the status of a cell to be a date
    By katieshields in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-31-2014, 10:00 AM
  2. Todays date to be populated when a status is changed in another cell
    By darrenj1471 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-03-2013, 12:33 PM
  3. Replies: 7
    Last Post: 05-07-2013, 05:54 PM
  4. Replies: 4
    Last Post: 05-06-2013, 03:13 PM
  5. Automatic Date Entry when Cell Changes Status
    By Woody76 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-05-2007, 04:33 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