<?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>Ryan Peh</title>
	<atom:link href="http://www.ryanpeh.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryanpeh.com</link>
	<description>Small Business / Young Executive Daily Business Tasks</description>
	<lastBuildDate>Mon, 26 Oct 2009 16:01:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>List of MS Excel tools that will save you time</title>
		<link>http://www.ryanpeh.com/2009/10/ms-excel-tools-save-you-time/</link>
		<comments>http://www.ryanpeh.com/2009/10/ms-excel-tools-save-you-time/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 14:01:36 +0000</pubDate>
		<dc:creator>Ryan Peh</dc:creator>
				<category><![CDATA[MS Office Skills]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Pivot Chart]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[Time Saving]]></category>

		<guid isPermaLink="false">http://www.ryanpeh.com/?p=19</guid>
		<description><![CDATA[




When you are working on MS Excel, have you ever asked yourself, &#8220;Is there a better way of doing this?&#8221; The answer is &#8220;YES&#8221;. Following are some of the MS Excel tools / functions that is going to save you a lot of time.

 Basic List of Time-saving MS Excel  Tools 

Pivot Table
Pivot Chart
 Data [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>When you are working on MS Excel, have you ever asked yourself, &#8220;Is there a better way of doing this?&#8221; The answer is &#8220;YES&#8221;. Following are some of the MS Excel tools / functions that is going to save you a lot of time.</p>
<p><span id="more-19"></span></p>
<h1><span style="color: #3366ff;"> Basic List of Time-saving MS Excel  Tools </span></h1>
<ol>
<li>Pivot Table</li>
<li>Pivot Chart</li>
<li> Data Table</li>
</ol>
<h2><span style="color: #3366ff;">Pivot Table</span></h2>
<p>This will com in handle when your supervisor / boss is:</p>
<ul>
<li>Over analytical</li>
<li>always change their minds about the analysis</li>
</ul>
<p>Then again, all bosses / supervisors are like that. So everyone working on Excel MUST know this tool.</p>
<p>Look at the youtube video for a quick introduction.</p>
<p>Proper tutorial: <a href="http://www.youtube.com/watch?v=CuhQ9lSMmjg">http://www.youtube.com/watch?v=CuhQ9lSMmjg</a></p>
<p>More lively tutorial (recommended, it nicely summarizes this post): <a href="http://www.youtube.com/watch?v=bUMUGqx6kcU&amp;feature=fvw">http://www.youtube.com/watch?v=bUMUGqx6kcU&amp;feature=fvw</a></p>
<h3><span style="color: #3366ff;">Like(s)</span></h3>
<p>It is especially good for analysis with more than 3 parameters. For example, a company&#8217;s sales analysis.</p>
<p>Fields available from the data:</p>
<ol>
<li>Date</li>
<li>Customer name</li>
<li>Customer Type</li>
<li>Country</li>
<li>Region</li>
<li>Product sold</li>
<li>Price sold</li>
<li>Cost of Goods Sold (COGS)</li>
<li>Calculated (Gross Profit from sale)</li>
</ol>
<p>You boss / supervisor came along, &#8220;Chris, can you pass me the country sales figures for this quarter?&#8221; You, being diligent, rushed off to produce the figures.</p>
<p>Next, your boss / supervisor said, &#8220;Good job Chris, how about the sales figures by country and month?&#8221; You will be thinking &#8220;OMG, that&#8217;s 3 &#8211; 4 times the work and data! What if he change his mind again!?&#8221;</p>
<p>This is where Pivot Table will be really HANDY!</p>
<p>Pivot Table can allow you to:</p>
<ol>
<li>Create all the combinations that you boss / supervisor can think of! With a simple mouse drag.
<ul>
<li>He change his mind, you can go back to your Excel file and drag to rearrange the field, and you&#8217;ll have the result he wants!</li>
</ul>
</li>
<li>Convert to Pivot Table for presentation, I&#8217;ll explain it in the later page.</li>
</ol>
<p><strong><span style="color: #3366ff;">Dislike(s)</span></strong></p>
<p>Pivot Table has its setbacks. The data will need to down to the smallest detail. That means each row will represent ONE invoice / sale. The columns will represent the fields (customers, country, sales amount, gross profit, etc.)</p>
<p><strong>For small companies, you will need to:</strong></p>
<ol>
<li>Go to the accounting system and output the sales data by invoice entry in any of the following format to be used by Excel:
<ul>
<li>CSV (comma delimited), means values are separated by &lt;,&gt;</li>
<li>Text (tab delimited), means values are separated by &lt;TAB&gt;</li>
</ul>
</li>
<li>Open the file you exported with Excel, do the necessary steps to import into Excel.</li>
</ol>
<p>I won&#8217;t go into details because there are sites who explain the site. I&#8217;ll include the link shortly for your reference.</p>
<p><strong>For big MNCs, you will need to:</strong></p>
<ol>
<li>If you have SAP or other Enterprise Resource Planning software you are in good situation. The data can be extracted by authorised staff. Go knock on the doors of the accounts / market analyst.</li>
<li>If you do not have such sophisticated software, you may need to ask for IT department&#8217;s help to perform a query (probably SQL) for you. You will need to specify the date range, region/country, else it&#8217;ll be too much data.</li>
<li>If the data points (rows) exceed 62,000 rows, be prepared to use MS Access. Avoid going there, it&#8217;s quite a hassle for people without programming background.</li>
<li>Maybe this funny video will give you some insights how to ask for help from the IT department: <a href="http://www.youtube.com/watch?v=5Pr3L6H80dw&amp;feature=channel">http://www.youtube.com/watch?v=5Pr3L6H80dw&amp;feature=channel</a></li>
<li>Good luck and pray that the IT doesn&#8217;t get pissed off by your requestS. Yes, you will approach him more than 2 times! If you don&#8217;t, you&#8217;re probably just very good with data. Congrats!</li>
</ol>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ryanpeh.com/2009/10/ms-excel-tools-save-you-time/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fresh Grad and Young Executive Practical Skills</title>
		<link>http://www.ryanpeh.com/2009/10/fresh-grad-young-executive-the-need-to-impress/</link>
		<comments>http://www.ryanpeh.com/2009/10/fresh-grad-young-executive-the-need-to-impress/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 03:37:03 +0000</pubDate>
		<dc:creator>Ryan Peh</dc:creator>
				<category><![CDATA[Logistics]]></category>
		<category><![CDATA[MS Office Skills]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Online Ventures]]></category>
		<category><![CDATA[Purchasing]]></category>

		<guid isPermaLink="false">http://www.ryanpeh.com/?p=9</guid>
		<description><![CDATA[I am not in a better situation than you. It was just so fortunate that I was put through tasks that involved almost all the standard Microsoft Office applications. So I can safely say that I can share some tips / where-to-find-this-or-that information with you that can share hours of your work and free up [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I am not in a better situation than you. It was just so fortunate that I was put through tasks that involved almost all the standard Microsoft Office applications. So I can safely say that I can share some tips / where-to-find-this-or-that information with you that can share hours of your work and free up some time for your social life.</p>
<p>Please let me know what you&#8217;ll like me to write / find out. If you like to post an article let me know too!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ryanpeh.com/2009/10/fresh-grad-young-executive-the-need-to-impress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Decided to set up a blog to share</title>
		<link>http://www.ryanpeh.com/2009/10/decided-to-set-up-a-blog-to-share/</link>
		<comments>http://www.ryanpeh.com/2009/10/decided-to-set-up-a-blog-to-share/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 03:22:55 +0000</pubDate>
		<dc:creator>Ryan Peh</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.ryanpeh.com/?p=4</guid>
		<description><![CDATA[Yup decided to follow Shi&#8217;s advice to buy the domain ryanpeh.com and setup a blog. Not so sure how to structure the site. So the categories and pages will seem a bit messed up.
Well, it should be up and going by Nov 2009. Wonder what will happen to this blog??


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yup decided to follow Shi&#8217;s advice to buy the domain ryanpeh.com and setup a blog. Not so sure how to structure the site. So the categories and pages will seem a bit messed up.</p>
<p>Well, it should be up and going by Nov 2009. Wonder what will happen to this blog??</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ryanpeh.com/2009/10/decided-to-set-up-a-blog-to-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
