+ Reply to Thread
Results 1 to 10 of 10

Logging data entered to a specific cell

  1. #1
    Registered User
    Join Date
    01-16-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    6

    Logging data entered to a specific cell

    Hi,

    I've been trying to figure out some code that would do the following;

    If cell F55 equals "John" it is logged in cell A70, if "John" is changed to "Steve" it is logged in cell A71, if "Steve" is change to "Frank" it is logged in cell A72, and so on. (Names are just an example - Ultimately it would log any data entered into cell F55)

    If someone could help me out, that'd be great.
    Last edited by dyollb; 01-17-2013 at 08:40 PM.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Logging data entered to a specific cell

    Hi

    worksheet change event perhaps

    Please Login or Register  to view this content.
    rylo

  3. #3
    Registered User
    Join Date
    01-16-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Logging data entered to a specific cell

    Thanks Rylo, but that doesn't seem to work.

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Logging data entered to a specific cell

    HI

    Build an example file that has your structure, and include the above macro so we can see exactly what you are working with.

    rylo

  5. #5
    Registered User
    Join Date
    01-16-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Logging data entered to a specific cell

    Example attached.

    The table at A70 and downward would be where the changes are to be listed.

    Thanks
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    01-16-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Logging data entered to a specific cell

    Sorry, there's another string of code on that page - Ignore that and enter the one you posted.

  7. #7
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Logging data entered to a specific cell

    Hi

    The example file has random data below A70. Remove that data, and try again.

    rylo

  8. #8
    Registered User
    Join Date
    01-16-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Logging data entered to a specific cell

    Ah yes. Perfect thanks!

    What if I also wanted to do the same for cell K55 and log it next to the other data in column C?

  9. #9
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Logging data entered to a specific cell

    Hi

    Repeat the if statement test on the address and cell count for K55, and use column C as the output range.

    rylo

  10. #10
    Registered User
    Join Date
    01-16-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Logging data entered to a specific cell

    Thanks Rylo.

+ 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