<?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: How to Name a Column in Google Sheets	</title>
	<atom:link href="https://davidmeindl.com/how-to-name-a-column-in-google-sheets/feed/" rel="self" type="application/rss+xml" />
	<link>https://davidmeindl.com/how-to-name-a-column-in-google-sheets/</link>
	<description>Guidance for digital marketers</description>
	<lastBuildDate>Mon, 22 Mar 2021 13:57:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Dave		</title>
		<link>https://davidmeindl.com/how-to-name-a-column-in-google-sheets/#comment-427</link>

		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Mon, 22 Mar 2021 13:57:43 +0000</pubDate>
		<guid isPermaLink="false">https://davidmeindl.com/?p=413#comment-427</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davidmeindl.com/how-to-name-a-column-in-google-sheets/#comment-426&quot;&gt;Bui Linh Giang&lt;/a&gt;.

Happy to help. If you&#039;re able to share your sheet, please do so and I&#039;ll be happy to take a look. If not, please share your formula.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davidmeindl.com/how-to-name-a-column-in-google-sheets/#comment-426">Bui Linh Giang</a>.</p>
<p>Happy to help. If you&#8217;re able to share your sheet, please do so and I&#8217;ll be happy to take a look. If not, please share your formula.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bui Linh Giang		</title>
		<link>https://davidmeindl.com/how-to-name-a-column-in-google-sheets/#comment-426</link>

		<dc:creator><![CDATA[Bui Linh Giang]]></dc:creator>
		<pubDate>Mon, 22 Mar 2021 11:03:41 +0000</pubDate>
		<guid isPermaLink="false">https://davidmeindl.com/?p=413#comment-426</guid>

					<description><![CDATA[Hi Dave!

I have problem like that: I use Query function, and it can not understand column BY.
How can fix it? Help me, please.

Thank you,]]></description>
			<content:encoded><![CDATA[<p>Hi Dave!</p>
<p>I have problem like that: I use Query function, and it can not understand column BY.<br />
How can fix it? Help me, please.</p>
<p>Thank you,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dave		</title>
		<link>https://davidmeindl.com/how-to-name-a-column-in-google-sheets/#comment-388</link>

		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Sat, 20 Feb 2021 03:19:19 +0000</pubDate>
		<guid isPermaLink="false">https://davidmeindl.com/?p=413#comment-388</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davidmeindl.com/how-to-name-a-column-in-google-sheets/#comment-387&quot;&gt;Goo&lt;/a&gt;.

The first thing I would say is: I typically give each column its own name, rather than grouping multiple columns together and giving the group of columns a single name. In fact, you can have single column named ranges within another multi-column named range. For example, you could have a named range for Sheet1!A:C as well as a named range for Sheet1!C:C.

However, if you do group a set of columns together as a named range and don&#039;t want to create named ranges for individual columns, you can use QUERY to reference a specific column within the range. For example, suppose you created a named range &quot;myTable&quot; for Sheet1!A:C. You could reference column C as follows:

&lt;code&gt;=QUERY(myTable, &quot;SELECT C&quot;)&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davidmeindl.com/how-to-name-a-column-in-google-sheets/#comment-387">Goo</a>.</p>
<p>The first thing I would say is: I typically give each column its own name, rather than grouping multiple columns together and giving the group of columns a single name. In fact, you can have single column named ranges within another multi-column named range. For example, you could have a named range for Sheet1!A:C as well as a named range for Sheet1!C:C.</p>
<p>However, if you do group a set of columns together as a named range and don&#8217;t want to create named ranges for individual columns, you can use QUERY to reference a specific column within the range. For example, suppose you created a named range &#8220;myTable&#8221; for Sheet1!A:C. You could reference column C as follows:</p>
<p><code>=QUERY(myTable, "SELECT C")</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Goo		</title>
		<link>https://davidmeindl.com/how-to-name-a-column-in-google-sheets/#comment-387</link>

		<dc:creator><![CDATA[Goo]]></dc:creator>
		<pubDate>Sat, 20 Feb 2021 01:24:53 +0000</pubDate>
		<guid isPermaLink="false">https://davidmeindl.com/?p=413#comment-387</guid>

					<description><![CDATA[Let&#039;s say you have a named range called &quot;LookUpTable&quot;, containing a really important column, say, &quot;ImportantColumn&quot;.
How would you reference that particular field in your named range?]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you have a named range called &#8220;LookUpTable&#8221;, containing a really important column, say, &#8220;ImportantColumn&#8221;.<br />
How would you reference that particular field in your named range?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
