+ Reply to Thread
Results 1 to 6 of 6

If cell value's change , inserting current date

  1. #1
    Registered User
    Join Date
    12-04-2013
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    If cell value's change , inserting current date

    I am looking to insert a date in a Cell when another Cell's number has been changed.

    I was using If statement as: If(isnumber(f4),TODAY())

    but I don't think it is working properly

    the cells columns would be, e.g. "Consumables stock" and "date updated".

    So if someone changes a number is the "consumables stock" column, date updated column auto-updates with current date.

    How would I go by in doing this?

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: If cell value's change , inserting current date

    It can be achieved easily using VBA.

    Please attach a sample workbook with enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

    Note: Please don't attach documents containing confidential data like (address, telephone, ID#s, etc.).


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    12-04-2013
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: If cell value's change , inserting current date

    Is there a way to do using excel formula/conditional formatting?

    DOn't want to use VBA code.

  4. #4
    Valued Forum Contributor rollis13's Avatar
    Join Date
    01-26-2012
    Location
    Cordenons
    MS-Off Ver
    Excel 2016 32bit - Win 11
    Posts
    917

    Re: If cell value's change , inserting current date

    =IF(ISNUMBER(F4),TODAY()) could be ok, why do you think it isn't working ?
    Last edited by rollis13; 12-08-2013 at 06:48 PM.

  5. #5
    Registered User
    Join Date
    12-04-2013
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: If cell value's change , inserting current date

    Whenever I open up the file, it auto updates the cell with current date, without any modifcations to anything just as there IS a number, thus adds current date.

    Only want to change the date to current date if the cell itself changes.

  6. #6
    Valued Forum Contributor rollis13's Avatar
    Join Date
    01-26-2012
    Location
    Cordenons
    MS-Off Ver
    Excel 2016 32bit - Win 11
    Posts
    917

    Re: If cell value's change , inserting current date

    Supposing your formula is in cell G4 you could use:

    =IF(ISNUMBER(F4),IF(G4="",TODAY(),G4),"")

    but you will get a Circular Reference Error so then you need to go to Tools > Options > Calculation > check Iterations > Max =1.
    Last edited by rollis13; 12-09-2013 at 10:02 AM.

+ 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] Inserting the date that a cell was change into the column next to a cell
    By Dyls in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-05-2013, 05:30 PM
  2. Replies: 6
    Last Post: 08-29-2010, 08:15 AM
  3. show current date and time when another cell change
    By herukuncahyono in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-17-2010, 05:51 AM
  4. Deleting rows older than current date and inserting a new row
    By Dan E. in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-14-2005, 11:20 AM
  5. [SOLVED] Excel 2003 Inserting current date
    By mark in forum Excel General
    Replies: 3
    Last Post: 02-09-2005, 02: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