+ Reply to Thread
Results 1 to 3 of 3

Inject date in cell with one of three cells changed

Hybrid View

  1. #1
    Registered User
    Join Date
    07-10-2009
    Location
    Stouffville Ontario
    MS-Off Ver
    Excel 2003
    Posts
    22

    Exclamation Inject date in cell with one of three cells changed

    Hello all:

    I have a workbook that has a main summary sheet and multiple score sheets. The score sheets are created using VB and the base scores are copied over to the summary sheet.

    On the score sheets only a few fields are not protected. There are three fields that have input sections. The employee has the ability to select a "No Comment", "Comments to reviewer" or "What I can do to improve". The first is a check box and the other two are free form input fields.

    I have it so that when they select "No comment" the date they did that is recorded. I would also like to have the date recorded when they input text into the other two spots.

    Things to note:

    1 - The score sheets are based on a hidden template
    2 - Need the date to be static when it is entered

    Thanks in advance,

    Doug

  2. #2
    Valued Forum Contributor
    Join Date
    05-14-2009
    Location
    gold coast
    MS-Off Ver
    Excel 2007
    Posts
    843

    Re: Inject date in cell with one of three cells changed

    could you not use somethink like
    If Cells(1, 1).Value <> "" Then Cells(1, 2).Value = Now
    then clean the Cells(1, 2) after the job has been done ready for the next job.

  3. #3
    Registered User
    Join Date
    07-10-2009
    Location
    Stouffville Ontario
    MS-Off Ver
    Excel 2003
    Posts
    22

    Re: Inject date in cell with one of three cells changed

    I appreciate that.

    Each score sheet needs it's own date for when comments are added so I do not think this would work well.

    Doug

+ 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