<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Recording the history of a cell&#8217;s value	</title>
	<atom:link href="https://myexcelgenius.com/recording-the-history-of-a-cells-value/feed/" rel="self" type="application/rss+xml" />
	<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/</link>
	<description>Excel Solutions for Business</description>
	<lastBuildDate>Wed, 11 Sep 2024 06:38:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: A.PANDEESWARAN		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/127</link>

		<dc:creator><![CDATA[A.PANDEESWARAN]]></dc:creator>
		<pubDate>Wed, 11 Sep 2024 06:38:44 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-127</guid>

					<description><![CDATA[I WANT WHILE CHANGES THE CELL VALUE EVERY CHANGES TO SAVE THE PARTICULAR RANGE OF CELLS LIKE 100 TILES CHANE THE VALUE 100 CHANGED VALUES SAVE TAHT RANGE]]></description>
			<content:encoded><![CDATA[<p>I WANT WHILE CHANGES THE CELL VALUE EVERY CHANGES TO SAVE THE PARTICULAR RANGE OF CELLS LIKE 100 TILES CHANE THE VALUE 100 CHANGED VALUES SAVE TAHT RANGE</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike T		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/126</link>

		<dc:creator><![CDATA[Mike T]]></dc:creator>
		<pubDate>Fri, 23 Aug 2024 19:48:22 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-126</guid>

					<description><![CDATA[Great stuff! How about a variation where the you have, say, 4 specific criteria (phases in a process) and you want to log the dates of those phase changes (listed in a dropdown in a cell) in columns to the right in the same work sheet? eg the date status was changed to &quot;phase 1&quot;, date the dropdown was changed to &quot;phase 2&quot; etc...?]]></description>
			<content:encoded><![CDATA[<p>Great stuff! How about a variation where the you have, say, 4 specific criteria (phases in a process) and you want to log the dates of those phase changes (listed in a dropdown in a cell) in columns to the right in the same work sheet? eg the date status was changed to &#8220;phase 1&#8221;, date the dropdown was changed to &#8220;phase 2&#8221; etc&#8230;?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob Martin		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/103</link>

		<dc:creator><![CDATA[Rob Martin]]></dc:creator>
		<pubDate>Wed, 13 Sep 2023 21:45:23 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-103</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/37&quot;&gt;Marcus&lt;/a&gt;.

I just came across this, and it is almost exactly what I am looking for. 

My use case is slightly different in that I want the data available to plot on a chart over time.

I am trying to conceptualize (and failing) how to track a range of numbers like your January thru December into an &quot;audit&quot; sheet with the date/time of change and which month changed.  

Ultimately to plot a line graph showing the values on the Y axis with the date on the X axis.  Some values will change on the same day, while others might remain stagnant for months.

Do you think this is something that is possible?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/37">Marcus</a>.</p>
<p>I just came across this, and it is almost exactly what I am looking for. </p>
<p>My use case is slightly different in that I want the data available to plot on a chart over time.</p>
<p>I am trying to conceptualize (and failing) how to track a range of numbers like your January thru December into an &#8220;audit&#8221; sheet with the date/time of change and which month changed.  </p>
<p>Ultimately to plot a line graph showing the values on the Y axis with the date on the X axis.  Some values will change on the same day, while others might remain stagnant for months.</p>
<p>Do you think this is something that is possible?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: stephen ridge		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/102</link>

		<dc:creator><![CDATA[stephen ridge]]></dc:creator>
		<pubDate>Sat, 02 Sep 2023 18:23:16 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-102</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/37&quot;&gt;Marcus&lt;/a&gt;.

Marcus ... I was looking for this code and it works well for me.  I have a large workbook (~ 10 worksheets) with up to 300 rows X 15 columns (five columns need to be tracked) and I need to track changes which your code does well.  I would like to have the &#039;value change data&#039; stored on a different worksheet sheet so as not to clutter the main worksheets with comments.  Your Sub(InvertValue) does this, however can you provide info when this sub should be called and how to have separate ranges for the many worksheets?

Thanks in advance ... Steve]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/37">Marcus</a>.</p>
<p>Marcus &#8230; I was looking for this code and it works well for me.  I have a large workbook (~ 10 worksheets) with up to 300 rows X 15 columns (five columns need to be tracked) and I need to track changes which your code does well.  I would like to have the &#8216;value change data&#8217; stored on a different worksheet sheet so as not to clutter the main worksheets with comments.  Your Sub(InvertValue) does this, however can you provide info when this sub should be called and how to have separate ranges for the many worksheets?</p>
<p>Thanks in advance &#8230; Steve</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Charles DeSadier		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/58</link>

		<dc:creator><![CDATA[Charles DeSadier]]></dc:creator>
		<pubDate>Fri, 11 Feb 2022 17:53:29 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-58</guid>

					<description><![CDATA[Hello Marcus, 

I love this code and have been using it to help us track price changes on products that we order. Though I have a couple questions. I tried pulling the code that you made more flexible into my spread sheet and added a separate sheet to look for the cell ranges add comments to but couldn&#039;t get it to work. I didn&#039;t see where you had your named range &quot;CellstoAudit&quot;. Might be missing something.   But I did get you orignal code to work perfectly for my needs. Though is it got me wondering if you could then have a code to look at the comments and highlight a cell based on the an entry into the comment box. For me I would like to have it highlight a cell if the last entry hasn&#039;t changed in a 60-90 day time period. This would then let me know quickly if a product hasn&#039;t been ordered based on the price not being changed in that time frame.]]></description>
			<content:encoded><![CDATA[<p>Hello Marcus, </p>
<p>I love this code and have been using it to help us track price changes on products that we order. Though I have a couple questions. I tried pulling the code that you made more flexible into my spread sheet and added a separate sheet to look for the cell ranges add comments to but couldn&#8217;t get it to work. I didn&#8217;t see where you had your named range &#8220;CellstoAudit&#8221;. Might be missing something.   But I did get you orignal code to work perfectly for my needs. Though is it got me wondering if you could then have a code to look at the comments and highlight a cell based on the an entry into the comment box. For me I would like to have it highlight a cell if the last entry hasn&#8217;t changed in a 60-90 day time period. This would then let me know quickly if a product hasn&#8217;t been ordered based on the price not being changed in that time frame.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcus		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/56</link>

		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 09:40:09 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-56</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/36&quot;&gt;ghellam&lt;/a&gt;.

Hey ghellam, 

Check my response to Mikhail&#039;s comment (who had the same question.

All the best, 
Marcus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/36">ghellam</a>.</p>
<p>Hey ghellam, </p>
<p>Check my response to Mikhail&#8217;s comment (who had the same question.</p>
<p>All the best,<br />
Marcus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcus		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/55</link>

		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 09:39:24 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-55</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/44&quot;&gt;Scott&lt;/a&gt;.

Hey Scott, 

Check my response yo Mikhail&#039;s comment (who had the same question).

All the best, 
Marcus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/44">Scott</a>.</p>
<p>Hey Scott, </p>
<p>Check my response yo Mikhail&#8217;s comment (who had the same question).</p>
<p>All the best,<br />
Marcus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcus		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/54</link>

		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 09:38:44 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-54</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/49&quot;&gt;Mikhail&lt;/a&gt;.

Hey Mikhail, 
The handy thing about the Worksheet_Change event, is it tells you exactly which cell changed via its &#039;Target As Range&#039; parameter.

In contrast, the Worksheet_Calculate event does not tell you which cells recalculated.

You *can*, however use the Worksheet_Calculate event to record cell updates based on formula value (result) changes like this:

Private Sub Worksheet_Calculate()
    &#039; Which cell(s) recalculated?

    Dim Target As Range
    Set Target = Range(&quot;C7&quot;)

    If Not Intersect(Target, Range(&quot;C2:C8&quot;)) Is Nothing Then
        Debug.Print Target.Address, Target.Value
    End If

End Sub

That is, you would want to maintain a list of cells to check each time the worksheet calculated. You would need to go one step further and compare the current cell value against the prior cells value (perhaps stored in the cell&#039;s comment) to determine if the result had actually changed before updating the audit log.

Hope this helps :)

Cheers, 
Marcus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/49">Mikhail</a>.</p>
<p>Hey Mikhail,<br />
The handy thing about the Worksheet_Change event, is it tells you exactly which cell changed via its &#8216;Target As Range&#8217; parameter.</p>
<p>In contrast, the Worksheet_Calculate event does not tell you which cells recalculated.</p>
<p>You *can*, however use the Worksheet_Calculate event to record cell updates based on formula value (result) changes like this:</p>
<p>Private Sub Worksheet_Calculate()<br />
    &#8216; Which cell(s) recalculated?</p>
<p>    Dim Target As Range<br />
    Set Target = Range(&#8220;C7&#8221;)</p>
<p>    If Not Intersect(Target, Range(&#8220;C2:C8&#8221;)) Is Nothing Then<br />
        Debug.Print Target.Address, Target.Value<br />
    End If</p>
<p>End Sub</p>
<p>That is, you would want to maintain a list of cells to check each time the worksheet calculated. You would need to go one step further and compare the current cell value against the prior cells value (perhaps stored in the cell&#8217;s comment) to determine if the result had actually changed before updating the audit log.</p>
<p>Hope this helps 🙂</p>
<p>Cheers,<br />
Marcus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcus		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/53</link>

		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 09:12:52 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-53</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/51&quot;&gt;Tiva&lt;/a&gt;.

Hey Tiva, 
In the example workbook you can download, there is a tab called &#039;Audit Cells&#039;. This lists which tabs and cells should be &#039;audited&#039;.

You will receive Error 5 when delete a row *and* the cell below it already has a cell comment.

This is because the VBA code will either try to add a new comment, or edit an existing comment.

All the best, 
Marcus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/51">Tiva</a>.</p>
<p>Hey Tiva,<br />
In the example workbook you can download, there is a tab called &#8216;Audit Cells&#8217;. This lists which tabs and cells should be &#8216;audited&#8217;.</p>
<p>You will receive Error 5 when delete a row *and* the cell below it already has a cell comment.</p>
<p>This is because the VBA code will either try to add a new comment, or edit an existing comment.</p>
<p>All the best,<br />
Marcus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tiva		</title>
		<link>https://myexcelgenius.com/recording-the-history-of-a-cells-value/#comments/51</link>

		<dc:creator><![CDATA[Tiva]]></dc:creator>
		<pubDate>Fri, 17 Dec 2021 16:34:57 +0000</pubDate>
		<guid isPermaLink="false">https://myexcelgenius.com/?p=339#comment-51</guid>

					<description><![CDATA[I get an runtime error 5 if I add or remove row from my table. Can you please let me know how to solve this?]]></description>
			<content:encoded><![CDATA[<p>I get an runtime error 5 if I add or remove row from my table. Can you please let me know how to solve this?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: myexcelgenius.com @ 2026-06-12 03:17:59 by W3 Total Cache
-->