Results 1 to 14 of 14

Date stamp when cell changes for a number of rows.

Threaded View

  1. #1
    Registered User
    Join Date
    05-22-2015
    Location
    lodon
    MS-Off Ver
    2013
    Posts
    13

    Date stamp when cell changes for a number of rows.

    Hi All,

    I have a problem that has been nearly answered on a number of threads, just with a slight subtle difference.

    I want to add a date stamp above a cell when the value in that cell changes, this will be for a number of alternate rows. For example.

    Row 1: Date 1 Date 2 Date 3
    Row 2: Change 1 Change 2 Change 3
    Row 3: Date x Date y Date z
    Row 4: Change x Change y Change z

    (dates appear in rows 1 and 3 when a change is made in 2 /4)

    This is to be done for around 600 rows. I have found this VBA code that seems to be along the rite lines but dont know how to apply it to a large number of alternating rows.

    If Not Intersect(Target, Range("a:a")) Is Nothing Then
        Target.Offset(0, 1) = Date
    End If
    End Sub
    Any help would be great!
    Last edited by kcaseykc; 06-10-2015 at 12:12 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 02-08-2013, 08:29 AM
  2. [SOLVED] Need Date Stamp when any cell in that row changes
    By MDPlanner in forum Excel General
    Replies: 4
    Last Post: 09-26-2012, 07:19 PM
  3. Date Stamp based on cell value
    By RedWrangler in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-05-2012, 12:09 PM
  4. How Change the Date \ Time Stamp of a file to a number ? (EXCEL VBA)
    By nawaralobaidi in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-06-2012, 12:23 PM
  5. [SOLVED] Create a button that will date stamp todays date in a cell
    By Tom Meacham in forum Excel General
    Replies: 3
    Last Post: 01-10-2006, 09:10 PM

Tags for this Thread

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