<?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>Microsoft Excel &#8211; WorkAsOne.com</title>
	<atom:link href="https://www.workasone.com/category/microsoft-excel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.workasone.com</link>
	<description>Technology and Working Together</description>
	<lastBuildDate>Tue, 17 Apr 2018 18:28:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>URL Decode formula for Excel</title>
		<link>https://www.workasone.com/microsoft-excel/url-decode-formula-for-excel/</link>
		
		<dc:creator><![CDATA[Samir]]></dc:creator>
		<pubDate>Thu, 05 Apr 2018 18:11:58 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<guid isPermaLink="false">https://www.workasone.com/?p=520</guid>

					<description><![CDATA[Excel provides a EncodeURL() function to encode URLs, but surprisingly does not provide any function to decode a URL (e.g., DecodeURL or UnencodeURL).  Instead, you can use the following formula:=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(CELL_CONTAINING_ENCODEDURL,"%3F","?"),"%20"," "),"%25", "%"),"%26","&amp;"),"%3D","="),"%7B","{"),"%7D","}"),"%5B","["),"%5D","]"),"%3A",":"),"%22","""")Replace CELL_CONTAINING_ENCODEDURL with cell address containing the encoded URL.Please let me know if I've missed any codes and I'll update the formula.Thanks to Christi Olson [...]]]></description>
		
		
		
			</item>
	</channel>
</rss>
