Results 1 to 3 of 3

I want to have the date entered in cell O3 when Completed is chosen

Threaded View

bouncingbudha I want to have the date... 03-30-2013, 10:43 PM
ag273n Re: I want to have the date... 03-30-2013, 11:32 PM
bouncingbudha Re: I want to have the date... 04-01-2013, 04:06 PM
  1. #1
    Registered User
    Join Date
    09-03-2012
    Location
    Christchurch New Zealand
    MS-Off Ver
    Excel 2013
    Posts
    45

    I want to have the date entered in cell O3 when Completed is chosen

    I want to have the date entered in cell O3 when Completed is chosen from a drop down list in M3, the date needs to stay as the date completed was entered
    I need this to be repeated from cell O3 M3 all the way down the work sheet.

    I Have tried to write up a code but i am a novice

    Private Sub Worksheet_Change(ByVal Target As Range)

    If Not Intersect(Target, Range("M3")) Is Nothing Then_

    Target.Offset(-1, 0).Value = Now

    End Sub

    Any Suggestions
    I have attached worksheet
    See April Sheet
    Attached Files Attached Files

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