<?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: Return Worksheet Name in a Cell	</title>
	<atom:link href="https://excelzoom.com/return-worksheet-name-in-a-cell/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelzoom.com/return-worksheet-name-in-a-cell/</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Fri, 25 Sep 2015 17:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Scott DeLuzio		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-1740</link>

		<dc:creator><![CDATA[Scott DeLuzio]]></dc:creator>
		<pubDate>Fri, 25 Sep 2015 17:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-1740</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-1739&quot;&gt;ak J&lt;/a&gt;.

Yes, the formula in this tutorial is only going to provide the worksheet name, not the file name. The function provided will find the worksheet name in the file path using the parameters in the MID() and FIND() functions. If you want the full file path (i.e. C:usersnamepath-to-file[filename.xlsx]worksheet-name), use =CELL(&quot;filename&quot;,A1). 
If you only want the filename, you can use =MID(CELL(&quot;filename&quot;,A1),FIND(&quot;[&quot;,CELL(&quot;filename&quot;,A1))+1,(FIND(&quot;]&quot;,CELL(&quot;filename&quot;,A1))-1)-(FIND(&quot;[&quot;,CELL(&quot;filename&quot;,A1))+1))
Again this formula will use the MID() and FIND() functions to get the text that is in between the square brackets [ ] in the full file path, which should be the file name.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-1739">ak J</a>.</p>
<p>Yes, the formula in this tutorial is only going to provide the worksheet name, not the file name. The function provided will find the worksheet name in the file path using the parameters in the MID() and FIND() functions. If you want the full file path (i.e. C:usersnamepath-to-file[filename.xlsx]worksheet-name), use =CELL(&#8220;filename&#8221;,A1).<br />
If you only want the filename, you can use =MID(CELL(&#8220;filename&#8221;,A1),FIND(&#8220;[&#8220;,CELL(&#8220;filename&#8221;,A1))+1,(FIND(&#8220;]&#8221;,CELL(&#8220;filename&#8221;,A1))-1)-(FIND(&#8220;[&#8220;,CELL(&#8220;filename&#8221;,A1))+1))<br />
Again this formula will use the MID() and FIND() functions to get the text that is in between the square brackets [ ] in the full file path, which should be the file name.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ak J		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-1739</link>

		<dc:creator><![CDATA[ak J]]></dc:creator>
		<pubDate>Fri, 25 Sep 2015 05:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-1739</guid>

					<description><![CDATA[It gives the worksheet name and not the file name......]]></description>
			<content:encoded><![CDATA[<p>It gives the worksheet name and not the file name&#8230;&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dan Goldzband		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-1469</link>

		<dc:creator><![CDATA[Dan Goldzband]]></dc:creator>
		<pubDate>Mon, 26 Jan 2015 18:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-1469</guid>

					<description><![CDATA[I strongly recommend using the filepath insert in every footer.  You have no idea how many times it has saved me when an internal client wanted me to update or change an analysis I had prepared and given him weeks or months earlier.  Without that footer I would have had difficulty finding the original file.]]></description>
			<content:encoded><![CDATA[<p>I strongly recommend using the filepath insert in every footer.  You have no idea how many times it has saved me when an internal client wanted me to update or change an analysis I had prepared and given him weeks or months earlier.  Without that footer I would have had difficulty finding the original file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-952</link>

		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Tue, 24 Dec 2013 23:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-952</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-949&quot;&gt;Jamil&lt;/a&gt;.

Ok now I get it. Part of why I got it to work was I did the exact opposite of eceryone else. I types a working formula into Excel and then copied it to the site. I&#039;m sure the site played a little HTML magic and made it not work for everyone else copying it into their Excel sheets. Sorry for the confusion. Lesson learned!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-949">Jamil</a>.</p>
<p>Ok now I get it. Part of why I got it to work was I did the exact opposite of eceryone else. I types a working formula into Excel and then copied it to the site. I&#8217;m sure the site played a little HTML magic and made it not work for everyone else copying it into their Excel sheets. Sorry for the confusion. Lesson learned!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jamil		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-949</link>

		<dc:creator><![CDATA[Jamil]]></dc:creator>
		<pubDate>Mon, 23 Dec 2013 15:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-949</guid>

					<description><![CDATA[Okay. i found the issue.  when you type the quotation &quot;&quot; into excel directly. it works. but once you post this here. it automatically changes it to applicable default of HTML or whatever language this website is built.  if it does not work. try Not to copy and paste from this link but to type it in Excel cell.]]></description>
			<content:encoded><![CDATA[<p>Okay. i found the issue.  when you type the quotation &#8220;&#8221; into excel directly. it works. but once you post this here. it automatically changes it to applicable default of HTML or whatever language this website is built.  if it does not work. try Not to copy and paste from this link but to type it in Excel cell.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jamil		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-948</link>

		<dc:creator><![CDATA[Jamil]]></dc:creator>
		<pubDate>Mon, 23 Dec 2013 15:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-948</guid>

					<description><![CDATA[the formula works in all versions but the problem is with the small quotation marks.    can you try now with copying the formula i have put.  

=MID(CELL(&quot;filename&quot;,A1),FIND(&quot;]&quot;,CELL(&quot;filename&quot;,A1))+1,256)]]></description>
			<content:encoded><![CDATA[<p>the formula works in all versions but the problem is with the small quotation marks.    can you try now with copying the formula i have put.  </p>
<p>=MID(CELL(&#8220;filename&#8221;,A1),FIND(&#8220;]&#8221;,CELL(&#8220;filename&#8221;,A1))+1,256)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-946</link>

		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Mon, 23 Dec 2013 01:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-946</guid>

					<description><![CDATA[This formula should work regardless of which version of Excel you are running. I am currently running Excel 2010, but this was written back before I upgraded to 2010, and it still works. The trick is to make sure the file has been saved at least once before it will work properly.
For example, if you follow these steps, you will get the following results:
- Open a new workbook 
- Enter the formula =MID(CELL(&quot;filename&quot;,A1),FIND(&quot;]&quot;,CELL(&quot;filename&quot;,A1))+1,256)
- Result #VALUE! (most likely what you were doing??)
OR
- Open a new workbook
- Save the new workbook
- Enter the formula =MID(CELL(&quot;filename&quot;,A1),FIND(&quot;]&quot;,CELL(&quot;filename&quot;,A1))+1,256)
- Result Sheet1 (or whatever your worksheet&#039;s name is)
OR
- Open an existing workbook (previously saved)
- Enter the formula =MID(CELL(&quot;filename&quot;,A1),FIND(&quot;]&quot;,CELL(&quot;filename&quot;,A1))+1,256)
- Result Sheet1 (or whatever your worksheet&#039;s name is)

The trick - save the file and everything should work just fine.]]></description>
			<content:encoded><![CDATA[<p>This formula should work regardless of which version of Excel you are running. I am currently running Excel 2010, but this was written back before I upgraded to 2010, and it still works. The trick is to make sure the file has been saved at least once before it will work properly.<br />
For example, if you follow these steps, you will get the following results:<br />
&#8211; Open a new workbook<br />
&#8211; Enter the formula =MID(CELL(&#8220;filename&#8221;,A1),FIND(&#8220;]&#8221;,CELL(&#8220;filename&#8221;,A1))+1,256)<br />
&#8211; Result #VALUE! (most likely what you were doing??)<br />
OR<br />
&#8211; Open a new workbook<br />
&#8211; Save the new workbook<br />
&#8211; Enter the formula =MID(CELL(&#8220;filename&#8221;,A1),FIND(&#8220;]&#8221;,CELL(&#8220;filename&#8221;,A1))+1,256)<br />
&#8211; Result Sheet1 (or whatever your worksheet&#8217;s name is)<br />
OR<br />
&#8211; Open an existing workbook (previously saved)<br />
&#8211; Enter the formula =MID(CELL(&#8220;filename&#8221;,A1),FIND(&#8220;]&#8221;,CELL(&#8220;filename&#8221;,A1))+1,256)<br />
&#8211; Result Sheet1 (or whatever your worksheet&#8217;s name is)</p>
<p>The trick &#8211; save the file and everything should work just fine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roger Bertrand		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-945</link>

		<dc:creator><![CDATA[Roger Bertrand]]></dc:creator>
		<pubDate>Sun, 22 Dec 2013 18:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-945</guid>

					<description><![CDATA[First tip I try from this site and it will not work...
I am using Excel 2007, and that formula does not work.
Has anybody, with Excel 2007, having it work?]]></description>
			<content:encoded><![CDATA[<p>First tip I try from this site and it will not work&#8230;<br />
I am using Excel 2007, and that formula does not work.<br />
Has anybody, with Excel 2007, having it work?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Hamilton		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-936</link>

		<dc:creator><![CDATA[Michael Hamilton]]></dc:creator>
		<pubDate>Sun, 01 Dec 2013 22:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-936</guid>

					<description><![CDATA[Often times it’s useful to be able to display your worksheet’s name in a cell in the worksheet. This could be tedious if you have a file with a lot of sheets, whose names could change frequently. Luckily there are a couple ways around this problem.
If you want to display this information in a cell in your file, enter the following formula in the cell where you want the name to appear:
=MID(CELL(“filename”,A1),FIND(“]”,CELL(“filename”,A1))+1,256)

This tip doesn&#039;t seem to work and It looks like it may be the find criteria]]></description>
			<content:encoded><![CDATA[<p>Often times it’s useful to be able to display your worksheet’s name in a cell in the worksheet. This could be tedious if you have a file with a lot of sheets, whose names could change frequently. Luckily there are a couple ways around this problem.<br />
If you want to display this information in a cell in your file, enter the following formula in the cell where you want the name to appear:<br />
=MID(CELL(“filename”,A1),FIND(“]”,CELL(“filename”,A1))+1,256)</p>
<p>This tip doesn&#8217;t seem to work and It looks like it may be the find criteria</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jan		</title>
		<link>https://excelzoom.com/return-worksheet-name-in-a-cell/#comment-915</link>

		<dc:creator><![CDATA[jan]]></dc:creator>
		<pubDate>Mon, 29 Jul 2013 16:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=108#comment-915</guid>

					<description><![CDATA[In 2013 the following formula is enough:
=CELL(&quot;filename&quot;;A2)]]></description>
			<content:encoded><![CDATA[<p>In 2013 the following formula is enough:<br />
=CELL(&#8220;filename&#8221;;A2)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
