<?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 Formula to Get Column by Name / Label	</title>
	<atom:link href="https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/feed/" rel="self" type="application/rss+xml" />
	<link>https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/</link>
	<description>Guidance for digital marketers</description>
	<lastBuildDate>Wed, 19 Jun 2024 00:03:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Dave Meindl		</title>
		<link>https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/#comment-4034</link>

		<dc:creator><![CDATA[Dave Meindl]]></dc:creator>
		<pubDate>Wed, 19 Jun 2024 00:03:29 +0000</pubDate>
		<guid isPermaLink="false">https://rebeldojo.com/?p=8348#comment-4034</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/#comment-3938&quot;&gt;Vinya&lt;/a&gt;.

I suspect you&#039;ve got something else going on there. I attempted the following formula. Worked just fine.
&lt;code&gt;=QUERY(data!A:C,&quot;SELECT &quot;&#038;SUBSTITUTE(ADDRESS(1,MATCH(&quot;make&quot;,data!A1:C1,0),4),1,&quot;&quot;))&lt;/code&gt;

One peculiarity... Maybe it&#039;s a regional thing. You&#039;re using semi-colons instead of commas. At least in the U.S., the functions in this formula call for commas.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/#comment-3938">Vinya</a>.</p>
<p>I suspect you&#8217;ve got something else going on there. I attempted the following formula. Worked just fine.<br />
<code>=QUERY(data!A:C,"SELECT "&amp;SUBSTITUTE(ADDRESS(1,MATCH("make",data!A1:C1,0),4),1,""))</code></p>
<p>One peculiarity&#8230; Maybe it&#8217;s a regional thing. You&#8217;re using semi-colons instead of commas. At least in the U.S., the functions in this formula call for commas.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vinya		</title>
		<link>https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/#comment-3938</link>

		<dc:creator><![CDATA[Vinya]]></dc:creator>
		<pubDate>Mon, 08 Apr 2024 13:20:41 +0000</pubDate>
		<guid isPermaLink="false">https://rebeldojo.com/?p=8348#comment-3938</guid>

					<description><![CDATA[I am following and using this formula down to  final string result to look like “data!C:C” - I am trying to use the Query Function to populate the rest of the column with the data in the identified header of the column but it looks like the Google Visualisation API Query Language no longer supports the combination of the above with my query.
=&quot;Data!&#039;!&quot;&#038;SUBSTITUTE(ADDRESS(1;MATCH(&quot;nameofcolumnHeaderColumnA&quot;;&#039;Data&#039;!A1:S1;0);4);1;&quot;&quot;)

This
=QUERY(Data!D:S;&quot;SELECT &quot;&#038;SUBSTITUTE(ADDRESS(1;MATCH(&quot;nameofcolumnHeaderColumnA&quot;;Data!A1:S1;0);4);1;&quot;&quot;))
works in older versions of my setup but now when creating it in a new formula it states that it is not compatible with the API query language so it just returns an error.

Thanks,]]></description>
			<content:encoded><![CDATA[<p>I am following and using this formula down to  final string result to look like “data!C:C” &#8211; I am trying to use the Query Function to populate the rest of the column with the data in the identified header of the column but it looks like the Google Visualisation API Query Language no longer supports the combination of the above with my query.<br />
=&#8221;Data!&#8217;!&#8221;&amp;SUBSTITUTE(ADDRESS(1;MATCH(&#8220;nameofcolumnHeaderColumnA&#8221;;&#8217;Data&#8217;!A1:S1;0);4);1;&#8221;&#8221;)</p>
<p>This<br />
=QUERY(Data!D:S;&#8221;SELECT &#8220;&amp;SUBSTITUTE(ADDRESS(1;MATCH(&#8220;nameofcolumnHeaderColumnA&#8221;;Data!A1:S1;0);4);1;&#8221;&#8221;))<br />
works in older versions of my setup but now when creating it in a new formula it states that it is not compatible with the API query language so it just returns an error.</p>
<p>Thanks,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dave Meindl		</title>
		<link>https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/#comment-1721</link>

		<dc:creator><![CDATA[Dave Meindl]]></dc:creator>
		<pubDate>Fri, 21 Oct 2022 16:05:04 +0000</pubDate>
		<guid isPermaLink="false">https://rebeldojo.com/?p=8348#comment-1721</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/#comment-1720&quot;&gt;Julia&lt;/a&gt;.

It sounds like you are wanting to &lt;a href=&quot;https://support.google.com/docs/answer/6208276?hl=en&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;create an array&lt;/a&gt; where the data from each sheet is appended as rows. Use an array to combine the data from the three sheets into a single sheet. Use &lt;a href=&quot;https://support.google.com/docs/answer/3093197?hl=en&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;FILTER&lt;/a&gt; to limit the ranges to only those rows that have data.

&lt;code&gt;={FILTER(Tab1!A:A,Tab1!A:A&lt;&gt;&quot;&quot;);FILTER(Tab2!A:A,Tab2!A:A&lt;&gt;&quot;&quot;);FILTER(Tab3!A:A,Tab3!A:A&lt;&gt;&quot;&quot;)}&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/#comment-1720">Julia</a>.</p>
<p>It sounds like you are wanting to <a href="https://support.google.com/docs/answer/6208276?hl=en" target="_blank" rel="noopener nofollow ugc">create an array</a> where the data from each sheet is appended as rows. Use an array to combine the data from the three sheets into a single sheet. Use <a href="https://support.google.com/docs/answer/3093197?hl=en" target="_blank" rel="noopener nofollow ugc">FILTER</a> to limit the ranges to only those rows that have data.</p>
<p><code>={FILTER(Tab1!A:A,Tab1!A:A<>"");FILTER(Tab2!A:A,Tab2!A:A<>"");FILTER(Tab3!A:A,Tab3!A:A<>"")}</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Julia		</title>
		<link>https://davidmeindl.com/google-sheets-formula-to-get-column-by-name-label/#comment-1720</link>

		<dc:creator><![CDATA[Julia]]></dc:creator>
		<pubDate>Fri, 21 Oct 2022 15:30:27 +0000</pubDate>
		<guid isPermaLink="false">https://rebeldojo.com/?p=8348#comment-1720</guid>

					<description><![CDATA[Hello! For the &quot;Use INDIRECT to get a column by name / label&quot;, how do I use this to combine columns from multiple tabs? I have three tabs that are importing data from external sources using importrange. They are all called &#039;Unique ID&#039;. I want to combine them into a single column in a new tab. Thank you!!]]></description>
			<content:encoded><![CDATA[<p>Hello! For the &#8220;Use INDIRECT to get a column by name / label&#8221;, how do I use this to combine columns from multiple tabs? I have three tabs that are importing data from external sources using importrange. They are all called &#8216;Unique ID&#8217;. I want to combine them into a single column in a new tab. Thank you!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
