<?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/"
	
	>
<channel>
	<title>
	Comments on: Google Sheets: How to Select the Last Value in a Column	</title>
	<atom:link href="https://davidmeindl.com/google-sheets-how-to-select-the-last-value-in-a-column/feed/" rel="self" type="application/rss+xml" />
	<link>https://davidmeindl.com/google-sheets-how-to-select-the-last-value-in-a-column/</link>
	<description>Guidance for digital marketers</description>
	<lastBuildDate>Thu, 29 Aug 2024 10:27:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ken Pillig		</title>
		<link>https://davidmeindl.com/google-sheets-how-to-select-the-last-value-in-a-column/#comment-4158</link>

		<dc:creator><![CDATA[Ken Pillig]]></dc:creator>
		<pubDate>Thu, 29 Aug 2024 10:27:03 +0000</pubDate>
		<guid isPermaLink="false">https://davidmeindl.com/?p=8423#comment-4158</guid>

					<description><![CDATA[MATE! Thank you so much for the formula and associated explanation. Now I can get my running balance transferred to the top of the screen, instead of having to scroll to the bottom of the sheet.]]></description>
			<content:encoded><![CDATA[<p>MATE! Thank you so much for the formula and associated explanation. Now I can get my running balance transferred to the top of the screen, instead of having to scroll to the bottom of the sheet.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dave		</title>
		<link>https://davidmeindl.com/google-sheets-how-to-select-the-last-value-in-a-column/#comment-486</link>

		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Fri, 04 Jun 2021 02:49:15 +0000</pubDate>
		<guid isPermaLink="false">https://davidmeindl.com/?p=8423#comment-486</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davidmeindl.com/google-sheets-how-to-select-the-last-value-in-a-column/#comment-484&quot;&gt;Nerea&lt;/a&gt;.

Try something like this:

&lt;code&gt;=QUERY(SORT({SEQUENCE(3,1,3,-1),ARRAY_CONSTRAIN(SORT(Sheet1!A2:A,ROW(Sheet1!A2:A)*N(Sheet1!A2:A&lt;&gt;&quot;&quot;),FALSE),3,1)}),&quot;SELECT Col2&quot;,0)&lt;/code&gt;

You can &lt;a href=&quot;https://docs.google.com/spreadsheets/d/1r-jmsQ2RvLjHRlyR5VRZR68Gcz7-_xIDlCQdxUNUc3g/edit#gid=1529602582&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;see it in action here&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davidmeindl.com/google-sheets-how-to-select-the-last-value-in-a-column/#comment-484">Nerea</a>.</p>
<p>Try something like this:</p>
<p><code>=QUERY(SORT({SEQUENCE(3,1,3,-1),ARRAY_CONSTRAIN(SORT(Sheet1!A2:A,ROW(Sheet1!A2:A)*N(Sheet1!A2:A<>""),FALSE),3,1)}),"SELECT Col2",0)</code></p>
<p>You can <a href="https://docs.google.com/spreadsheets/d/1r-jmsQ2RvLjHRlyR5VRZR68Gcz7-_xIDlCQdxUNUc3g/edit#gid=1529602582" target="_blank" rel="noopener nofollow ugc">see it in action here</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nerea		</title>
		<link>https://davidmeindl.com/google-sheets-how-to-select-the-last-value-in-a-column/#comment-484</link>

		<dc:creator><![CDATA[Nerea]]></dc:creator>
		<pubDate>Fri, 04 Jun 2021 01:24:17 +0000</pubDate>
		<guid isPermaLink="false">https://davidmeindl.com/?p=8423#comment-484</guid>

					<description><![CDATA[Hi! Very good article and very good explained.
In case you don’t want to get only the last row, but the last 3 rows for example, how should it be done?
I stay tuned for new news.
Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi! Very good article and very good explained.<br />
In case you don’t want to get only the last row, but the last 3 rows for example, how should it be done?<br />
I stay tuned for new news.<br />
Thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
