<?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>Excel Matic - from the Dhakkanz</title>
	<atom:link href="http://www.excelmatic.dhakkanz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.excelmatic.dhakkanz.com</link>
	<description>Learning Excel from the Dhakkanz</description>
	<lastBuildDate>Wed, 28 Dec 2011 07:35:40 +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>How to create dynamic Hyperlinks</title>
		<link>http://www.excelmatic.dhakkanz.com/create-dynamic-hyperlinks/</link>
		<comments>http://www.excelmatic.dhakkanz.com/create-dynamic-hyperlinks/#comments</comments>
		<pubDate>Sat, 29 May 2010 19:05:30 +0000</pubDate>
		<dc:creator>Mohit Khurana</dc:creator>
				<category><![CDATA[Advanced Topics]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.excelmatic.dhakkanz.com/?p=506</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fcreate-dynamic-hyperlinks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fcreate-dynamic-hyperlinks%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have been using Excel to perform all my stock market record-keeping and stock-tracking activities. I use it to daily get the stock numbers using the external data functionality to know what my daily gains and losses have been. Lately I tried adding another functionality to it and during that I came across a need to use a function that helps create Hyperlinks to web pages. For this I used Hyperlink() function.<span id="more-506"></span></p>
<p>But my tool was dynamic, and similarly the hyperlink was also supposed to be dynamic. It was supposed to get me to the Yahoo Finance&#8217;s page of the company that I had selected in my tool. So, it means that the hyperlink should change with a change of company in my tool. This is how I did it:</p>
<p>I used the Concatenate and Hyperlink function to achieve this. For the concatenate, I actually used the Ampersand (&amp;) rather than using the concatenate function.</p>
<p>If you have used Yahoo Finance, you would know that the web address naming for a company snapshot on Yahoo Finance is something like this (I am using Indian firms as I check on those only):</p>
<blockquote><p>Bharti Airtel &#8211; http://finance.yahoo.com/q?s=BHARTIARTL.BO<br />
Punj Lloyd &#8211; http://finance.yahoo.com/q?s=PUNJLLOYD.BO</p></blockquote>
<p>Note the naming convention of the two links. The part &#8220;http://finance.yahoo.com/q?s=&#8221; remains common in the two links. And the end part, is actually the BSE Codes. You can get these codes from the BSE wesbite.</p>
<p>So, I created the formula as (please remove the spaces from the below function, except from &#8220;Home Page&#8221;) -</p>
<blockquote><p>= Hyperlink(&#8220;http://finance.yahoo.com/q?s=&#8221; &amp; A1, &#8220;Home Page&#8221;)</p></blockquote>
<p>And in the cell A1, I created a dynamic lookup to the code according to the company that I selected. This dynamic lookup would pick up the BSE code from a list and would feed it the to the Hyperlink function to get to the appropriate webpage. Now, whenever I change the company that I am analyzing, I can open up it&#8217;s snapshot page without any hassles.</p>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/create-dynamic-hyperlinks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Excel Matic gets ranked by Google!</title>
		<link>http://www.excelmatic.dhakkanz.com/excel-matic-ranked-google/</link>
		<comments>http://www.excelmatic.dhakkanz.com/excel-matic-ranked-google/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 19:54:01 +0000</pubDate>
		<dc:creator>Mohit Khurana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.excelmatic.dhakkanz.com/?p=488</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fexcel-matic-ranked-google%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fexcel-matic-ranked-google%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>
<p>I am writing this post to thank all of you who have visited <a href="http://www.excelmatic.dhakkanz.com" target="_self">Excel Matic</a>, even for once. Today, I discovered that <a href="http://www.excelmatic.dhakkanz.com" target="_self">Excel Matic</a> has been ranked by Google and <a href="http://www.excelmatic.dhakkanz.com" target="_self">Excel Matic</a> has <strong>Page Rank of 1</strong>.</p>
<p>So, thanks to all of you and do keep visiting <a href="http://www.excelmatic.dhakkanz.com" target="_self">Excel Matic</a>.<span id="more-488"></span></p>
</div>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/excel-matic-ranked-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is auto fill in microsoft excel?</title>
		<link>http://www.excelmatic.dhakkanz.com/auto-fill-microsoft-excel/</link>
		<comments>http://www.excelmatic.dhakkanz.com/auto-fill-microsoft-excel/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 11:47:04 +0000</pubDate>
		<dc:creator>Mohit Khurana</dc:creator>
				<category><![CDATA[Excel Basics]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Queries]]></category>

		<guid isPermaLink="false">http://www.excelmatic.dhakkanz.com/?p=476</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fauto-fill-microsoft-excel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fauto-fill-microsoft-excel%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Auto fill is the ability of Excel to identify and fill a series of text or numbers, automatically, in a given range. For example, you want to fill down a row, a series of numbers from 1 to 10. There are 2 ways to do it:</p>
<p>One is that you type these numbers manually yourself. This method is fine, if in this case, as there are only 10 numbers to be manually-punched. But what if the series to be filled was 1 to 1,000? &#8230;or 10,000?<span id="more-476"></span></p>
<p>The second method to fill the series is making use of Auto Fill. In Auto Fill, you need to fill only starting 2-3 numbers (or text for that matter) and then drag the range down using fill handle. MS Excel will identify the series by itself and will fill the range till where you drag down the range. The below image shows the &#8216;Fill Handle&#8217;.</p>
<p style="text-align: center;"><a href="http://www.excelmatic.dhakkanz.com/wp-content/uploads/2010/04/Auto-Fill.png"><img class="size-full wp-image-481  aligncenter" title="Auto Fill" src="http://www.excelmatic.dhakkanz.com/wp-content/uploads/2010/04/Auto-Fill.png" alt="" /></a></p>
<p>Examples: Here are a few examples of what type of series can be used:</p>
<ul>
<li>The simplest of series is filling a range with numbers that increase by a common number, let us assume by 4. For this, write first 2-3 numbers yourself (e.g. in range A1 to A3). Then select these 3 cells and then hover your mouse over bottom-right corner of the selected range. The moment you hover, the pointer turns to a cross shape. Now, press the mouse button and drag the range to number of cells that you want to be filled automatically, till you reach the number you want</li>
<li>Alphanumeric Range: Assume that you want to fill a range of cells that has alphanumeric range, in which the last part is numeric and that number increase by a unit with each row down the column. Example &#8211; Emp1, Emp2, Emp3,&#8230;Emp<em>n.</em> For this too, Auto Fill series can be used. Here also you need to manually write first 2-3 entries. Then fill the series by select-drag-n-fill method explained in previous example. A point to note here is that in all alpha-numeric ranges, where auto-fill is used, the string has to end with a number and the series will only work on these numbers (numbers at the end) only</li>
<li>Other series that Excel already knows and can fill for you are name of months, name of weekdays, etc. You can also create your own list with multiple entries and then later you can simply use first few entries and then drag-n-fill to complete the series/range, etc.</li>
</ul>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/auto-fill-microsoft-excel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grab It (beta 1.6) &#8211; A game in MS Excel</title>
		<link>http://www.excelmatic.dhakkanz.com/download-free-game-excel-grabit-beta-version/</link>
		<comments>http://www.excelmatic.dhakkanz.com/download-free-game-excel-grabit-beta-version/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 19:11:08 +0000</pubDate>
		<dc:creator>Mohit Khurana</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Excel VBA]]></category>

		<guid isPermaLink="false">http://www.excelmatic.dhakkanz.com/?p=459</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fdownload-free-game-excel-grabit-beta-version%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fdownload-free-game-excel-grabit-beta-version%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>
<p>Hello everybody!</p>
<p>I was recently working on a small project, wherein I am trying to write <strong>a small game in Excel</strong>. Yes! A game in MS Excel.</p>
<p>You can <a title="Grab It - a game by 'Excel Matic - from the Dhakkanz'" href="http://www.box.net/shared/fiso4j98ne" target="_blank"><strong>download the game here</strong></a>, for FREE! You might have played this game on your mobile phones or your PCs for that matter. But, I tried to write the code in Excel.<span id="more-459"></span></p>
<p>The game currently is n beta version. In this version, you can play game against another player, but not against the computer. The game also currently, does not save history of games played.</p>
<p><img class="alignright size-medium wp-image-551" title="Screen Shot 2011-12-10 at 6.05.23 PM" src="http://www.excelmatic.dhakkanz.com/wp-content/uploads/2010/04/Screen-Shot-2011-12-10-at-6.05.23-PM-300x173.png" alt="" width="300" height="173" /><strong>How to play the game?</strong></p>
<p>The game is pretty simple easy to play. The game can be played turn-by-turn between 2 players only. The game is all about strategically placing your color in maximum number of cells and grabbing the opponent&#8217;s cells. Once all cells are grabbed by either players, the Winner, the one which has maximum cells, is announced.</p>
<p><strong>Feedback on the game</strong></p>
<p>If you download this game and like it, please do write to us. And, in case you did not like it, then you MUST write to us and tell us what did you not like about it.</p>
<p>Also, in case you face any issues working with / playing this game, do let us know. We will accordingly reply back.</p>
<p>Enjoy!</p>
<p>Mohit (aka Rishie)</p>
</div>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/download-free-game-excel-grabit-beta-version/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Function Match()</title>
		<link>http://www.excelmatic.dhakkanz.com/function-match/</link>
		<comments>http://www.excelmatic.dhakkanz.com/function-match/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 15:30:52 +0000</pubDate>
		<dc:creator>Rishie Khurana</dc:creator>
				<category><![CDATA[Advanced Topics]]></category>
		<category><![CDATA[Excel Functions]]></category>
		<category><![CDATA[Lookup Functions]]></category>

		<guid isPermaLink="false">http://rishienama.wordpress.com/?p=77</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Ffunction-match%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Ffunction-match%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="font-family: Arial, Helvetica, sans-serif;">Match function is used to get the relative location of a text or value within a specified array.</span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><strong><span style="text-decoration: underline;">Syntax</span></strong>:</span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;">= Match (Lookup_value, Lookup_array, Lookup_type)</span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><strong>Lookup_value</strong>: This value in the function specifies the value or the text (an item) that is to be looked up in the array (or a range of cells)</span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><span id="more-77"></span></span><br />
<span style="font-family: Arial, Helvetica, sans-serif;"><strong>Lookup_array</strong>: This is where one specifies the range in which the item is to be looked up. This can be a range of cells, a range name, or a reference to a range</span><br />
<span style="font-family: Arial, Helvetica, sans-serif;"><strong>Lookup_type</strong>: This field determines the limitations to how the value should be looked up in the array This value can be either 1, 0 or -1. In case Match Type is omitted, the default type 1 is taken. Following are the explanation to each of these values.</span></p>
<ul>
<li><span style="font-family: Arial, Helvetica, sans-serif;">If the Match type is 1 the function will search for largest value that is less than or equal to lookup_value</span></li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">With the Match type 0 the function gives the exact match of the lookup_value</span></li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">MATCH finds the smallest value that is greater than or equal to lookup_value in case the Match type is -1</span></li>
</ul>
<p><strong><span style="text-decoration: underline;">Examples</span><span style="font-weight: normal;">:</span></strong></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><strong><span style="font-weight: normal;">For the examples below, please consider the data as shown in image below:</span></strong></span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><strong><span style="font-weight: normal;"><a href="http://www.excelmatic.dhakkanz.com/wp-content/uploads/2010/01/Function-Match-1.png"><img class="aligncenter size-medium wp-image-452" title="Function Match - 1" src="http://www.excelmatic.dhakkanz.com/wp-content/uploads/2010/01/Function-Match-1-300x253.png" alt="" width="300" height="253" /></a></span></strong></span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><strong><span style="font-weight: normal;"><br />
</span></strong></span></p>
<ul>
<li><span style="font-family: Arial, Helvetica, sans-serif;">Match (&#8220;Apple&#8221;, A1:A13, 0) &#8211; the result will be: 1</span></li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">Match (&#8220;aPpLe&#8221;, A1:A13, 0) &#8211; the result will be: 1</span>
<ul>
<li><span style="font-family: Arial, Helvetica, sans-serif;">This example has lookup_value with mixed case alphabets, which is ignored by the Match Function</span></li>
</ul>
</li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">Match (B1, A1:A13, 0) &#8211; the result will be: 10</span>
<ul>
<li><span style="font-family: Arial, Helvetica, sans-serif;">(for the above example, assume that cell B1 contains Cherry) </span></li>
</ul>
</li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">Match(&#8220;Cher&#8221;, A1:A13, 1) &#8211; the result will be 8</span>
<ul>
<li><span style="font-family: Arial, Helvetica, sans-serif;">This function will result in 8 as the list has &#8216;Cherimoya&#8217; at 9th position, which is greater than the lookup_value (please read the lookup_type section above for more clarity)</span></li>
</ul>
</li>
</ul>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><strong>Application</strong>: Match function is used quite a lot with other Lookup functions, the most common usage being with <strong>VLookup</strong>. This function is used to make a dynamic reference to the column position from where the Lookup function should pick up the value to be returned.</span></p>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/function-match/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Useful Excel shortcuts – episode 2</title>
		<link>http://www.excelmatic.dhakkanz.com/excel-shortcuts-%e2%80%93-episode-2/</link>
		<comments>http://www.excelmatic.dhakkanz.com/excel-shortcuts-%e2%80%93-episode-2/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 17:37:47 +0000</pubDate>
		<dc:creator>Mohit Khurana</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>

		<guid isPermaLink="false">http://www.dhakkanz.com/?p=283</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fexcel-shortcuts-%25e2%2580%2593-episode-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fexcel-shortcuts-%25e2%2580%2593-episode-2%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This post is in continuation to my <a title="Useful Excel shortcuts – episode 1" href="http://www.excelmatic.dhakkanz.com/useful-excel-shortcuts-episode-1/" target="_blank">previous post on Excel Keyboard Shortcut</a>. This time I have chosen shortcuts for &#8216;Formatting&#8217; commands.</p>
<ul>
<li><span style="text-decoration: underline;">Activate the Formatting dialog box</span>: The shortcut key for this command is <strong>CTRL+1</strong>.<strong> </strong>This command will activate the Formatting dialog box which can then be used for applying any kind of formatting to the selected cells.<span id="more-283"></span></li>
<li><span style="text-decoration: underline;">Apply &#8216;General&#8217; format</span>: The general format is the default formatting applied on the cells. Whenever you open a new workbook, the cells have general formatting. The shortcut key to apply &#8216;General&#8217; format to selection is &#8211; <strong>CTRL+SHIFT+~</strong>. A general format also means removing other formatting, such as Number, Text, Date formatting. It does not mean to removing borders, etc.</li>
<li><span style="text-decoration: underline;">Apply &#8216;Number&#8217; format</span>: <strong>CTRL+SHIFT+1</strong> applies the number format to the selection of cells. The formatting includes &#8211; number format, the thousand separator and 2 decimal points formatting</li>
<li><span style="text-decoration: underline;">Apply &#8216;Time&#8217; format</span>: To apply a time formatting to selected cells, <strong>CTRL+SHIFT+2</strong> is used. This will apply &#8216;HH:MM AM/PM&#8217; formatting to the selected cells</li>
<li><span style="text-decoration: underline;">Apply &#8216;Date&#8217; format</span>: The date formatting converts the cell formatting to DD-MMM-YY format. The shortcut key for this formatting is <strong>CTRL+SHIFT+3</strong></li>
<li><span style="text-decoration: underline;">&#8216;Currency&#8217; format</span>: The key combination &#8211; <strong>CTRL+SHIFT+4</strong> applies the currency format to the selected cells. It applies the &#8216;$&#8217; sign to numbers and also applies 2 decimal point formatting</li>
<li><span style="text-decoration: underline;">Percentage formatting</span>: To apply &#8216;%&#8217; sign and the formatting, use the key combination &#8211; <strong>CTRL+SHIFT+5</strong></li>
<li><span style="text-decoration: underline;">Applying borders</span>: To apply outline border to cells use the <strong>CTRL+SHIFT+&amp;</strong>. This will apply normal outline border to the selection range</li>
</ul>
<p>For the border formatting, please note that the given key combination would not apply border to all cells in the range. It will only apply outline to the whole range as such. Please see the image below:</p>
<p style="text-align: center;"><a href="http://www.excelmatic.dhakkanz.com/wp-content/uploads/2010/02/Border-shortcuts.png"><img class="size-medium wp-image-351 aligncenter" title="Border - shortcuts" src="http://www.excelmatic.dhakkanz.com/wp-content/uploads/2010/02/Border-shortcuts-300x240.png" alt="" width="300" height="240" /></a></p>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/excel-shortcuts-%e2%80%93-episode-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Teach me Excel!!</title>
		<link>http://www.excelmatic.dhakkanz.com/teach-excel/</link>
		<comments>http://www.excelmatic.dhakkanz.com/teach-excel/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 14:38:33 +0000</pubDate>
		<dc:creator>Mohit Khurana</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[excel tutor]]></category>
		<category><![CDATA[learn excel]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.dhakkanz.com/?p=272</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fteach-excel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fteach-excel%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have been approached several times by my friends, colleagues and every that person, who knows that I write a blog on excel, for coaching them on MS Excel. They’ve asked me to take a session or two with them and make them proficient in this tool.</p>
<p>My question is – Is MS Excel really a rocket science? No! <span id="more-272"></span>That is for sure (I do not want to discourage Excel tutors and bloggers – I myself write blog on Excel). But my point is &#8211; Excel is no rocket science and no one can teach you how to make best use of this tool. One may tell you what functions are there in Excel, how are they written, what is data validation and Blah! Blah! Blah!</p>
<p>No one can tell you how to apply these functions in your situation. It is the Application of these concepts to solve business issues that makes one a power Excel user. And that one can only learn by – 1) Experience and 2) by using one’s own brains.</p>
<p>There is another thing that one must know to become a power user, and this applies to everything, not just Excel. If you really want to master anything (or any tool for that matter), not just know what ‘it can do’, but also know ‘what it cannot do’. Trust me, this really helps.</p>
<p>And lastly, do not just stop visiting Excel Matic. You will for sure learn a lot from us too!!</p>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/teach-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Excel shortcuts &#8211; episode 1</title>
		<link>http://www.excelmatic.dhakkanz.com/useful-excel-shortcuts-episode-1/</link>
		<comments>http://www.excelmatic.dhakkanz.com/useful-excel-shortcuts-episode-1/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 11:08:06 +0000</pubDate>
		<dc:creator>Mohit Khurana</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[excel shortcut keys]]></category>
		<category><![CDATA[excel smart]]></category>
		<category><![CDATA[shortcut keys]]></category>

		<guid isPermaLink="false">http://www.dhakkanz.com/?p=230</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fuseful-excel-shortcuts-episode-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Fuseful-excel-shortcuts-episode-1%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One should not take shortcuts in life &#8211; that is what one learns. But, when it comes to MS Excel, I can assure you, that learning some really productive keyboard shot cuts can be really useful.</p>
<p>Sometime back I had written distributed an eBook on <a href="http://www.gazhoo.com/doc/200911261430561602/Excel+Matic+-+Essential+Shortcut+Keys" target="_blank">Essential shortcuts for MS Excel</a> which was appreciated by everyone.</p>
<p>Adding to that list, I am listing down a few more essential, not-so-well-known shortcuts.<span id="more-230"></span></p>
<p>Here is the list:</p>
<ul>
<li><span style="text-decoration: underline;">Hide and un-hide a column</span>: In case one wants to hide a column, the usual steps of command would be: Select column, right click on the column header and then click &#8216;hide&#8217;. Instead, one can simply use this keyboard shortcut &#8211; select the cells which are in the columns which are to be hidden and press &#8211; <strong>CTRL+0</strong> (the &#8216;control&#8217; key and the &#8216;zero&#8217; button on the numeric keys laid below the functions keys). One can un-hide the columns by selecting the hidden range and then pressing <strong>SHIFT</strong> button together with the above combination.<span style="text-decoration: underline;">Summary</span>:<br />
To hide &#8211; CTRL+0<br />
To unhide &#8211; SHIFT+CTRL+0</li>
<li><span style="text-decoration: underline;">Hide and un-hide a row</span>: Similar to hide-unhide the column, one can use keyboard shortcut keys to hide and unhide rows. For this, the key combinations are: To hide &#8211; <strong>CTRL+9</strong>; and to unhide the hidden row &#8211; <strong>SHIFT+CTRL+9<br />
</strong></li>
<li><span style="text-decoration: underline;">Copy down</span>: This is one of the actions, that is generally not widely used, but trust me. One can save a lot of time which requires lot of copying and pasting, specially while making big spreadsheets with lots of repeating functions / data. The key combinations <strong>CTRL+D</strong> copies down the data from the cell immediately above. A point of caution &#8211; please note that <strong>the keys copies data from the cell immediately above</strong>, that means &#8211; for example, if cells A3:A5 are hidden, with cells A2 and A6 visible as immediate cells, pressing CTRL+D at cell A6 would not copy data from cell A2. It will still copy data from the cell which is actually preceding it, i.e. cell A5</li>
<li><span style="text-decoration: underline;">Copy to right</span>: Another key combination similar to CTRL+D is CTRL+R. This key combination copies the data to cell on the right. So, in case you want to copy some <strong>from the cell immediately on left, </strong>you can press CTRL+R at the destination cell. The caution I mentioned in the above case, also applies to this combination</li>
</ul>
<p>See the below video about how to use CTRL+D to copy down the data:</p>
<p>For the last 2 key combinations, there is another point one should keep in mind before being able to use correctly. In case you want to copy down (or copy right) some data to only a single cell, then the use of these keys is quite straight forward. If I want to copy some data (for example, from cell A1) to multiple cells below it (lets say &#8211; from cell A2 to cell A5).</p>
<p>In this case, I will have to select range &#8211; A1:A5. Note that when copying down (or copying to right), one has to select the source cell also.</p>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/useful-excel-shortcuts-episode-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Function Indirect()</title>
		<link>http://www.excelmatic.dhakkanz.com/function-indirect/</link>
		<comments>http://www.excelmatic.dhakkanz.com/function-indirect/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 14:58:00 +0000</pubDate>
		<dc:creator>Rishie Khurana</dc:creator>
				<category><![CDATA[Advanced Topics]]></category>
		<category><![CDATA[Excel Functions]]></category>
		<category><![CDATA[Lookup Functions]]></category>

		<guid isPermaLink="false">http://rishienama.wordpress.com/2009/09/19/function-indirect</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Ffunction-indirect%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Ffunction-indirect%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;"><span style="font-family: Arial;"><strong><span style="font-size: medium;"><span style="color: #000000;">Indirect()</span></span></strong></span></p>
<p style="text-align: justify;"><span><span style="color: #000000;">This function is used to return the reference to text reference provided. This function converts the text reference to actual reference and fetches the value available in the address referenced. (It will be much clear when we will take a look at an example)</span></span></p>
<p style="text-align: justify;">
<p style="text-align: justify;"><span><span style="color: #000000;"><strong>Syntax</strong>:</span></span></p>
<p style="text-align: justify;">
<p style="text-align: justify;"><span><span style="color: #000000;">= Indirect (Text_reference, Reference_format)<span id="more-76"></span><br />
</span></span></p>
<p style="text-align: justify;">
<p style="text-align: justify;"><span><span style="color: #000000;">Text_reference: This is the text form of cell address or reference from where the value is to be fetched</span></span></p>
<p><span style="color: #000000;"><br />
</span></p>
<p><span style="color: #000000;">Reference_format: Reference format can either be TRUE or False. True indicates that text reference is in A1 style and False indicates text reference is in R1C1 format</span></p>
<p><span style="color: #000000;"><strong>Examples</strong>:</span></p>
<p><span style="color: #000000;"><br />
</span></p>
<p><span style="color: #000000;">Let us take an example here. In cell A1 write, B1. And, in cell B1 put any value (for example, 10). Now in cell A5 write this function:</span></p>
<p><span style="color: #000000;"><br />
</span></p>
<p><span style="color: #000000;">= A1</span></p>
<p><span style="color: #000000;"><br />
</span></p>
<p><span style="color: #000000;">This function will return &#8216;B1&#8242; as a result as we have referred to the cell A1&#8242;s value.</span></p>
<p><span style="color: #000000;"><br />
</span></p>
<p><span style="color: #000000;">There could be another case &#8211; if we want to get the value of cell which is mentioned in A1. In such case we make use of Indirect() function. This function will the reference (the address of the cell from which we need to fetch the value) from the cell specified in the function. Now, change the function in cell A5 to this:</span></p>
<p><span style="color: #000000;"><br />
</span></p>
<p><span style="color: #000000;">= Indirect (A1)</span></p>
<p><span style="color: #000000;"><br />
</span></p>
<p><span style="color: #000000;">This function will now return the value stored in the cell B1 (the cell which is mentioned in the cell A1)</span></p>
<p><span style="color: #000000;"><br />
</span></p>
<p><span style="color: #000000;">These functions are used mostly in the case where the address or the cell to be referred to are dynamically created.</span></p>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/function-indirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Function Index()</title>
		<link>http://www.excelmatic.dhakkanz.com/function-index/</link>
		<comments>http://www.excelmatic.dhakkanz.com/function-index/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 20:13:00 +0000</pubDate>
		<dc:creator>Rishie Khurana</dc:creator>
				<category><![CDATA[Advanced Topics]]></category>
		<category><![CDATA[Excel Functions]]></category>
		<category><![CDATA[Lookup Functions]]></category>
		<category><![CDATA[Excel Tutorials]]></category>
		<category><![CDATA[function index]]></category>
		<category><![CDATA[Lookup function]]></category>

		<guid isPermaLink="false">http://rishienama.wordpress.com/2009/09/15/function-index</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Ffunction-index%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Ffunction-index%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><strong><span style="font-size: medium;"><span style="color: #38761d;">Index()</span></span></strong></span><br />
<span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"><span style="color: #38761d;"><br />
</span></span></span><br />
<span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"><span style="color: #38761d;">Index function can be used in 2 forms &#8211; Array form and the Reference form. I will take each of these here.</span></span></span><br />
<span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"><span style="color: #38761d;"><br />
</span></span></span><br />
<strong><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"><span style="color: #38761d;">Array form</span></span></span></strong><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"><span style="color: #38761d;">: In the first type, it is used to fetch a value from a table / array by making an intersection point using the row number and the column number. In this form, you can specify only a single array from which the values are to be fetched.<span id="more-75"></span></span></span></span><br />
<span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"><span style="color: #38761d;"><br />
</span></span></span><br />
<strong><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"><span style="color: #38761d;">Reference form</span></span></span></strong><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"><span style="color: #38761d;">: This form also works similar to the first one, with the only exception being that in this case, you can mention more than 1 arrays / tables from which the value will be looked up and in the function you also mention which reference (i.e. the table / array) should actually the should be fetched from.</span></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><br />
</span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><br />
</span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><span style="text-decoration: underline;"><strong><span style="color: #cc0000;">Syntax</span></strong></span><span style="color: #cc0000;">:</span></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><span style="color: #cc0000;"><br />
</span></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong><span style="color: #cc0000;">Array form</span></strong><span style="color: #cc0000;">: = Index (Array, Row_number, Column_Number)</span></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><span style="color: #cc0000;"><br />
</span></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><span style="color: #cc0000;">Array: This argument is the array from which the value should be picked. The array can be a table or a range of cells with single column or row</span></em></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><span style="color: #cc0000;">Row_number: This argument specifies the row number from which the value will be picked</span></em></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><span style="color: #cc0000;">Column_number: This argument completes the function by providing the column number which will be used to create the intersection with row number to fetch the number</span></em></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><span style="color: #cc0000;"><br />
</span></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><span style="color: #cc0000;"><br />
</span></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong><span style="color: #cc0000;">Reference form</span></strong><span style="color: #cc0000;">: = Index (Reference, Row_number, Column_number, Reference_number)</span></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><span style="color: #cc0000;"><br />
</span></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><span style="color: #cc0000;">Reference: This argument specifies the ranges / tables from where the the value should be fetched using the index number. In case there are more than 1 references mentioned, this argument itself should be enclosed within the parentheses</span></em></span></span><br />
<span style="font-family: Arial; font-size: small;"><span style="font-family: 'Times New Roman';"> </span></span><br />
<span style="font-family: Arial; font-size: small;"> </span></p>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><span style="color: #cc0000;">Row_numb</span></em><em><span style="color: #cc0000;">er: This argument specifies the row number from which the value will be picked</span></em></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><span style="color: #cc0000;">Column_number: This argument completes the function by providing the column number which will be used to create the intersection with row number to fetch the number</span></em></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><span style="color: #cc0000;">Reference_number: This argument informs the function which reference should be considered among multiple references provided </span></em></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><br />
</em></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><br />
</em></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong><span style="text-decoration: underline;">Examples</span></strong>:</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><br />
</span></span></div>
<div style="margin: 0;"><span style="font-size: small;"><span style="font-size: 13px;"><br />
</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><span style="font-style: normal;"><strong>Array form</strong>: </span></em></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><br />
</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><em><span style="font-style: normal;">Let us create an example worksheet. In the column A fill cells A1 to A10 with the number from 10 to 100 with an increment<br />
of 10. And for the cells B1 to B10, fill them with alphabets A till J.</span></em></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><br />
</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;">Now let us suppose you want to fetch the item that is in the 2nd  column and the 3rd row of the table that we just created. For this, the formula should be:</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><br />
</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong>= Index (A1:B10, 3, 2) </strong></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong><br />
</strong></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;">The result will be: C. Similarly if we want to fetch the item in 4th row of the column 2, the formula will be</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><br />
</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong>= Index (A1:B10, 4, 2)</strong></span></span></div>
<div style="margin: 0;"><span style="font-size: small;"><span style="font-size: 13px;"><strong><br />
</strong></span></span></div>
<div style="margin: 0;"><span style="font-size: small;"><span style="font-size: 13px;"><strong><br />
</strong></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong>Reference form:</strong></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong><br />
</strong></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;">Now let us take another example here. In the same that we just created let us create another table. From the cells A15 to A20 fill the range with values 1 to 6. And in the cells B15 to B20 fill the range with alphabets U to Z. Now let us use one of the previous examples. Let us assume that we want to fetch the item in <strong>3rd row </strong>and the <strong>2nd column. </strong>The modified formula would be:</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><br />
</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong>= Index ( (A1:B10, A15:B20), 3, 2, &#8230;.)</strong></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong><br />
</strong></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;">In the above function there are 2 things that I will explain here. One &#8211; I have mentioned 2 arrays in this function, from either of which I can pick up the value as referred by the row and the column number. </span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><br />
</span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;">Second &#8211; In place of reference number, I have used three dots (&#8230;) instead of using any value. I have kept it like that only for explanation, else it will give an error. This argument will tell the function from which array out of the 2 provided to the function, the value should be picked up from. The 2 arrays are - <span style="font-weight: bold;">(A1:B10, A15:B20).</span></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;"><strong><br />
</strong></span></span></div>
<div style="margin: 0;"><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;">If the reference number is left blank, the function be default takes the first array and returns the value. Otherwise the results would be as follows;</span></span></div>
<ul>
<li><span style="font-family: Arial; font-size: 13px;">= Index ( (A1:B10, A15:B20), 3, 2, 1) – the result would be C</span></li>
<li><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;">= Index ( (A1:B10, A15:B20), 3, 2, 2) – the result would be W</span></span></li>
</ul>
<div><span style="font-family: Arial; font-size: small;"><span style="font-size: 13px;">So, the reference_number argument is used to identify which table should be used to pick the value from.</span></span></div>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/function-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lookup Functions &#8211; New list of functions released</title>
		<link>http://www.excelmatic.dhakkanz.com/lookup-functions-new-list-of-functions-released/</link>
		<comments>http://www.excelmatic.dhakkanz.com/lookup-functions-new-list-of-functions-released/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 19:46:00 +0000</pubDate>
		<dc:creator>Rishie Khurana</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Lookup Functions]]></category>

		<guid isPermaLink="false">http://rishienama.wordpress.com/2009/07/18/lookup-functions-new-list-of-functions-released</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Flookup-functions-new-list-of-functions-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.excelmatic.dhakkanz.com%2Flookup-functions-new-list-of-functions-released%2F&amp;source=excelmatic&amp;style=compact&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;">Today I am starting to write about Lookup functions, that include VLookUp(), HLookUp(), InDirect(), etc. Lookup functions are one of the most useful and in-demand functions.</span></span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;">These functions are used in lot of applications, their demand in today&#8217;s market is very high, one of which is financial industry. And not just financial research, these functions are very famous in other industries also, at all those places where there is high use of Excel spreadsheets.<span id="more-59"></span> So, knowledge of these functions and their application will provide you with an edge to clear the interviews and also will make you feel confident in using these functions.</span></span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;">So, I will be writing on one function in every 2 days, so that you guys can get time to catch-up with each function and understand it properly. Also, starting from these functions, going forward I will also talk about the application of each of these functions, together with examples. This will provide you with some live examples of using each of these functions. In case you would like to submit any cases which you think could be suitable examples for these functions, do let me know. I will put them up as sample applications.</span></span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px;"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;">To start with, today I have written about </span></span><a href="http://excelmatic.blogspot.com/2009/07/function-address.html"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;">Address() function</span></span></a><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-size: small;"> and have also mentioned its application with its explanation.</span></span></span></span></span></p>
]]></description>
		<wfw:commentRss>http://www.excelmatic.dhakkanz.com/lookup-functions-new-list-of-functions-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

