+ Reply to Thread
Results 1 to 3 of 3

Show last changed cell

  1. #1
    Registered User
    Join Date
    11-03-2018
    Location
    Oslo, Norway
    MS-Off Ver
    2013
    Posts
    24

    Show last changed cell

    Hello
    Let's say that I have some text in the cells A5 to A15. If I replace some of the text, I want to show the last changed cell in cell C1 without using Pivot or VBA. Is this possible?
    Attached Files Attached Files

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,473

    Re: Show last changed cell

    You could use "track changes" on the review ribbon. Set it to create a separate worksheet listing all changes. Then you could add a vlookup in cell C1 to get the most recent change.
    formula could be something like...

    =VLOOKUP(MAX(History!A:A),History!A:G,7,0)

  3. #3
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Show last changed cell

    Right Click On Your Sheet Name At the Bottom Of Excel and Select View Code
    Paste this code in the module that opens and close it.
    Please Login or Register  to view this content.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 14
    Last Post: 11-18-2014, 05:36 PM
  2. Replies: 7
    Last Post: 05-07-2014, 02:01 AM
  3. [SOLVED] How to show form when any cell in range is changed?
    By proepert in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-10-2012, 03:55 PM
  4. Replies: 3
    Last Post: 12-30-2011, 02:17 PM
  5. Trying to use conditional formatting to show if any text cell has been changed
    By abbelougee in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-24-2011, 07:31 PM
  6. Replies: 2
    Last Post: 08-21-2006, 11:55 AM
  7. show time, when a specific cell has changed
    By lukif in forum Excel General
    Replies: 5
    Last Post: 02-02-2005, 12:37 PM

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