<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adrian&#039;s Web Log &#187; excel</title>
	<atom:link href="http://blog.inceweb.com/adrian/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inceweb.com/adrian</link>
	<description>Adrian&#039;s second brain.</description>
	<lastBuildDate>Sun, 29 Jan 2012 21:50:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Excel code snippets for file, path and tab names in cells</title>
		<link>http://blog.inceweb.com/adrian/2007/01/11/excel-code-snippets/</link>
		<comments>http://blog.inceweb.com/adrian/2007/01/11/excel-code-snippets/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 16:33:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/2007/01/11/excel-code-snippets/</guid>
		<description><![CDATA[From xlDynamic.com File path, file and worksheet name: =CELL("filename",A1) File path only: =LEFT(CELL("filename",A1),FIND("[",CELL("filename",A1),1)-1) File name only: =MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1, FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1) The sheet name: =MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255) Restriction: this technique only works for workbooks that have been saved at least once.]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://www.xldynamic.com/source/xld.xlFAQ0002.html" title="xlDynamic Excel FAQs">xlDynamic.com</a></p>
<p class="MsoNormal">File path, file and worksheet name:</p>
<p><code>=CELL("filename",A1)</code></p>
<p class="MsoNormal">File path only:</p>
<p><code>=LEFT(CELL("filename",A1),FIND("[",CELL("filename",A1),1)-1)</code></p>
<p class="MsoNormal">File name only:</p>
<p><code>=MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,</code></p>
<p><code>FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1)</code></p>
<p class="MsoNormal">The sheet name:</p>
<p><code>=MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255)</code></p>
<p class="MsoNormal">Restriction: this technique only works for workbooks that have been saved at least once.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2007/01/11/excel-code-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

