+ Reply to Thread
Results 1 to 3 of 3

Display date in a cell when cell range or colum is modified

  1. #1
    Registered User
    Join Date
    08-04-2009
    Location
    South, East
    MS-Off Ver
    Excel 2007
    Posts
    27

    Display date in a cell when cell range or colum is modified

    Using 07.

    I am looking to display the current date in a designated cell when ever a modification to any cell withen a range or colum is made and the document is saved.

    I have tried a few things unsuccessfully and would appriciate any help.

  2. #2
    Valued Forum Contributor
    Join Date
    11-15-2008
    Location
    ph
    MS-Off Ver
    2007/2010/2016
    Posts
    479

    Re: Display date in a cell when cell range or colum is modified

    Hi -

    Please post some codes that you have started with and we can go from there. Likewise, a sample file would be helpful.

    Regards,
    event
    Last edited by event21; 10-22-2012 at 11:04 PM.

  3. #3
    Registered User
    Join Date
    10-27-2012
    Location
    BC Canada
    MS-Off Ver
    Office Pro Plus 2010
    Posts
    3

    Re: Display date in a cell when cell range or colum is modified

    I have used this code below to do basically what you are saying but I am also trying to get the date to show up no matter which cell in a range has data inputted to it.


    =IF(B3<>"",IF(A3="",TODAY(),A3),"")


    if anything is put it cell B3 then the date is put into cell A3, but I have a bunch of cells that can have data inputted and would like the date to show in cell A3 no matter which one gets filled first.

    Here are the other cell addresses I am using: F3,J3,N3,R3,V3,Z3,AD3,AH3,AL3.

    I don't know how to add these other cells into the formula above to make this work. Any ideas would be greatly appreciated!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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