<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6498547781820735728</id><updated>2011-11-27T16:51:25.685-08:00</updated><category term='excel tips'/><category term='tables'/><category term='templates'/><category term='date-time'/><category term='walkthroughs'/><category term='travel'/><category term='formulas'/><category term='spreasheet security'/><category term='software'/><category term='searching'/><category term='internet'/><category term='lotus 123'/><category term='mathematics'/><category term='statistics'/><category term='alternatives'/><category term='training'/><category term='industry'/><category term='spreadsheets'/><category term='accounting'/><category term='Openoffice'/><category term='databases'/><title type='text'>Excel Tips &amp; Tricks</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://excel-spreadsheet-tips.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>36</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-5486630796072930111</id><published>2011-06-24T00:19:00.000-07:00</published><updated>2011-06-24T00:19:00.261-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='travel'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Using Custom Functions to Validate Addresses</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-1RfEUw7oxUI/Te3RTApQdyI/AAAAAAAABYQ/oe0WxJk-Xv0/s1600/computing%2B-%2BExcel%2Baddress%2Bvalidation.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 133px;" src="http://4.bp.blogspot.com/-1RfEUw7oxUI/Te3RTApQdyI/AAAAAAAABYQ/oe0WxJk-Xv0/s320/computing%2B-%2BExcel%2Baddress%2Bvalidation.jpg" border="0" alt="Excel address validation" id="BLOGGER_PHOTO_ID_5615374434921641762" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="article-content"&gt;&lt;br /&gt;    &lt;p&gt;Microsoft Excel "custom functions" can do a variety of things related to address and zip code information, such as importing demographic data, finding zip codes within a radius, even calculating driving time and distance. Custom functions (also called User-Defined Functions or UDFs) perform complicated calculations or tasks and are used in cell formulas just like the standard Excel functions SUM, AVERAGE, or LOOKUP. In this article we will show you how to use custom functions, in conjunction with Microsoft MapPoint, to check the validity of street addresses.&lt;/p&gt;&lt;p&gt;Incorrect address information is a common problem. The street or city names can be misspelled, the zip code may not match the city information, or the street number may be invalid. You can use a web-based program like MapQuest or Google Maps to check the validity of a single address, but for multiple addresses in a mailing list or delivery route, the best approach is to use an automated program that can check large lists of data all at one time.&lt;/p&gt;&lt;p&gt;An Excel custom function working in conjunction with a stand-alone mapping program like Microsoft MapPoint can validate long lists of addresses automatically and return the results directly to your worksheet. Since all interactions with MapPoint occur in the background, you can work completely within the Excel environment - there's no need to learn a new application. For example, to check the validity of an address in worksheet cell A1, you can input the appropriate custom function formula (inserted in cell B1, for instance) which would look something like this: "= CustomFunction (A1)". If the address appears to be valid, the "best match" address is returned to cell B1. If no match is found, the message "Invalid address" is returned. MapPoint also has the capability to provide best match information even when there is a minor error in the address. In cases where there is a city or street misspelling, or transposed numbers in the zip code, the best match returned to the worksheet will have these errors corrected.&lt;/p&gt;&lt;p&gt;For a long list of addresses in column A, the custom function formula can be copied and pasted as needed in column B, so you can automatically validate many addresses without the time-consuming manual input required for other mapping programs.&lt;/p&gt;&lt;p&gt;It is also possible to specify that other types of data be returned to the worksheet if the address is determined to be valid. For example, geocode information for the address, such as latitude and longitude, can be returned. Street name, city, state, zip code, or country information can also be returned, providing a reliable way to parse the address into separate worksheet cells.&lt;/p&gt;&lt;p&gt;This is a good example of how Excel custom functions can use other applications like Microsoft MapPoint to automate specialized tasks and calculations, with no need to learn a new application or even leave the familiar environment of Excel. From checking the validity of address information to identifying zip codes within a radius, custom functions can be valuable tools for analyzing zip code and other location-based information.&lt;/p&gt;   &lt;/div&gt;&lt;br /&gt;   &lt;div id="article-resource"&gt;&lt;br /&gt;    &lt;p&gt;Please see the YouTube video at &lt;a target="_new" href="http://www.youtube.com/watch?v=PvBSI_54pDk"&gt;Address Validation in Excel&lt;/a&gt; for more information about using Excel custom functions for address validation. The author of this article, Betty Hughes, helped develop &lt;a target="_new" href="http://www.cdxtech.com/CDXZipStream/Overview.aspx"&gt;CDXZipStream&lt;/a&gt;, an Excel add-in that provides zip code data, demographics by zip code, driving route optimization, zip code radius analysis, geocoding and more using custom functions. A free 30-day trial is available as a download from our website, as well as example spreadsheets and tutorials showing how to use custom functions in a variety of applications.&lt;/p&gt;   &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-5486630796072930111?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5486630796072930111'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5486630796072930111'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/06/using-custom-functions-to-validate.html' title='Using Custom Functions to Validate Addresses'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-1RfEUw7oxUI/Te3RTApQdyI/AAAAAAAABYQ/oe0WxJk-Xv0/s72-c/computing%2B-%2BExcel%2Baddress%2Bvalidation.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-9001285782461174550</id><published>2011-06-20T00:18:00.000-07:00</published><updated>2011-06-20T00:18:00.933-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='spreadsheets'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Copy and Paste Tips</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-Kqrn4tfR37w/Te3Q6NaygtI/AAAAAAAABYI/AtcgLLsUeoI/s1600/computing%2B-%2Bcopy%2Band%2Bpaste%2Bicons.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 193px;" src="http://2.bp.blogspot.com/-Kqrn4tfR37w/Te3Q6NaygtI/AAAAAAAABYI/AtcgLLsUeoI/s320/computing%2B-%2Bcopy%2Band%2Bpaste%2Bicons.jpg" border="0" alt="copy and paste in Excel" id="BLOGGER_PHOTO_ID_5615374008853889746" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="article-content"&gt;&lt;br /&gt;    &lt;p&gt;When you are using Microsoft Excel 2007, you usually need to copy a part of the content to other location in the worksheet or copy to another worksheet, sometimes different workbook. You can do it easily by using the copy and paste function in Microsoft Excel 2007.&lt;/p&gt;&lt;p&gt;Let's open a blank worksheet (by now you should be able to do it by just opening Microsoft Excel 2007 or by clicking on Office Button and select New). We have to input some content into the worksheet before I could demonstrate the Copy and Paste functions to you. Let's just randomly key in "Copy" into cells from A1 to A10. Now you have a series of text "Copy". Say now you want to copy the whole series of text "Copy" to Cells D1 to D10.&lt;/p&gt;&lt;p&gt;Follow the simple steps as what I am going to show you now. Firstly select cell A1 to A10, then on your Keyboard, press Ctrl+C to copy the cells to the Clipboard. Alternatively you could put your cursor on the select area (A1 to A10), Right Click and select Copy, Or you could select Home-- &amp;gt;Clipboard-- &amp;gt;Copy.&lt;/p&gt;&lt;p&gt;You will find that the selected areas are now covered by dotted line (this is the indication that the area selected for copying). Next is move the cursor to cells D1 and press Enter (Alternatively you may want to Right Click on cell D1 and select Paste, or you could follow the path Home-- &amp;gt;Clipboard-- &amp;gt;Copy ), you will paste the content of A1 to A10 all the way to D1 to D10.&lt;/p&gt;&lt;p&gt;Copy and Paste functions are not only limited to text only, you can copy chart, formula, logical functions and any other features in Microsoft Excel 2007 to any location you prefer within Excel.&lt;/p&gt;   &lt;/div&gt;&lt;br /&gt;   &lt;div id="article-resource"&gt;&lt;br /&gt;    &lt;p&gt;Luis T is the owner of &lt;a target="_new" href="http://www.excelexpertuser.com"&gt;http://www.excelexpertuser.com&lt;/a&gt;. Find out more on how you could be a master of Microsoft Excel on the website.&lt;/p&gt;   &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-9001285782461174550?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/9001285782461174550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/9001285782461174550'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/06/copy-and-paste-tips.html' title='Copy and Paste Tips'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-Kqrn4tfR37w/Te3Q6NaygtI/AAAAAAAABYI/AtcgLLsUeoI/s72-c/computing%2B-%2Bcopy%2Band%2Bpaste%2Bicons.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-3459262650398431404</id><published>2011-06-16T00:16:00.000-07:00</published><updated>2011-06-16T00:16:00.239-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='industry'/><category scheme='http://www.blogger.com/atom/ns#' term='spreadsheets'/><title type='text'>The Many Uses of Spreadsheet Software</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-MXO5Htgmwd4/Te3QkC7PniI/AAAAAAAABYA/PcEQ6wzF2TU/s1600/computing%2B-%2Busing%2Bexcel%2Bspreadsheets.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 191px;" src="http://3.bp.blogspot.com/-MXO5Htgmwd4/Te3QkC7PniI/AAAAAAAABYA/PcEQ6wzF2TU/s320/computing%2B-%2Busing%2Bexcel%2Bspreadsheets.jpg" border="0" alt="using Microsoft Excel spreadsheets" id="BLOGGER_PHOTO_ID_5615373628080102946" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="article-content"&gt;&lt;br /&gt;    &lt;p&gt;Whether you work at an accounting firm, a marketing company, an auto dealership, a school attendance office, a manufacturing plant's human resources department, or an office associated with city, county, state or federal government, chances are, you'll be called upon to use and learn Excel.&lt;/p&gt;&lt;p&gt;Just about every workplace has a demand for Excel, the computing world's most commonly used software program for comparative data analysis. Excel has been available in various incarnations for more than a decade. Each subsequent release takes the program to new territory.&lt;/p&gt;&lt;p&gt;Popularly known as the best spreadsheet program on the market, Excel is powerful, easy to use, and remarkably efficient. Excel is highly interactive. Its spreadsheet cells are arranged in a collection of rows and columns, each of which can hold a number, a text string, or a formula that performs a function, such as calculation. It's easy to copy and move cells as well as modify formulas. The spreadsheet is displayed on the computer screen in a scrollable window that allows the document to be as deep or as wide as required.&lt;/p&gt;&lt;p&gt;Working for a major newspaper in Northern California, I was one of several reporters involved in the annual evaluation of our county's economy. The job involved collecting data that would be punched into Excel spreadsheets that ultimately ranked information according to the category of statistics being reviewed.&lt;/p&gt;&lt;p&gt;The beauty of Excel, from the standpoint of newspaper research projects, is that you can use formulas to recalculate results by changing any of the cells they use. With this model, you can use the same spreadsheet data to achieve various results by simply defining and changing formulas as desired. It is this feature that makes Excel so useful in so many different arenas.&lt;/p&gt;&lt;p&gt;With a click of the mouse, we reporters were able to get answers to a wide variety of questions. Which employers had the greatest number of workers? Which ones had the highest amount of gross annual receipts? Which ones appeared to be growing and which ones had declining sales? What was the volume of real estate loans and had there been a decline or increase from the previous year?&lt;/p&gt;&lt;p&gt;We looked at local and national retail, services, financial institutions, government entities, agriculture, the wine industry, tourism and hospitality, manufacturing, residential and commercial real estate, everything imaginable.&lt;/p&gt;&lt;p&gt;Excel allowed us to examine ratios, percentages, and anything else we wanted to scrutinize. Finally, we were able to use Excel to compare the results to data from previous years.&lt;/p&gt;&lt;p&gt;Since reporters tend to be former English majors, most of those who worked on this annual project were more familiar with Microsoft Word than any other software program. Therefore, most were required to undergo &lt;a target="_new" rel="nofollow" href="http://www.videoprofessor.com/products/spreadsheets/learnmicrosoftexcel/excel2007.html"&gt;Excel training&lt;/a&gt;. For some, learning Excel was easier than for others. A few relied on guides such as Microsoft Excel Bible. Some reporters underwent an &lt;a target="_new" rel="nofollow" href="http://www.videoprofessor.com/products/spreadsheets/learnmicrosoftexcel/excel2007.html"&gt;Excel tutorial&lt;/a&gt; while others learned by doing.&lt;/p&gt;&lt;p&gt;Not only were the Excel spreadsheets crucial to the research, the format of each was published in the newspaper. Here is where some additional Excel functions came into play. Editors were able to make the spreadsheets more visually appealing by using colors and shading, borders and lines, and other features that made the spreadsheets easy for readers to decipher.&lt;/p&gt;&lt;p&gt;Wearing another of my several hats in the newsroom, I often wrote articles concerning the local job market. I found proficiency in Excel was a requirement for a wide variety of employment positions and that area recruiting firms offered their clients opportunities to take free or low-cost Excel tutorials in preparation for the workplace. Most employers expect job candidates to already know the software that the work will require and don't want to have to train new hires.&lt;/p&gt;&lt;p&gt;Don't kid yourself. If you're seeking any kind of office work, you'll need to know not only Microsoft Word but also Excel.&lt;/p&gt;&lt;p&gt;&lt;i&gt;Excel and Microsoft are trademarks of Microsoft Corporation, registered in the U.S. and other countries.&lt;/i&gt;&lt;/p&gt;   &lt;/div&gt;&lt;br /&gt;   &lt;div id="article-resource"&gt;&lt;br /&gt;    &lt;p&gt;About Video Professor: &lt;a target="_new" rel="nofollow" href="http://www.videoprofessor.com"&gt;Video Professor&lt;/a&gt; is the industry leader in self-paced computer software tutorials. Since 1987, the core of Video Professor's learning initiative has been to provide home users as well as corporate professionals with valuable and user-friendly learning solutions for today's most common software titles. Tutorials are offered on CD-ROM and through Video Professor Online, an Internet-based program.&lt;/p&gt;&lt;p&gt;About the Author: Sheri Graves is an award-winning writer who freelances from her home in Santa Rosa, California.&lt;/p&gt;   &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-3459262650398431404?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/3459262650398431404'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/3459262650398431404'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/06/many-uses-of-spreadsheet-software.html' title='The Many Uses of Spreadsheet Software'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-MXO5Htgmwd4/Te3QkC7PniI/AAAAAAAABYA/PcEQ6wzF2TU/s72-c/computing%2B-%2Busing%2Bexcel%2Bspreadsheets.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-100789101626669448</id><published>2011-06-12T00:14:00.000-07:00</published><updated>2011-06-12T00:14:00.389-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><title type='text'>Using the CONFIDENCE Formula for Intervals</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-dZByV271GvU/Te3QHCZU7JI/AAAAAAAABX4/6GDMuZZ7iN0/s1600/maths%2B-%2Bconfidence%2Binterval%2Bgraph.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 186px;" src="http://4.bp.blogspot.com/-dZByV271GvU/Te3QHCZU7JI/AAAAAAAABX4/6GDMuZZ7iN0/s320/maths%2B-%2Bconfidence%2Binterval%2Bgraph.png" border="0" alt="confidence interval graph" id="BLOGGER_PHOTO_ID_5615373129721638034" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="article-content"&gt;&lt;br /&gt;    &lt;p&gt;Confidence intervals often give you useful insights into data sets you're trying to better understand. A confidence interval is the interval around a sample mean into which you expect the population mean to fall a certain percentage of the time.&lt;/p&gt;&lt;p&gt;If you have a sample of size n and know the sample mean m and population standard deviation sigma (s), you can find the range into which the actual population mean will fall x% of the time. Common confidence levels are 90%, 95%, and 99%.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using the Confidence Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The CONFIDENCE function uses the following syntax:&lt;/p&gt;&lt;p&gt;=CONFIDENCE (alpha,s,n)&lt;/p&gt;&lt;p&gt;Alpha is the significance level. It equals 1 minus the confidence level (expressed as a decimal). The s argument is the standard deviation of the data set. The n argument gives the number of items in the sample.&lt;/p&gt;&lt;p&gt;&lt;b&gt;An Example Confidence Interval Calculation&lt;/b&gt;&lt;/p&gt;&lt;p&gt;For example, if a sample of 500 college graduates shows that they owe an average of $12,000&lt;br /&gt;&lt;br&gt;in student loans at graduation and the population standard deviation is $2,000, you can find&lt;br /&gt;&lt;br&gt;a 95% confidence interval estimate of the population mean amount owed.&lt;/p&gt;&lt;p&gt;To do this using the CONFIDENCE function, enter alpha .05 as the first argument, the standard deviation 2000 as the second argument, and n 500 as the third argument. The function looks like this:&lt;/p&gt;&lt;p&gt;=CONFIDENCE (0.05,2000,500)&lt;/p&gt;&lt;p&gt;The function returns the value 175.30. So you can say with 95% confidence that the population&lt;br /&gt;&lt;br&gt;mean is $12,000 plus or minus $175.30. (Note that if you have Microsoft Excel installed on your computer, you can copy the text shown above and paste the text into an Excel cell to make the calculation on your computer.)&lt;/p&gt;&lt;p&gt;One final note should be made here: If the value of the population standard deviation is unknown, you can use the value of the sample standard deviation as the point estimate of the population standard deviation.&lt;/p&gt;   &lt;/div&gt;&lt;br /&gt;   &lt;div id="article-resource"&gt;&lt;br /&gt;    &lt;p&gt;About the author: Seattle accountant and author Stephen L. Nelson wrote the MBA's Guide to Microsoft Excel, from which this short article is adapted. Nelson also writes and edits downloadable do-it-yourself business incorporation kits that entrepreneurs and investors can use for setting up a &lt;a target="_new" href="http://www.fasteasyincorporationkits.com/KansasCorporationKit.htm"&gt;Incorporating in Kansas&lt;/a&gt; or a &lt;a target="_new" href="http://www.fasteasyincorporationkits.com/KentuckyCorporationKit.htm"&gt;Incorporating in Kentucky&lt;/a&gt;.&lt;/p&gt;   &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-100789101626669448?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/100789101626669448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/100789101626669448'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/06/using-confidence-formula-for-intervals.html' title='Using the CONFIDENCE Formula for Intervals'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-dZByV271GvU/Te3QHCZU7JI/AAAAAAAABX4/6GDMuZZ7iN0/s72-c/maths%2B-%2Bconfidence%2Binterval%2Bgraph.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-2080192130889907732</id><published>2011-06-08T01:59:00.000-07:00</published><updated>2011-06-08T01:59:00.296-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='travel'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><title type='text'>MapPoint and Excel to Calculate Driving Distance</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/-VdjZIXEESdI/Td9oQrtNe-I/AAAAAAAABTs/FcUF5SwT3mk/s1600/computing%2B-%2BMapPoint%2Bscreenshot.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 252px;" src="http://1.bp.blogspot.com/-VdjZIXEESdI/Td9oQrtNe-I/AAAAAAAABTs/FcUF5SwT3mk/s320/computing%2B-%2BMapPoint%2Bscreenshot.gif" border="0" alt="MapPoint screenshot" id="BLOGGER_PHOTO_ID_5611318296546474978" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;Microsoft Excel "custom functions" can be used to carry out many tasks related to address and zip-code based information, such as importing demographic data, checking address accuracy, even identifying zip codes within a radius. Some of these are discussed in the EzineArticle "Using Microsoft Excel to Manage Mailing Lists" by my colleague, Ian Roberts. Custom functions, also referred to as User Defined Functions (UDFs), perform complicated calculations or tasks and are used in cell formulas just like the standard Excel functions SUM, AVERAGE, LOOKUP, etc. In this article we will review how custom functions can also be used for calculating driving distance and driving time between addresses listed in an Excel worksheet.&lt;/p&gt;&lt;p&gt;Let's say you have lists of addresses in Excel that require analysis based on driving distance, driving time, or both. Such an analysis could support a variety of purposes - to estimate shipping costs for your business, optimize delivery service routes, even help plan sales calls. You are probably familiar with internet-based mapping services such as MapQuest or Google Maps where you input start and end points to obtain driving directions, mileage, and estimated driving time. This works fine for a single pair of addresses, but for larger sets of data an automated approach is needed.&lt;/p&gt;&lt;p&gt;A custom function working in conjunction with a mapping program like Microsoft MapPoint can calculate driving distance or time for various route preferences (such as shortest distance or quickest driving time) and automatically return the result to your Excel worksheet. It isn't necessary to learn a new application, since all interactions with MapPoint happen in the background; you work only within the familiar Excel environment. For example, to calculate driving time between addresses listed in worksheet cells A1 and B1, simply input the appropriate custom function formula (inserted in cell C1, for instance) which would look something like this: "= CustomFunction (A1, B1)". If you have multiple pairs of addresses in columns A and B, just copy and paste this formula as needed in column C - in this way you can automatically obtain driving distance or time for literally thousands of sets of addresses, without the time-consuming manual input required for typical mapping programs.&lt;/p&gt;&lt;p&gt;This type of function can also calculate routes with specified stopping points along the way, to simulate a real-life delivery route, for example. In this case, just list the addresses according to their order on the route, in a custom function formula such as "= CustomFunction (Address 1, Address 2, Address 3, etc.)". To optimize the route, you can change the address order to see the effect on driving distance or time.&lt;/p&gt;&lt;p&gt;In situations where exact addresses are not available, custom functions can also return driving time or distance using more general addresses based on street name, city, or zip code. The route calculation uses the geographic center of the given address. Address types do not need to be consistent within a single custom function formula. Examples of valid addresses are: "20015" "Louisville, KY" "Washington Street 02121".&lt;/p&gt;&lt;p&gt;To sum up, this is an excellent example of how custom functions in Excel can tap into the power of other programs, such as Microsoft MapPoint, while allowing the user to work within the familiar Excel environment. From checking the accuracy of mailing lists to calculating driving distance and time, it's easy to see how custom functions can be valuable tools for analyzing address information in Excel.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;      &lt;p&gt;Please see the YouTube video at &lt;a target="_new" href="http://www.youtube.com/watch?v=ZPbR92aMB-8"&gt;Driving Distance Calculator in Excel&lt;/a&gt; for more information about using Excel custom functions for calculating driving distance and time. The author of this article, Betty Hughes, helped develop &lt;a target="_new" href="http://www.cdxtech.com/CDXZipStream/Overview.aspx"&gt;CDXZipStream&lt;/a&gt;, an Excel add-in that provides zip code data, demographics by zip code, driving route optimization, zip code radius analysis, geocoding and more using custom functions. A free 30-day trial is available as a download from our website, as well as example spreadsheets and tutorials showing how to use custom functions for calculating driving distance and time.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-2080192130889907732?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2080192130889907732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2080192130889907732'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/06/mappoint-and-excel-to-calculate-driving.html' title='MapPoint and Excel to Calculate Driving Distance'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-VdjZIXEESdI/Td9oQrtNe-I/AAAAAAAABTs/FcUF5SwT3mk/s72-c/computing%2B-%2BMapPoint%2Bscreenshot.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-2369918406257436710</id><published>2011-06-04T01:57:00.000-07:00</published><updated>2011-06-04T01:57:00.187-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='training'/><title type='text'>Training to Use Excel Professionally</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/-9Fepe2ygc0I/Td9nrU304gI/AAAAAAAABTk/MTduwYjua00/s1600/computing%2B-%2Bprofessional%2BExcel%2Bspreadsheet.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 248px; height: 320px;" src="http://3.bp.blogspot.com/-9Fepe2ygc0I/Td9nrU304gI/AAAAAAAABTk/MTduwYjua00/s320/computing%2B-%2Bprofessional%2BExcel%2Bspreadsheet.png" border="0" alt="professional Excel usage" id="BLOGGER_PHOTO_ID_5611317654761824770" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;Microsoft Excel is a spreadsheet and data storage software program that is an important part of the business management process in many organizations. An ability to understand this program and to work with it is essential for all levels from entry to top management. Many organizations list being able to use Excel as a requirement for employment. The ability to master this useful program will benefit anyone involved in business from a job applicant to the CEO of the company.&lt;/p&gt;&lt;p&gt;Excel training exists at many levels also. The software itself includes tutorials designed to get you started. The Microsoft website offers additional training software that is also intended to give a user at least a working knowledge of Excel. For many people, this is as far as they take their training and as a result they both struggle with Excel and fail to realize or utilize its tremendous potential. If you want to get the most out of it, you need to accept its complexity and recognize the need for some serious training. If you are able to reach the point where you can truly say you have "mastered" Microsoft Excel, you will have a leg up on the competition both within and outside of your company.&lt;/p&gt;&lt;p&gt;Microsoft Office training is offered through a worldwide network of Microsoft Certified Learning Partners. These organizations have passed rigorous Certification examinations administered by Microsoft. There are more than 26,000 Learning Partners in this network. Training is administered in two different manners. There is classroom based training and distant learning. These two methods have become a common choice in most computer based training and educational programs in the last decade. Each individual must evaluate his own situation taking into consideration his budget, his schedule, and his own ideal learning style to make a decision about which is better for him.&lt;/p&gt;&lt;p&gt;Microsoft Excel training is offered by either group. The Microsoft Certified Partners for Learning Services (MCPLS) offer comprehensive hands on instructor led training at sites spread widely over the world. A directory on the Microsoft Excel training home site can guide you to a MCPLS facility in your area.  Microsoft Official Distant Learning (MODL) partners provide training platforms that can be delivered directly to your own computer. They provide the back up and technical support needed to complete the training and maximize its results.&lt;/p&gt;&lt;p&gt;It is possible to delve into Microsoft Excel if you have any knowledge or familiarity with spreadsheet applications, but this approach ignores the potential and only skims the surface of what Excel can do for you and your organization. The smart way to master Excel and get the most out of it is to take some formal Excel training from a Certified Partner.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;      &lt;p&gt;Natalie Aranda writes about computers. &lt;a target="_new" href="http://www.cbtplanet.com/microsoft-office.htm"&gt;Microsoft Office training&lt;/a&gt; is offered through a worldwide network of Microsoft Certified Learning Partners. A directory on the &lt;a target="_new" href="http://www.cbtplanet.com/excel.htm"&gt;Microsoft Excel training&lt;/a&gt; home site can guide you to a MCPLS facility in your area.  Microsoft Official Distant Learning (MODL) partners provide training platforms that can be delivered directly to your own computer.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-2369918406257436710?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2369918406257436710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2369918406257436710'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/06/training-to-use-excel-professionally.html' title='Training to Use Excel Professionally'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-9Fepe2ygc0I/Td9nrU304gI/AAAAAAAABTk/MTduwYjua00/s72-c/computing%2B-%2Bprofessional%2BExcel%2Bspreadsheet.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-7065331466875907958</id><published>2011-05-31T01:14:00.000-07:00</published><updated>2011-05-31T01:14:00.177-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='spreadsheets'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>How to Create Relative and Absolute References</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/-UsnET3nU6qU/Td9drdvtRhI/AAAAAAAABTc/2Bp0LCssaqk/s1600/computing%2B-%2Bdollar%2Bsign.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 240px; height: 320px;" src="http://4.bp.blogspot.com/-UsnET3nU6qU/Td9drdvtRhI/AAAAAAAABTc/2Bp0LCssaqk/s320/computing%2B-%2Bdollar%2Bsign.jpg" border="0" alt="Excel relative reference symbol" id="BLOGGER_PHOTO_ID_5611306662027413010" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Microsoft Excel is built on a regime of Columns and Rows with the intersection of these two elements giving us our cells. The cells in Microsoft Excel are always named Columns and then Rows, so a typical cell address would look something like - AB256. This particular cell is found on column AB and in row 256.  The reference I wrote there is very important as it tells me something significant, that is, it tells me the cell address is a relative cell address. So what does this mean?  Well there are two types of references used in Microsoft Excel which is an Absolute Reference and a Relative Reference.  On a day-to-day basis, the relative and absolute reference doesn't really affect the operations of your spreadsheet.  Where it does become a noticeable issue is when you start copying formulas from one cell to another.&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Lets investigate the difference between the two ...&lt;/b&gt;&lt;/p&gt;&lt;p&gt;A Relative Reference is one that when copied from one position to another will adjust the formula cell address to suit the position it is in.  For example if you have a formula in cell address C4 that was =B4*C1 and then copied the formula into say C5 what you will notice is that the cell addresses of the formula will change to =B5 * C2.  The reason this has occurred is that the cell addresses are in fact relative addresses. That is the cell address is relative to its current position.&lt;/p&gt;&lt;p&gt;To change a cell address from being relative to being absolute we simply add dollars signs to the cell address in this way - $C$5.  What this address is now saying to us is that we must absolutely refer to column C and absolutely refer to Row 5.  This means that if we apply the dollar symbols to our previous formula in cell C4 which is =$B$4 * $C$4 and then copy our formula to cell address C5 you will notice this time round that the cell addresses didn't change.  The reason is that by adding the $ symbols to the cell address we are telling the formula that regardless of where you place the formula you must absolutely refer to Column B and Row four thus we have $B$4.&lt;/p&gt;&lt;p&gt;There are many reasons why you may use Relative References over Absolute references and vice versa. One of the most common one for using absolute references is when you have a specific value you want to refer to in a formula. For example, lets say you are building a mortgage calculator and you need to refer to an Interest Rate.  To ensure you are always referring to the right cell that has the interest rate value you may set an absolute value.&lt;/p&gt;&lt;p&gt;In Microsoft Excel there is also a reference called a mixed reference.  Essentially what this means is that only either the Column or the Row has the dollar symbol, for example $C3.  What this is telling us is that in the formula you must absolutely refer to column C but the value in the row is relative to the position of the formula.&lt;/p&gt;&lt;p&gt;There are a number of ways that you can enter Relative and Absolute values into a formula.  One technique is that you can simply type the $ symbols next to the Row or the Column.  However there is an alternative. Once you have typed in the Cell address like C4 you can move back into the cell address and then use the F4 key to toggle the cell reference from Relative to Absolute to a Mixed References.&lt;/p&gt;&lt;p&gt;Absolute and relative references are extremely important in Microsoft Excel and they ensure that the formulas you are creating actually refer to the correct cells.  Remember one simple rule, if the cell addresses have a $ symbol next to it, it means you must absolutely refer to either the column or the row.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;      &lt;p&gt;Chris Le Roy has available &lt;a target="_new" href="http://www.1-on-1.biz/Products/wordcheatsheet/ExcelCheatSheet.asp"&gt;Microsoft Excel Shortcuts&lt;/a&gt; to help you with Microsoft Excel. To learn more about the IF Function or to get a Certificate in using Microsoft Excel in just 16 hours, simply check out Chris's correspondence course where you can earn yourself Microsoft Excel Certificates issued by his company without evening leaving home - &lt;a target="_new" href="http://www.1-on-1.biz/Products/MSEXCEL/"&gt;Microsoft Excel Spreadsheet Training&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_new" href="http://www.1-on-1.biz/tipsonmicrosoftexcel/tipsonMicrosoftExcel.asp"&gt;Tips on Microsoft Excel&lt;/a&gt; are also Available.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-7065331466875907958?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/7065331466875907958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/7065331466875907958'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/05/how-to-create-relative-and-absolute.html' title='How to Create Relative and Absolute References'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-UsnET3nU6qU/Td9drdvtRhI/AAAAAAAABTc/2Bp0LCssaqk/s72-c/computing%2B-%2Bdollar%2Bsign.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-6153936525867905864</id><published>2011-05-27T01:12:00.000-07:00</published><updated>2011-05-27T01:14:25.401-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='databases'/><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><category scheme='http://www.blogger.com/atom/ns#' term='tables'/><title type='text'>Excel Databases - Using Spreadsheets!</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/--nOF02Za5Pw/Td9dOd17aAI/AAAAAAAABTU/rwmiBnQhnjE/s1600/computing%2B-%2BExcel%2Bdatabase.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 232px;" src="http://2.bp.blogspot.com/--nOF02Za5Pw/Td9dOd17aAI/AAAAAAAABTU/rwmiBnQhnjE/s320/computing%2B-%2BExcel%2Bdatabase.png" border="0" alt="Excel database" id="BLOGGER_PHOTO_ID_5611306163837298690" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;The term Microsoft Excel Database has never really sat very well with me since my primary role in the IT world has been in developing database and what is used by the spreadsheeting fraternity is what I consider an over glorified list.  However, for the sake of peace, I want to outline some of the principles you must follow in building what is known as the Microsoft Excel Database.&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Let us review ...&lt;/b&gt;&lt;/p&gt;&lt;p&gt;A database in essence is what is considered a collection of information that is related in some manner. For example if you were running a company and selling a product you may have a database that simply lists all of the sales you have made over a period of time.  Storing this data in a database would make sense as the company information and the selling of a product is related and as such would be appropriate for the database.&lt;/p&gt;&lt;p&gt;There are many different types of databases available such as Microsoft Access Databases, Oracle Databases, MySQL databases and so on but Microsoft Excel also has a form of a database known as a database list.  The form of the list is virtually the same as the other databases as the data is under column headings in rows, but after that common point, the Excel database goes in its own direction. See, to look for specific data within a Microsoft Excel Database or Excel List we do not use the common database language of SQL, we actually use specially written functions. These functions are custom written by you and are known as criteria.&lt;/p&gt;&lt;p&gt;&lt;b&gt;So how do we create an excel database...&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Well first off, there is one rule we must always follow and that is one excel database per worksheet. Anymore and you just get yourself into lots of trouble. In fact if you need to have multiple excel databases within your workbook simply put each excel database onto a separate worksheet.&lt;/p&gt;&lt;p&gt;The next thing you must follow is that your database lists first row must contain the heading of the list.  That is the first row contains your field names. Plus each of the field names must be 100% unique.  You cannot have two field names with the same name or again you will have a list that will not work.&lt;/p&gt;&lt;p&gt;The next issue you need to be concerned with is identifying the field names. Excel databases have a simple rule, the field names or column names must be unique. Now the way you identify them is easy, all you have to do is to ensure the field names are many different data types, format, pattern etc to the rest of the database in your list. Generally what I do is to format my field names in bold to satisfy this requirement.&lt;/p&gt;&lt;p&gt;One of the most important rules you must remember when you create an excel database is that around the row and columns of the fields and data there must be a blank row and column.  What this means is that you can still have a heading at the top of the fields, but there must be a blank row between the heading and the fields as well as along the last column as well.  The blank row rule also applies to the bottom of the list as well.&lt;/p&gt;&lt;p&gt;When you are entering data into your list, every cell in every record must contain some value even if it is simply blank (a blank value is still considered a value) and each record must contain the same number of fields.  If there is no specific data for a field you simply leave it blank and move to the next field.&lt;/p&gt;&lt;p&gt;Ensure that when you are entering data into a field that you don't have spaces before the text or at the end of the text in the field.  If you do have spaces, then what will happen is that sorting and search for data in the list will be compromised and you will get unexpected results.&lt;/p&gt;&lt;p&gt;Upper case and low case characters in the field do not affect the searches or sort orders unless you specifically tell the Microsoft Excel application it is an issue.  You can also use formulas in a cell if required.  Formulas can refer to cells within the Excel Database List or outside of the Excel Database.&lt;/p&gt;&lt;p&gt;Note also that you can edit and format the cells just like any other spreadsheet however the issue you must consider as a priority is that the field names must have a different format to the rest of the data in the database list.  It is highly recommended that there be no other formatting in the list except for the field headings. This ensures that there are no miscalculations by the application as to what is a field heading in the excel database and what is not.&lt;/p&gt;&lt;p&gt;Now that you have setup your list in this way following these rules, you are now ready to interrogate the list by applying criteria.  The easiest way that you can do this is by using the Form dialog box. To get into the Excel Database form you simply choose the Data menu and then choose Form from the drop down menu.&lt;/p&gt;&lt;p&gt;From the Excel Database Form you can simply choose the Criteria button, type the criteria you have for your data and choose the Find Next button and it will take you to the first record that satisfies the criteria you are searching.  Excel Databases are particularly useful for summary data that is where the volume of records you have in your database doesn't exceed 65,536 rows.&lt;/p&gt;&lt;p&gt;If you follow these rules to create an excel database you will find that the functions associated with the excel database list will work in an effective and efficient manner.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;      &lt;p&gt;Chris Le Roy is the Managing Director of One-on-One Personal Computer Training.  He provides a range of services including a daily mailing list that provides &lt;a target="_new" href="http://www.1-on-1.biz/tipsonmicrosoftexcel/tipsonMicrosoftExcel.asp"&gt;Tips on Microsoft Excel&lt;/a&gt; as well as he has Microsoft Excel Cheat Sheets to help you remember your functions and your &lt;a target="_new" href="http://www.1-on-1.biz/Products/wordcheatsheet/ExcelCheatSheet.asp"&gt;Excel Shortcuts&lt;/a&gt;.  He also has free excel templates for downloading include an &lt;a target="_new" href="http://www.1-on-1.biz/excelpaystubtemplate.asp"&gt;Excel Paystub Template&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-6153936525867905864?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/6153936525867905864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/6153936525867905864'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/05/excel-databases-using-spreadsheets.html' title='Excel Databases - Using Spreadsheets!'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/--nOF02Za5Pw/Td9dOd17aAI/AAAAAAAABTU/rwmiBnQhnjE/s72-c/computing%2B-%2BExcel%2Bdatabase.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-4796588720778877658</id><published>2011-05-22T00:36:00.000-07:00</published><updated>2011-05-22T00:36:00.212-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>BINOMDIST, CRITBINOM and NEGBINOMDIST Formulas for Binomials</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-N1O7YeHG3VY/TdDWom-QYwI/AAAAAAAABO4/gfoAeIIBphw/s1600/maths%2B-%2BPascals%2Bbinomial%2Bpyramid.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 245px;" src="http://1.bp.blogspot.com/-N1O7YeHG3VY/TdDWom-QYwI/AAAAAAAABO4/gfoAeIIBphw/s320/maths%2B-%2BPascals%2Bbinomial%2Bpyramid.jpg" border="0" alt="Pascal's binomial pyramid" id="BLOGGER_PHOTO_ID_5607217529221047042" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;A binomial distribution describes the outcome of a multi-step experiment, consisting of&lt;br /&gt;&lt;br&gt;n identical trials, where each trial ends in either a success or a failure and the probability of&lt;br /&gt;&lt;br&gt;a success p does not change from trial to trial. This useful statistical analysis can be performed relatively easily using Microsoft Excel using the Excel BINOMDIST, CRITBINOM and NEGBINOMDIST functions.&lt;/p&gt;&lt;p&gt;Note, however, that when making binomial probability calculations, the trials must also be independent so that success in one trial does not affect the probability of success in another trial. The binomial random variable x is the number of successes observed in n trials.&lt;/p&gt;&lt;p&gt;If samples are not replaced, and therefore the outcome of one trial changes the probability of success in another trial, you need to use the hypergeometric probability distribution Excel function.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using Excel's BINOMDIST Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;For example, if you flip a coin n times and "heads" is called a success, then the random variable&lt;br /&gt;&lt;br&gt;x would be the number of heads observed in n flips. It could take the values 1,2,3,...,n with different probabilities.&lt;/p&gt;&lt;p&gt;The BINOMDIST function uses the following syntax:&lt;/p&gt;&lt;p&gt;=BINOMDIST(x,n,p,cumulative)&lt;/p&gt;&lt;p&gt;If you want to find the probability of exactly x successes, enter FALSE as the fourth (cumulative) argument. If you want to find the probability of x or fewer successes, enter TRUE as the fourth argument.&lt;/p&gt;&lt;p&gt;For example, if you were to flip a fair coin 20 times and wanted to find the probability of it turning up "heads" exactly 10 times, the function looks like this:&lt;/p&gt;&lt;p&gt;=BINOMDIST(10,20,0.5,FALSE)&lt;/p&gt;&lt;p&gt;The function returns the value 0.176197052. If you wanted to find the probability of getting&lt;br /&gt;&lt;br&gt;10 or fewer heads, you replace the FALSE with TRUE, and the function returns the value 0.588098526.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using Excel's CRITBINOM Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The acceptance criterion function, CRITBINOM, is used for quality control of a production process. You use this function to find the maximum number of defective items that a person can find in a lot and still allow acceptance of the lot. Inspectors should accept the lot if they find this number or fewer defective items and reject the lot if they find more defective items.&lt;/p&gt;&lt;p&gt;To determine the acceptance criterion, you need to know the number of items in the lot, the probability of accepting each item, and the producer's allowable risk (alpha) for rejecting an acceptable lot.&lt;/p&gt;&lt;p&gt;The CRITBINOM function uses the following syntax:&lt;/p&gt;&lt;p&gt;=CRITBINOM (trials, probability_s, alpha)&lt;/p&gt;&lt;p&gt;where trials is the number of trials, probability's is the probability of a success on each trial,&lt;br /&gt;&lt;br&gt;and alpha is the criterion value. Probability's and alpha are both between 0 and 1.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using Excel's NEGBINOMDIST Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;If the number of successes is fixed in a binomial distribution and you want to find the number of trials, use the NEGBINOMDIST function. This function returns the probability that there will be a certain number of failures before the threshold number of successes, given the constant probability of a success.&lt;/p&gt;&lt;p&gt;For example, if you need to find 20 straight 2 by 4s from a stack, and you know the probability that a board in the stack is straight is 0.2 (20%), you can use the NEGBINOMDIST to find that there is about a 2% probability that you will reject 75 boards before finding all 20 straight ones.&lt;/p&gt;&lt;p&gt;The NEGBINOMDIST function uses the following syntax:&lt;/p&gt;&lt;p&gt;=NEGBINOMDIST (number failures, number successes, probability of success)&lt;/p&gt;&lt;p&gt;For this example, the function looks like this:&lt;/p&gt;&lt;p&gt;=negbinomdist (75, 20, 0.2)&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;About the author: Seattle accountant and author Stephen L. Nelson wrote the MBA's Guide to Microsoft Excel, from which this short article is adapted. Nelson also writes and edits downloadable do-it-yourself incorporation kits that entrepreneurs and investors can use for setting up a &lt;a target="_new" href="http://www.llcsexplained.com/doityourself_Montana.htm"&gt;Montana limited liability company&lt;/a&gt; or a &lt;a target="_new" href="http://www.llcsexplained.com/doityourself_Nebraska.htm"&gt;Nebraska limited liability company&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-4796588720778877658?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/4796588720778877658'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/4796588720778877658'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/05/binomdist-critbinom-and-negbinomdist.html' title='BINOMDIST, CRITBINOM and NEGBINOMDIST Formulas for Binomials'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-N1O7YeHG3VY/TdDWom-QYwI/AAAAAAAABO4/gfoAeIIBphw/s72-c/maths%2B-%2BPascals%2Bbinomial%2Bpyramid.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-5627373695464191777</id><published>2011-05-20T00:35:00.000-07:00</published><updated>2011-05-20T00:35:00.418-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>CHIDIST, CHIINV and CHITEST for Chi-Square Calculations</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-KfE3Qc-rzfU/TdDWXNXDKDI/AAAAAAAABOw/B_PlwX8ottU/s1600/maths%2B-%2Bchi-square%2Bformula.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 210px; height: 163px;" src="http://2.bp.blogspot.com/-KfE3Qc-rzfU/TdDWXNXDKDI/AAAAAAAABOw/B_PlwX8ottU/s320/maths%2B-%2Bchi-square%2Bformula.gif" border="0" alt="chi-square formula" id="BLOGGER_PHOTO_ID_5607217230287939634" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;The chi-square distribution is commonly used to make inferences about a population variance.&lt;/p&gt;&lt;p&gt;If a population follows the normal distribution, you can draw a sample of size N from this distribution and form the sum of the squared standardized scores (chi-square). This random variable chi-square follows the chi-square probability distribution with n degrees of freedom (df ), where n is a positive integer equal to N-1. The degrees of freedom parameter determines the shape of the distribution. With more degrees of freedom, the skew is less.&lt;/p&gt;&lt;p&gt;&lt;b&gt;CHIDIST&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The CHIDIST function returns the area in the upper tail of the chi-square distribution. You use the CHIDIST function the same way you would use a chi-square distribution table. The CHIDIST function uses the following syntax:&lt;/p&gt;&lt;p&gt;=CHIDIST (x, df)&lt;/p&gt;&lt;p&gt;For example, if you pull a random sample of 16 from a population and want to find the probability of a sample chi-square value (x) 25 or larger, you would enter:&lt;/p&gt;&lt;p&gt;=CHIDIST (25,15)&lt;/p&gt;&lt;p&gt;The function returns the value 0.049943, meaning that a value of 25 or more should in the long run occur about five times in a hundred.&lt;/p&gt;&lt;p&gt;&lt;b&gt;CHIINV&lt;/b&gt;&lt;/p&gt;&lt;p&gt;You can use the CHIINV function to create confidence interval estimates of a population variance. That is, you use the CHIDIST function if you know x and want to find the probability, and you use the CHIINV function if you have a probability and want to find x. For example, if you're creating a product and weigh a sample of 18 units to find a sample variance of 0.36, you may want to construct a 90% confidence interval estimate of the population variance for the product. With a sample size of 18, you have 17 degrees of freedom.&lt;/p&gt;&lt;p&gt;To find the upper limit, enter:&lt;/p&gt;&lt;p&gt;=CHIINV (0.95,17)&lt;/p&gt;&lt;p&gt;To find the lower limit, enter:&lt;/p&gt;&lt;p&gt;=CHIINV (0.05,17)&lt;/p&gt;&lt;p&gt;These formulas return the values 8.67175 and 27.5871. Multiply the sample variance of 0.36 by the degrees of freedom and divide this product by each of the values returned from the CHIINV function to find the lower and upper limits of the confidence interval. You can take the square root of these values to establish interval estimates of the population standard deviation.&lt;/p&gt;&lt;p&gt;&lt;b&gt;CHITEST&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The chi-square test is used to test independence of two variables. You can use the chi-square test to determine whether there is a significant difference between observed and expected frequencies. For example, if you want to find out whether soft drink preference differs between male and female drinkers, you can construct a null hypothesis that soft drink preference is independent of the gender of the drinker, and create a worksheet range, or table,  of expected results based on a sample of 93 male drinkers and 85 female drinkers. You can then create a table of the results of the actual study findings.&lt;/p&gt;&lt;p&gt;TIP: You can use the Microsoft Excel Fisher's test function instead of the chi-square test for analyzing contingency tables with two rows and two columns. Fisher's test always returns the exact P value, whereas the chi-square test returns only an approximate p value. Definitely avoid the chi-square test when the numbers in the contingency table are very small (in the single digits).&lt;/p&gt;&lt;p&gt;The CHITEST formula uses the following syntax:&lt;/p&gt;&lt;p&gt;=CHITEST (actual range, expected range)&lt;/p&gt;&lt;p&gt;where actual range is the data in the actual sample results table and expected range is the data from the expected results table.&lt;/p&gt;&lt;p&gt;The formula returns the p-value. You reject the null hypothesis if this value is less than your level of significance alpha. So if your level of significance is .05, you would reject it, but not if your level of significance is .025 or .01. The test for independence is a one-tailed test, so a level of significance of .05 corresponds with a 95% confidence level.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;About the author: Seattle accountant and author Stephen L. Nelson wrote the MBA's Guide to Microsoft Excel, from which this short article is adapted. Nelson also writes and edits downloadable do-it-yourself business incorporation kits that entrepreneurs and investors can use for setting up a &lt;a target="_new" href="http://www.llcsexplained.com/doityourself_Nevada.htm"&gt;Nevada limited liability company&lt;/a&gt; or a &lt;a target="_new" href="http://www.llcsexplained.com/doityourself_NewHampshire.htm"&gt;New Hampshire limited liability company&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-5627373695464191777?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5627373695464191777'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5627373695464191777'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/05/chidist-chiinv-and-chitest-for-chi.html' title='CHIDIST, CHIINV and CHITEST for Chi-Square Calculations'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-KfE3Qc-rzfU/TdDWXNXDKDI/AAAAAAAABOw/B_PlwX8ottU/s72-c/maths%2B-%2Bchi-square%2Bformula.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-5265878925226977437</id><published>2011-05-18T00:35:00.000-07:00</published><updated>2011-05-18T00:35:00.286-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><title type='text'>Calculations in Sensitivity Analysis</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-cW2ObSse4JE/TdDWIcQkbgI/AAAAAAAABOo/sU-0--0FA-w/s1600/maths%2B-%2Bsensitivity%2Banalysis%2Bgraph.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 224px;" src="http://4.bp.blogspot.com/-cW2ObSse4JE/TdDWIcQkbgI/AAAAAAAABOo/sU-0--0FA-w/s320/maths%2B-%2Bsensitivity%2Banalysis%2Bgraph.gif" border="0" alt="sensitivity analysis graph" id="BLOGGER_PHOTO_ID_5607216976589254146" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;One of the finest features in Microsoft Excel is sensitivity analysis using either a table (Excel 2003) or 'What-if' in Excel 2007. Suppose you want to start a cybercafe or a restaurant in a new mall. You have done a study on the footfall and the kind of people who visit the mall. You have also found out about the business atmosphere, security and rent or the outright purchase price. You also know the rates in the market that other businesses are charging, let's say, for surfing the net per hour. You then estimate your capital costs like doing up the cybercafe and the price of the computers. You also use the Excel spreadsheet to estimate and calculate the number of people you'll need to run the show and the amount of salaries you'll have to pay. You have also estimated other variable costs like electricity and phone.&lt;/p&gt;&lt;p&gt;From the above data in the Excel worksheet you can calculate your total monthly or yearly costs. Now based on a certain price that you will charge the customers, number of computers and working hours you can calculate your revenue per month or per year. From the data of revenue and income you can easily calculate the profit. Till now everything was easy to implement in Excel.&lt;/p&gt;&lt;p&gt;Now you decide to find out how your profit can vary if you vary the charge per hour or the number of people who will visit your cybercafe or establishment. Of course, you cannot charge what you want but you can get a good estimate by observing what others are charging and what quality of service and environment they are providing.&lt;/p&gt;&lt;p&gt;Arranging all your data properly, click on 'Data' in the ribbon in Microsoft Office 2007 or 'Data' in the menu bar in Excel 2003. In Excel 2007 select 'What-if' analysis and finally 'Data Table...'. In the popup window in the 'Row input cell' type the data that you have input horizontally next to the profit and in the 'column input cell' write down the price and vary it it by 1% 0r 2% so that that Excel can perform an analysis for, say., $0.5 per hour charge for a cybercafe to $1.5 per hour. The horizontal values can be the number of people per hour or month or year that will visit the shop and keep on varying the values by a certain estimated percentage. Click 'OK' and you can see how your profit varies with the number of customers and the price you charge. This is also known as a two variable table because you calculated the changes in your profit based on two parameters - price and number of customers.&lt;/p&gt;&lt;p&gt;You can also do a single variable sensitivity analysis by selecting only one parameter.&lt;/p&gt;&lt;p&gt;You can use the 'Data' and 'Table' feature in Excel 2003 to implement the same analysis.&lt;/p&gt;&lt;p&gt;The practical implementation of the above sensitivity analysis in the form of a training video can be found in the link below.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Dr. Dinesh K Takyar is a corporate trainer in Microsoft Excel.&lt;/p&gt;&lt;p&gt;&lt;a target="_new" href="http://www.familycomputerclub.com"&gt;http://www.familycomputerclub.com&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-5265878925226977437?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5265878925226977437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5265878925226977437'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/05/calculations-in-sensitivity-analysis.html' title='Calculations in Sensitivity Analysis'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-cW2ObSse4JE/TdDWIcQkbgI/AAAAAAAABOo/sU-0--0FA-w/s72-c/maths%2B-%2Bsensitivity%2Banalysis%2Bgraph.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-9065396148883337658</id><published>2011-05-16T00:34:00.001-07:00</published><updated>2011-05-16T00:44:34.831-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><title type='text'>CORREL, PEARSON and RSQ Formulas for Correlation</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-I_iyYdlcpto/TdDVxRHIIsI/AAAAAAAABOg/gA-AETTA4yM/s1600/maths%2B-%2Bcorrelation%2Bmeasurement%2Bgraph.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 213px;" src="http://4.bp.blogspot.com/-I_iyYdlcpto/TdDVxRHIIsI/AAAAAAAABOg/gA-AETTA4yM/s320/maths%2B-%2Bcorrelation%2Bmeasurement%2Bgraph.gif" border="0" alt="correlation measurement graph" id="BLOGGER_PHOTO_ID_5607216578459869890" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;Excel provides useful statistical functions for measuring correlation between two variables. As a reminder, the benefit of using a correlation coefficient to measure the relationship between two variables as opposed to using covariance is that the unit of measurement doesn't matter.&lt;/p&gt;&lt;p&gt;But a caution: Remember that correlation does not show causation. That is, you could easily show that as the number of ice cream cones consumed increases during a year, so does the number of drownings. But this does not mean that eating ice cream causes people to drown-more likely, these variables are both independently related to another variable-that of temperatures. Correlation is symmetrical, so you get the same coefficient if you switch the variables. Don't calculate a correlation coefficient if you manipulated one of the variables. Use linear regression instead.&lt;/p&gt;&lt;p&gt;&lt;b&gt;CORREL&lt;/b&gt;&lt;/p&gt;&lt;p&gt;You use the CORREL function in Excel to determine whether two data sets are related, and if so, how strongly. The correlation coefficient ranges from +1, indicating a perfect positive linear relationship, to -1, indicating a perfectly negative linear relationship. To calculate a correlation coefficient for a sample, Excel uses the covariance of the samples and the standard deviations of each sample. To use the CORREL function in Excel, just select the two sets of data to use as the arguments and use the following syntax:&lt;/p&gt;&lt;p&gt;=CORREL(data set 1,data set 2)&lt;/p&gt;&lt;p&gt;For example, if you have a set of preliminary test scores for a sample of employees in column&lt;br /&gt;&lt;br&gt;A and a set of performance feedback scores in column B, as shown in Figure 4-6, and&lt;br /&gt;&lt;br&gt;you want to find out whether they're related and if so, how strongly, you can use Excel to&lt;br /&gt;&lt;br&gt;find the correlation coefficient for the samples.&lt;/p&gt;&lt;p&gt;The function returns the value 0.87, indicating that the sets are positively related (as the value&lt;br /&gt;&lt;br&gt;of one goes up, the value of the other also increases), but the relationship isn't perfect.&lt;/p&gt;&lt;p&gt;&lt;b&gt;PEARSON&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The Pearson product moment correlation coefficient function, PEARSON, uses a different&lt;br /&gt;&lt;br&gt;equation for calculating the correlation coefficient. This formula doesn't require the&lt;br /&gt;&lt;br&gt;computation of each deviation from the mean. Still, the correlation coefficient ranges from&lt;br /&gt;&lt;br&gt;+1, indicating a perfect positive linear relationship, to -1, indicating a perfectly negative linear&lt;br /&gt;&lt;br&gt;relationship. The PEARSON function uses the following syntax:&lt;/p&gt;&lt;p&gt;=PEARSON(data set 1,data set 2)&lt;/p&gt;&lt;p&gt;Using the PEARSON function on the data shown in Figure 4-6 to compute the correlation coefficient returns the same value as the CORREL function does.&lt;/p&gt;&lt;p&gt;&lt;b&gt;RSQ&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The RSQ function calculates the square of the Pearson product moment correlation coefficient through data points in the data sets. You can interpret the r-squared value as the proportion of the variance in y attributable to the variance in x. The RSQ function uses the following syntax:&lt;br /&gt;&lt;br&gt;=RSQ(data set 1,data set 2)&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;About the author: Seattle CPA Stephen L. Nelson wrote the bestselling book, MBA's Guide to Microsoft Excel, from which this short article is adapted. Nelson also writes and edits downloadable do-it-yourself incorporation kits that businesses and investors can use for setting up an &lt;a target="_new" href="http://www.fasteasyincorporationkits.com/NebraskaCorporationKit.htm"&gt;Nebraska incorporation&lt;/a&gt; or an &lt;a target="_new" href="http://www.fasteasyincorporationkits.com/NevadaCorporationKit.htm"&gt;Nevada incorporation&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-9065396148883337658?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/9065396148883337658'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/9065396148883337658'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/05/correl-pearson-and-rsq-formulas-for.html' title='CORREL, PEARSON and RSQ Formulas for Correlation'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-I_iyYdlcpto/TdDVxRHIIsI/AAAAAAAABOg/gA-AETTA4yM/s72-c/maths%2B-%2Bcorrelation%2Bmeasurement%2Bgraph.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-7187582633317200634</id><published>2011-05-12T05:00:00.000-07:00</published><updated>2011-05-16T00:28:34.065-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='spreadsheets'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>How to Build IF Formulas</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-3-Ep8kUu0_g/TcfYEu39UqI/AAAAAAAABL4/6pkZ47cZH1A/s1600/general%2B-%2Bquestion%2Bmark.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 229px; height: 320px;" src="http://1.bp.blogspot.com/-3-Ep8kUu0_g/TcfYEu39UqI/AAAAAAAABL4/6pkZ47cZH1A/s320/general%2B-%2Bquestion%2Bmark.jpg" border="0" alt="IF formula in Excel" id="BLOGGER_PHOTO_ID_5604685837099684514" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;The IF function in Microsoft Excel seems to really cause many people a lot of heartache and grief, but all in all it is actually really not that difficult of a tool to use. The essential role of the IF function is to test whether a condition is either True or False and if the condition is True it will return one value and if it is False it will return an alternate value.&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Let us look at an example -&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Let us say you have two values.  In one cell you have a value of 65 and in the other cell you have a value of 23.  What the IF function allows us to do is to do a test and lets say we want to see if the value of 65 is greater than 23. When the numbers are plugged into the If statement, the result will be that 65 is greater than 23 and it will return something from the True return area.&lt;/p&gt;&lt;p&gt;&lt;i&gt;So how do we create an if statement...&lt;/i&gt;&lt;/p&gt;&lt;p&gt;The secret to the IF function is really in its syntax.  The syntax for the IF function is as follows -&lt;/p&gt;&lt;p&gt;IF(Logical Test, True Result, False Result)&lt;/p&gt;&lt;p&gt;What we can do is to now create the example we did earlier so begin by simply opening a Microsoft Excel Work sheet. In cell address A1 enter the text IF Test Condition.  In cell A2 enter the text - Numeric Value 1, in A3 enter the text - Numeric Value 2, and in cell A5 enter the text Which Value is Larger?&lt;/p&gt;&lt;p&gt;Now we need to put a few numbers to test into our Excel Spreadsheet, so in cell address B2 enter the value of 65 and in cell address B3 enter the value of 23.  In cell B5 we need to create our formula.  If we use the example above we want to find out if the value in B2 is greater than the value in B3.  If the condition is true we want to return the text - Numeric Value 1 and if the condition is false we want to return the text - Numeric Value 2.&lt;/p&gt;&lt;p&gt;The structure of the IF Function to do the test will look like this -&lt;/p&gt;&lt;p&gt;= IF(B2&amp;gt;B3, "Numeric Value 1","Numeric Value 2")&lt;/p&gt;&lt;p&gt;What you will notice in the function above is that the text values are encapsulated in double quotes.  Whenever working with text in Formulas the text must always have double quotes around it.  If you type in the formula above into cell address B5 you should see the resulting text - Numeric Value 1.  If you change the value in B2 now to 12, the automatic result in B5 should be - Numeric Value 2.&lt;/p&gt;&lt;p&gt;The IF function is a really diverse tool and it allows you to test an unlimited number of conditions to get the required outcome, you can even nest IF functions within IF functions but the bottom line is this, for every IF function the syntax should always look the same as above.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Chris Le Roy has available &lt;a target="_new" href="http://www.1-on-1.biz/Products/wordcheatsheet/ExcelCheatSheet.asp"&gt;Microsoft Excel Shortcuts&lt;/a&gt; to help you with Microsoft Excel. To learn more about the IF Function simply check our Chris's correspondence course where you can earn yourself Microsoft Excel Certificates issued by his company without even leaving home - &lt;a target="_new" href="http://www.1-on-1.biz/Products/MSEXCEL/"&gt;Microsoft Excel Spreadsheet Training&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_new" href="http://www.1-on-1.biz/tipsonmicrosoftexcel/tipsonMicrosoftExcel.asp"&gt;Tips on Microsoft Excel&lt;/a&gt; are also Available.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-7187582633317200634?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/7187582633317200634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/7187582633317200634'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/05/how-to-build-if-formulas.html' title='How to Build IF Formulas'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-3-Ep8kUu0_g/TcfYEu39UqI/AAAAAAAABL4/6pkZ47cZH1A/s72-c/general%2B-%2Bquestion%2Bmark.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-1592052049747576497</id><published>2011-05-09T04:56:00.000-07:00</published><updated>2011-05-09T05:00:21.363-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='statistics'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Mathematical Varience with Formulas</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-MDVpLxgSAjQ/TcfXQk7LOGI/AAAAAAAABLw/zd8ktREBIQw/s1600/maths%2B-%2Bvariance%2Bgraph.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 270px; height: 215px;" src="http://3.bp.blogspot.com/-MDVpLxgSAjQ/TcfXQk7LOGI/AAAAAAAABLw/zd8ktREBIQw/s320/maths%2B-%2Bvariance%2Bgraph.jpg" border="0" alt="variance graph in maths" id="BLOGGER_PHOTO_ID_5604684941075626082" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;Excel provides useful statistical functions for finding the variance of a data set. In general, these variance functions retrieve a set of values stored in a worksheet range and then make the expected calculation.&lt;/p&gt;&lt;p&gt;A variance, just to remind readers, is a common measure of describing the spread of observations in a distribution. A variance is related to another statistical measure, the standard deviation. A variance is equal to the square of the standard deviation.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Variance of a Sample with the VAR Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;If the data set you're working with is a sample and you do not want to include logical values or text from the set in the calculation, you use the VAR function. For example, if you're using a new production process that is supposed to increase productivity and have a series of data for the numbers of parts produced each day, you can find the sample variance. The VAR function uses the following syntax:&lt;/p&gt;&lt;p&gt;=VAR (data set range)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Variance of a Sample with the VARA Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;If the data set is a sample but you want to include logical values or text in the calculation, you use the VARA function. Excel counts cells containing the logical value TRUE as 1 and cells containing text or FALSE 0. The VARA function uses the following syntax:&lt;/p&gt;&lt;p&gt;=VARA (data set range)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Variance of a Population Sample with the VARP Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;If the data set you're working with is a population and you do not want to include logical values or text from the set in the calculation, you use the VARP function. The VARP function uses the following syntax:&lt;/p&gt;&lt;p&gt;=VARP (data set range)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Variance of a Population with the VARPA Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;If the data set is a population but you want to include logical values or text in the calculation, you use the VARPA function. The VARPA function uses the following syntax:&lt;/p&gt;&lt;p&gt;=VARPA (data set range)&lt;/p&gt;&lt;p&gt;&lt;b&gt;A Final Note About the Data Set Range Argument&lt;/b&gt;&lt;/p&gt;&lt;p&gt;One other note: You can include multiple worksheet ranges as your data set range argument when using the variance functions. For example, if you were calculating the variance of a sample using the VAR function and had your data stored in several different worksheet ranges, your VAR function might look like this:&lt;/p&gt;&lt;p&gt;=VAR(B1:B:10,B101:B110,B200)&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Small &lt;a target="_new" href="http://www.fasteasyincorporationkits.com/index.htm"&gt;business incorporation&lt;/a&gt; and &lt;a target="_new" href="http://www.llcsexplained.com/index.htm"&gt;limited liability corporation&lt;/a&gt; CPA Stephen L. Nelson has written do-it-yourself limited liability kits for all fifty states. He holds an MBA and MS in tax.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-1592052049747576497?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/1592052049747576497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/1592052049747576497'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/05/mathematical-varience-with-formulas.html' title='Mathematical Varience with Formulas'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-MDVpLxgSAjQ/TcfXQk7LOGI/AAAAAAAABLw/zd8ktREBIQw/s72-c/maths%2B-%2Bvariance%2Bgraph.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-1601800538696985135</id><published>2011-04-24T01:13:00.000-07:00</published><updated>2011-04-24T01:13:00.356-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><category scheme='http://www.blogger.com/atom/ns#' term='accounting'/><title type='text'>Linear Regression Formulas</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-_2K4cm7yOZI/Ta7k9cP7ywI/AAAAAAAABKA/h2_LebYgdMo/s1600/computing%2B-%2Blinear%2Bregression.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 176px;" src="http://1.bp.blogspot.com/-_2K4cm7yOZI/Ta7k9cP7ywI/AAAAAAAABKA/h2_LebYgdMo/s320/computing%2B-%2Blinear%2Bregression.png" border="0" alt="linear regression in Excel" id="BLOGGER_PHOTO_ID_5597663131074284290" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;You use Excel's linear regression functions to find a linear equation that best describes a data set.&lt;br /&gt;&lt;br&gt;Excel uses the sum of least squares method to find the straight line of best fit. People often&lt;br /&gt;&lt;br&gt;try to predict future amounts by assuming linear growth and extending the line forward in&lt;br /&gt;&lt;br&gt;time. For example, if you have a series of sales data for 9 months and want to predict the&lt;br /&gt;&lt;br&gt;sales in the 10th month, you can use Excel's linear regression functions to find the slope and&lt;br /&gt;&lt;br&gt;y-intercept (the point on the y-axis where the line crosses) of the line that best fits the data.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Some Background Info on Linear Regression&lt;/b&gt;&lt;/p&gt;&lt;p&gt;To use the linear regression functions, it helps to remember the equation for a line:&lt;/p&gt;&lt;p&gt;y=mx+b&lt;/p&gt;&lt;p&gt;where y is the dependent variable, m the slope, x the independent variable, and b the&lt;br /&gt;&lt;br&gt;y-intercept. If there are multiple ranges of x values, the equation looks like this:&lt;/p&gt;&lt;p&gt;y=m1 x1+m2x2+.mnxn+b&lt;/p&gt;&lt;p&gt;NOTE To visualize and experiment with linear regression, visit the interactive web page at&lt;br /&gt;&lt;br&gt;[http://www.math.csusb.edu/faculty/stanton/m262/regress/regress.html]. Click the&lt;br /&gt;&lt;br&gt;graph area to add data points (x,y) to the graph. The applet draws the straight line&lt;br /&gt;&lt;br&gt;that best fits the points you add, adjusting the line for the new data points you add.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using the FORECAST Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The FORECAST function predicts a future y-value for the x-value you specify using existing&lt;br /&gt;&lt;br&gt;x and y values. The FORECAST function uses the following syntax:&lt;/p&gt;&lt;p&gt;=FORECAST(x, known ys, known xs)&lt;/p&gt;&lt;p&gt;where x is the x-value for which you want to predict a y-value.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using the INTERCEPT Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;If you have existing x and y values, Excel can find the straight line that best fits the data and then calculate the point at which the line intersects the y-axis, in other words, the value of b in the "y=mx+b" equation. The y-intercept is useful when you want to know the value of the dependent variable when the independent variable equals 0.&lt;/p&gt;&lt;p&gt;NOTE: The INTERCEPT function returns the same value as the FORECAST function if you enter 0 for x in the FORECAST function.&lt;/p&gt;&lt;p&gt;The INTERCEPT function uses the following syntax:&lt;/p&gt;&lt;p&gt;=INTERCEPT (known ys, known xs)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using the LINEST Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The LINEST function returns the value of m and b given at least one set of known ys and known xs. The LINEST function has the following syntax:&lt;/p&gt;&lt;p&gt;=LINEST (known ys, known xs, constant, statistics)&lt;/p&gt;&lt;p&gt;where known ys is the array of y values you already know, known xs is the array of x values you may already know. If you leave out the known xs, they are assumed to be 1, 2, 3,...n. If constant is set to FALSE, b is assumed to be 0. If statistics is set to TRUE, the LINEST function also returns the standard error for each data point.&lt;/p&gt;&lt;p&gt;NOTE: If the known ys are in a single column or row, then Excel considers each column of&lt;br /&gt;&lt;br&gt;known xs to be a separate variable.&lt;/p&gt;&lt;p&gt;NOTE: The array known xs can include multiple sets of variables. If you use only one set, then known ys and known xs can be ranges of any shape, as long as they have equal dimensions. If you use more than one variable, then the known ys array must be either a single column or a single row. If you don't enter known xs, Excel assumes this array is the same size as the known ys array.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using the SLOPE Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Use the SLOPE function to find the slope (m) of the linear regression line from the known x and known y data sets. The slope is the change in y over the change in x for any two points on the line. The SLOPE function in Excel uses the following syntax:&lt;/p&gt;&lt;p&gt;=SLOPE (known ys, known xs)&lt;/p&gt;&lt;p&gt;A positive (upwards) slope means that the independent variable (such as the number of salespeople) has a positive effect on a dependent variable (such as sales). A negative (downwards) slope means that the independent variable has a negative effect on the dependent variable. The steeper the slope, the more effect the independent variable has on the dependent variable.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using the STEYX Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Use the STEYX function to find the standard error of the predicted y-value for each individual x in the regression. The STEYX function uses the following syntax:&lt;/p&gt;&lt;p&gt;=STEYX (known ys, known xs)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Using the TREND Function&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Use the TREND function to find values along a linear trend. Specify an array of new xs and the TREND function uses the method of least squares to fit a straight line to the known x and y data sets and return the y-values along the line for the new array. If constant is set to FALSE, the "b" in the y=mx+b equation is set to zero. The TREND function uses the following syntax:&lt;/p&gt;&lt;p&gt;=TREND (known ys, known xs, new xs, constant)&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Stephen L. Nelson, CPA wrote the MBA's Guide to Microsoft Excel, from which this short article is adapted. Nelson also writes and edits downloadable do-it-yourself small business incorporation kits that businesses and investors can use for setting up a &lt;a target="_new" href="http://www.scorporationsexplained.com/doityourself_MichiganSCorp.htm"&gt;Michigan S Corporation&lt;/a&gt; or a &lt;a target="_new" href="http://www.scorporationsexplained.com/doityourself_MinnesotaSCorp.htm"&gt;Minnesota S Corporation&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-1601800538696985135?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/1601800538696985135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/1601800538696985135'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/04/linear-regression-formulas.html' title='Linear Regression Formulas'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-_2K4cm7yOZI/Ta7k9cP7ywI/AAAAAAAABKA/h2_LebYgdMo/s72-c/computing%2B-%2Blinear%2Bregression.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-8820403090101262794</id><published>2011-04-20T01:06:00.000-07:00</published><updated>2011-04-20T06:51:26.425-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='spreadsheets'/><title type='text'>Origins, Programmability and Popularity of Excel</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-Mr5seLFiuQc/Ta7kzG4jb1I/AAAAAAAABJ4/9vTo8qDFso4/s1600/computing%2B-%2Bexcel%2Bhistory.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 224px;" src="http://4.bp.blogspot.com/-Mr5seLFiuQc/Ta7kzG4jb1I/AAAAAAAABJ4/9vTo8qDFso4/s320/computing%2B-%2Bexcel%2Bhistory.jpg" border="0" alt="excel history" id="BLOGGER_PHOTO_ID_5597662953540382546" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;The first Windows version for Excel - Excel 2.0 was released in 1987 and since that time, its popularity has only increased.  The spreadsheet and data tabulating software category was previously dominated by software like Lotus 1-2-3 which were DOS based. Microsoft Excel was probably the first GUI based spreadsheet application that revolutionized the way people look at such software. Excel had many advantages over other similar products. Some of the important ones are listed below:&lt;/p&gt;&lt;p&gt;&lt;ol&gt;&lt;li&gt;For the first time, it became easy to calculate, tabulate and organize data in a graphically pleasing way. The impact that these new advancements had on report generation and presentation is well known and needs no introduction.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;At the same time, highly complex algorithms could also be applied to the same data for data mining and statistical analysis means. These algorithms could range from simple aggregate functions like Average, Min, Max, etc to complex statistical functions like normal distribution plotting, Chi-square values etc.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Tight and seamless integration with the office suite: Starting from Excel 5.0, programs like Microsoft Word and Microsoft Access could basically share data with each other. In layman's terms, what this means is that an Excel table could directly by inserted in a Word document and similarly, an Access database file could be used to provide data to an Excel table.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Programmability: Visual Basic for Excel - a programming language based on Visual Basic that was widely used in developing custom functions for Excel. This language was powerful enough to make system level calls and develop self sufficient applications that ran on top of the Excel runtime environment.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Support for old formats: Excel supported importing of old format files like Lotus 1-2-3 worksheets, Dbase files etc, which made user migration very easy.&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;&lt;p&gt;The main reason for the rise of popularity for Microsoft Excel was the fact that older spreadsheet-based programs like Lotus 1-2-3 were not Windows based and by the time a GUI version of the same was launched, Excel had already dominated the market. Another reason was that it was shipped with the Microsoft Office Suite and was tightly integrated with it.&lt;/p&gt;&lt;p&gt;Microsoft Excel today is an indispensable product and can be found in just about every computer that runs Windows. Alternatives for Microsoft Office Suite like OpenOffice.org (a free an open source product) exist, but they have yet to make a dent in the Microsoft Office Suite's market share.&lt;/p&gt;&lt;p&gt;New iterations and updates of the Office Suite are continuously released by Microsoft to address security, stability and performance issues as discovered. To sum up, Microsoft Excel will continue to dominate the spreadsheet application category for a long time to come.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Computer Training Solutions provide &lt;a target="_new" rel="nofollow" href="http://www.computertrainingsolutions.co.uk/Excel_Training_Courses_Open_Schedule.htm"&gt;excel training in London&lt;/a&gt; and &lt;a target="_new" rel="nofollow" href="http://www.computertrainingsolutions.co.uk/Excel_Training_Courses_Open_Schedule.htm"&gt;excel course&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-8820403090101262794?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/8820403090101262794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/8820403090101262794'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/04/origins-programmability-and-popularity.html' title='Origins, Programmability and Popularity of Excel'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-Mr5seLFiuQc/Ta7kzG4jb1I/AAAAAAAABJ4/9vTo8qDFso4/s72-c/computing%2B-%2Bexcel%2Bhistory.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-1838538777615322054</id><published>2011-04-15T02:12:00.000-07:00</published><updated>2011-04-15T02:12:00.356-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><title type='text'>Advanced IF-THEN Formulas</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-laHMEsux5KQ/TaLG1Fj1OPI/AAAAAAAABHs/-ML8Auv9qN8/s1600/computing%2B-%2Bif%2Bstatement.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 300px; height: 300px;" src="http://2.bp.blogspot.com/-laHMEsux5KQ/TaLG1Fj1OPI/AAAAAAAABHs/-ML8Auv9qN8/s320/computing%2B-%2Bif%2Bstatement.png" border="0" alt="excel if statement" id="BLOGGER_PHOTO_ID_5594252302475409650" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;One of the basic statements for financial modeling is the IF-THEN function in Excel. While this may not be considered as robust as other approaches when doing actual computer programming (C++, Java, VB), in Excel it is rather straightforward and ubiquitous.&lt;/p&gt;&lt;p&gt;There are a couple of things to remember when using the IF-THEN approach:&lt;/p&gt;&lt;p&gt;* For basic results like "if this cell equals dog put a bone in the cell next to it" or "if the cell on my right equals rain display an umbrella sign in the cell below" or something like that. IF-THEN works well for binary situations, and is a method that the basic financial modeler can use and understand readily easily. The beauty of the function at its most basic level is the simplicity.&lt;/p&gt;&lt;p&gt;* IF-THEN can also be used for non-binary situations, meaning that one can "nest" several sub IF-THEN statements within the cell. For example, let's assume that you had four triggering events: apple, orange, grape and banana. Depending upon the word that was in a cell, there would be one of four results. This would look like:&lt;/p&gt;&lt;p&gt;=IF(A1="Apple","Watch for worm",IF(A1="Orange","Citrus",IF(A1="Grape","Soon to be a raisin",IF(A1="Banana","Don't slip on the peel","Do nothing")))).&lt;/p&gt;&lt;p&gt;You will notice that the last bit of this text includes "do nothing", which captures any text that is not one of the specified amounts you are seeking. If there were only four options (that somehow the input cell was blocked to prevent anything other than those four choices), the code would look like this:&lt;/p&gt;&lt;p&gt;=IF(A1="Apple","Watch for worm",IF(A1="Orange","Citrus",IF(A1="Grape","Soon to be a raisin","Don't slip on the peel"))).&lt;/p&gt;&lt;p&gt;By definition, only four choices will yield three IFs - think about the fourth IF as silent to help you see why this is the case.&lt;/p&gt;&lt;p&gt;* The financial modeler can also link IF-THEN statements to apply a mathematical operator to two or more statements in the cell. Thus, you could create a formula like =IF(A1="Pie",1,0)+IF(B1="Soup",2,0)+IF(C1="Water",3,0). You can do this with any operator and is useful if there are discrete components to the model you are developing. As you ultimately get further into advanced modeling, this can be used for triggers, or cells that create an influx of additional information when turned to a true state. Further discussion on that will occur as we move to intermediate level issues, but just remember that there is flexibility in the IF-THEN statement from this particular perspective.&lt;/p&gt;&lt;p&gt;* One shortcoming of the IF-THEN statement usage is that you can only have up to seven nested statements EVER in any function in Excel. For examples, the following is a maxed out version of the IF-THEN statement:&lt;/p&gt;&lt;p&gt;=IF(C5=1,1,IF(C5=2,2,IF(C5=3,3,IF(C5=4,4,IF(C5=5,5,IF(C5=6,6,IF(C5=7,7,IF(C5=8,8,"No")))))))) - if you try to add another nested IF statement, you will get an error message. Part of the rationale behind that is because evaluating the IF-THEN in the standard Excel environment (as well as computer language in general) takes some time to evaluate. Granted, it is not a lot of time when thinking about a machine calculating something faster than us, but each of the evaluation steps requires computing speed and memory. If you can imagine a nested 20-step IF-THEN statement in your mind and pretend that you must evaluate that statement in order until the last part of it, you will begin to see why there needs to be extra time for the computer to do analyze it. Thus, seven is the cutoff point, but in reality, you should never need that many nested IF-THEN statements anyway.&lt;/p&gt;&lt;p&gt;In summary, the IF-THEN statement can be a very useful, simple approach to binary and certain non-binary situations. It is not perfect for larger database inquiries or very large spreadsheets wherein the answer to the IF-THEN drives the model, but it can suffice for everyday simple financial modeling applications, and it easy to implement and interpret.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Russ Steward has more than fifteen years of experience in investment banking and private equity, and has developed hundreds of financial models and analyses in Excel. For more information, please visit &lt;a target="_new" href="http://www.makefinancialmodels.blogspot.com"&gt;http://www.makefinancialmodels.blogspot.com&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-1838538777615322054?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/1838538777615322054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/1838538777615322054'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/04/advanced-if-then-formulas.html' title='Advanced IF-THEN Formulas'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-laHMEsux5KQ/TaLG1Fj1OPI/AAAAAAAABHs/-ML8Auv9qN8/s72-c/computing%2B-%2Bif%2Bstatement.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-9074898009250399917</id><published>2011-04-11T02:08:00.000-07:00</published><updated>2011-04-11T02:12:13.353-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Openoffice'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='spreadsheets'/><category scheme='http://www.blogger.com/atom/ns#' term='alternatives'/><title type='text'>Excel versus Openoffice Spreadsheets</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-GPnjRsJdEkM/TaLF2O8kmXI/AAAAAAAABHk/fvbasB4swP8/s1600/computing%2B-%2BOpenoffice%2BCalc%2Bsymbol.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 256px; height: 256px;" src="http://1.bp.blogspot.com/-GPnjRsJdEkM/TaLF2O8kmXI/AAAAAAAABHk/fvbasB4swP8/s320/computing%2B-%2BOpenoffice%2BCalc%2Bsymbol.png" border="0" alt="Openoffice Calc symbol and logo" id="BLOGGER_PHOTO_ID_5594251222663338354" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;Microsoft Excel, the spreadsheet software developed and commercialized by Microsoft, is part of the Office Suite and it is available both for Macintosh systems and Windows. Originally designed to work on Macintosh systems, Excel had been ported to MS/DOS in 1987 due to the slow porting of Lotus 1-2-3 to the Microsoft operating system and since then it has been improved in its features, dominating the commercial spreadsheet market.&lt;/p&gt;&lt;p&gt;Excel can be installed both as a stand-alone application and as a part of Office Suite, offering in the latter case full integration with Word, PowerPoint and Publisher. Excel offers basic functions for data manipulation, like arithmetic operations and formulas, as well as embedded statistical functions, charts, graphs and histograms. Macro functions, designed to handle more complex data processing, make use of Visual Basic for Applications, a subset of the famous scripting language developed by Microsoft. Such a offer of features conveniently answer to statistical, engineering and financial needs, making Microsoft Office a first pick in the great variety of spreadsheet applications today available in the market.&lt;/p&gt;&lt;p&gt;What makes competitors a viable alternative is the pricing policy of Microsoft. Microsoft won't let you buy Excel as a stand-alone application. The software is sold as a part of the Microsoft Office Suite, offered at 149$ per license in the Home and Student version, 279$ for Home and Business version and 399$ for the Professional Suite. For people finding such prices impossible to afford it is necessary to move to cheaper reliable solutions, like OpenOffice.org suite, which features Calc as spreadsheet software.&lt;/p&gt;&lt;p&gt;OpenOffice.org is a complete suite, offering word processing, presentations and publishing as well as his famous spreadsheet application, Calc. Developed by Oracle, it can be freely downloaded and installed on Windows, Linux and MAC OS X, as well as on other operating systems on which Office is not able to run. While the huge different in price could make somebody think that Calc is not a viable alternative to Office, Oracle's spreadsheet features all the functionalities provided by Office: basic arithmetic operations, statistics, histograms and graphs, as well as being able to read and write in Microsoft formats like .xls, .doc and .ppt. Quick answers to your problems will be provided by the documentation provided by developers and users and it's possible to get direct and personal help from the Free Software/Open Source community, which is directly active in the development of the software.&lt;/p&gt;&lt;p&gt;As we just said, there are viable alternatives to reliable but expensive applications like Excel, keeping in mind that moving to a new platform is an investment in time, and hence, money. OpenOffice.org offers a good and cheap alternative, especially after the introduction of full compatibility with Microsoft most used formats. In business world, no matter how small your business is, being able to edit a.doc file makes the difference.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Computer Training Solutions provide &lt;a target="_new" rel="nofollow" href="http://www.computertrainingsolutions.co.uk/Excel_Training_Courses_Open_Schedule.htm"&gt;Excel Courses&lt;/a&gt; and &lt;a target="_new" rel="nofollow" href="http://www.computertrainingsolutions.co.uk/Excel_Training_Courses_Open_Schedule.htm"&gt;excel training courses&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-9074898009250399917?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/9074898009250399917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/9074898009250399917'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/04/excel-versus-openoffice-spreadsheets.html' title='Excel versus Openoffice Spreadsheets'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-GPnjRsJdEkM/TaLF2O8kmXI/AAAAAAAABHk/fvbasB4swP8/s72-c/computing%2B-%2BOpenoffice%2BCalc%2Bsymbol.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-5060791619579304512</id><published>2011-04-03T00:56:00.000-07:00</published><updated>2011-05-27T02:01:35.647-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='travel'/><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><title type='text'>How to Calculate Postcode and Zipcode Radii</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-Ar6sI9go1MA/TZQ0k6SBD1I/AAAAAAAABF0/EJOOF1adTPI/s1600/computing%2B-%2Bzip%2Bcode%2Bradius%2Bmap.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 250px; height: 242px;" src="http://3.bp.blogspot.com/-Ar6sI9go1MA/TZQ0k6SBD1I/AAAAAAAABF0/EJOOF1adTPI/s320/computing%2B-%2Bzip%2Bcode%2Bradius%2Bmap.jpg" border="0" alt="zip code radius on map" id="BLOGGER_PHOTO_ID_5590150846198386514" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;Microsoft Excel "custom functions" can be used to carry out many tasks related to address and location-based information, such as importing demographic data, checking address accuracy, even calculating driving time and performing route optimization. Custom functions, also referred to as User Defined Functions (UDFs), perform complex calculations or tasks and are used in cell formulas just like standard Excel functions such as SUM or AVERAGE. In this article we will discuss how custom functions can also be used for identifying zip codes within a specified distance or "radius".&lt;/p&gt;&lt;p&gt;Zip codes can be extremely useful for analyzing demographic information, and can help you better target customers and plan marketing campaigns. For example, identifying zips within a specified radius of potential new store locations can help you select a location most accessible to your customer base. But instead of drawing circles on a map, a much easier approach is to use a custom function within Excel that can do the work for you.&lt;/p&gt;&lt;p&gt;Let's say you are evaluating a possible store location in zip 07470 and need a list of all zips within a 10 mile radius. To use a function named RADIUS, simply input a formula in a worksheet cell like this: "= RADIUS (ZipCode, RadiusDistance)". For this case the formula is "= RADIUS ("07470", 10)", and the worksheet will display all results within 10 miles of 07470.&lt;/p&gt;&lt;p&gt;The formula can be tailored to output the data as a text string listed in a single cell, or as an array with individual results in multiple cells in the spreadsheet. To return a formula as an array in Excel, simply highlight the destination range with your mouse, then hold down the Ctrl and Shift keys and press Enter. The returned data can also include the calculated distance and sort these by closeness to the target zip. Additional options can be added to have the distance returned in kilometers or miles.&lt;/p&gt;&lt;p&gt;The custom function automates the process of finding all zips that fall within the given radius by searching a local database and performing distance calculations based on latitude and longitude. All of these actions occur in the background, so the user works entirely within Excel and sees only the resulting list of zip codes displayed in their worksheet - there is no need to learn a new application or import a zip code list from a web page.&lt;/p&gt;&lt;p&gt;A big advantage of custom functions is their ability to process large amounts of data in a spreadsheet format. To perform zip code radius calculations for a list of zip codes in column A, for example, simply input the appropriate custom function formula in cell B1, such as: "= RADIUS (A1, 10)" where "A1" is the worksheet cell location of the first zip code. Then just copy and paste this formula as needed in column B; in this way you can perform radius calculations for literally thousands of zip codes, without the time-consuming manual input required for other programs.&lt;/p&gt;&lt;p&gt;There are other useful Excel custom functions that complement these radius calculations, such as calculating the distance between two given zip codes. The custom function formula in this case would be something like "= DISTANCE (ZipCode1, ZipCode2)". The calculated distance can be "as the crow flies" or can be estimates of actual driving distance or time.&lt;/p&gt;&lt;p&gt;A radius custom function is an excellent example showing how Microsoft Excel functions can be used to automate complicated tasks, all within a simple spreadsheet formula. From calculating driving distance and time between addresses, to identifying zips within a specified radius, custom functions are a very useful approach to analyzing address and location-based information in Excel.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Please see the YouTube video &lt;a target="_new" href="http://www.youtube.com/watch?v=nOiu1Tpf3rM"&gt;Find Zip Codes in a Radius&lt;/a&gt; for more information about using Excel custom functions. The author of this article, Betty Hughes, helped develop &lt;a target="_new" href="http://www.cdxtech.com/CDXZipStream/Overview.aspx"&gt;CDXZipStream&lt;/a&gt;, an Excel add-in that provides zip code data, demographics by zip code, driving route optimization, zip code radius analysis, geocoding and more using custom functions. A free 30-day trial is available as a download from our website, as well as example spreadsheets and tutorials showing how to use custom functions in a variety of applications.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-5060791619579304512?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5060791619579304512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5060791619579304512'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/04/how-to-calculate-postcode-and-zipcode.html' title='How to Calculate Postcode and Zipcode Radii'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-Ar6sI9go1MA/TZQ0k6SBD1I/AAAAAAAABF0/EJOOF1adTPI/s72-c/computing%2B-%2Bzip%2Bcode%2Bradius%2Bmap.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-5199425806935197053</id><published>2011-03-31T00:53:00.000-07:00</published><updated>2011-03-31T01:00:57.817-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='searching'/><title type='text'>Excel FIND and SEARCH Formulas</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-SbGUeTbsmOc/TZQzpNXmXNI/AAAAAAAABFs/GAskjNWRDx4/s1600/computing%2B-%2Bfind%2Band%2Bsearch.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 237px;" src="http://1.bp.blogspot.com/-SbGUeTbsmOc/TZQzpNXmXNI/AAAAAAAABFs/GAskjNWRDx4/s320/computing%2B-%2Bfind%2Band%2Bsearch.jpg" border="0" alt="excel search find" id="BLOGGER_PHOTO_ID_5590149820529925330" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;There are two very similar functions in Excel to look for data inside of cells matching parameters that you dictate: SEARCH and FIND. There are so similar, in fact, that one wonders why have two separate functions that perform virtually the identical results and are identical in the construct of the formula. This article will discuss he one, basic difference.&lt;/p&gt;&lt;p&gt;&lt;b&gt;SEARCH Introduction&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The SEARCH function is a way to find a character or string within another cell, and it will return the value associated with the starting place. In other words, if you are trying to figure out where a character is within the cell that contains a word, sentence or other type of information, you could use the SEARCH function. The format for this function is:&lt;/p&gt;&lt;p&gt;=SEARCH("find_text","within_text",start_num).&lt;/p&gt;&lt;p&gt;If, for example, the word "alphabet" was in cell C2, and your model needed the location of the letter "a" in that cell, you would use the formula =SEARCH("a",C2,1), and the result would be 1. To continue this simplistic example, if you were seeking the location of "b" in the word, the formula would be =SEARCH("b",C2,1), and the result would be 6. You can also use search on strings of characters. If, for example, cell F2 contains 1023-#555-A123, the formula =SEARCH("A12",F2,1) would yield the 11 as an answer.&lt;/p&gt;&lt;p&gt;&lt;b&gt;FIND Introduction&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The FIND function is another way to find a character or string within another cell, and it will return the value associated with the starting place, just like the SEARCH function. The format for this function is:&lt;/p&gt;&lt;p&gt;=FIND("find_text","within_text",start_num).&lt;/p&gt;&lt;p&gt;Using the same example as before, the location of the letter "a" in cell C2 would be discovered using =FIND("a",C2,1), and the result would be 1. Looking for "b" in cell C2 would be accomplished be =FIND("b",C2,1), resulting in the number 6. Finally, continuing on the similarity path, if cell F2 contains 1023-#555-A123 (as before), the formula =FIND("A12",F2,1) would yield the 11 as an answer. As you can see, up to this point, both methods would give you the same results.&lt;/p&gt;&lt;p&gt;Note: You probably quickly recognized that there are two a's in the word located in cell C2. By stating the starting point in each of the formulas as 1, we will pick up the first instance of the letter "a". If we needed to choose the next instance, we could merely have the "start_num" part of the formula to be 2, thus skipping the first instance of the letter and resulting in an answer of 5.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Main Differences&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The main difference between the SEARCH function and the FIND function is that FIND is case sensitive and SEARCH is not. Thus, if you used the formula =SEARCH("A",C2,1) (note the capital "A"), the result would still be 1, as in the case before. If you were to use the formula =FIND("A",C2,1), you would get #VALUE!. FIND is case sensitive and there is no "A" in the word "alphabet".&lt;/p&gt;&lt;p&gt;Another difference is that SEARCH allows for the use of wildcards whereas FIND does not. In this context, a question mark will look for an exact phrase or series of characters in a cell, and an asterisk will look for the beginning of the series of characters right before the asterisk. For example, the formula =SEARCH("a?p",C2,1) in our alphabet example would yield an answer of 1, as it is looking for an exact grouping of the letter "a" with anything next to it with a "p" immediately after. As this is in the beginning of the word, the value returned is 1. Continuing with the alphabet example, the formula =SEARCH("h*t",C2,1) would yield a value of 4. In this instance, the wildcard "*" can represent any number of characters in between the "h" and the "t" as long as there is a string beginning and ending with the two letters you use in the formula. If the formula was =SEARCH("h*q",C2,1), you would get #VALUE!.&lt;/p&gt;&lt;p&gt;In short, these two formulas are very similar, and unless you need confirmation of an exact character or string of characters, you would likely err on the side of using SEARCH. Instances where this may not be the case might involve searches involving specific SKUs or names of employees. In my experience, SEARCH has been more helpful in specific financial modeling exercises, but it is helpful to understand the differences in usage and results as you work through your own modeling projects.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Russ Steward has more than fifteen years of experience in investment banking and private equity, and has developed hundreds of financial models and analyses in Excel. For more information, please visit &lt;a target="_new" href="http://www.makefinancialmodels.blogspot.com"&gt;http://www.makefinancialmodels.blogspot.com&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-5199425806935197053?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5199425806935197053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5199425806935197053'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/03/excel-find-and-search-formulas.html' title='Excel FIND and SEARCH Formulas'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-SbGUeTbsmOc/TZQzpNXmXNI/AAAAAAAABFs/GAskjNWRDx4/s72-c/computing%2B-%2Bfind%2Band%2Bsearch.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-813755762574526706</id><published>2011-03-19T01:24:00.000-07:00</published><updated>2011-03-19T01:25:47.565-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><category scheme='http://www.blogger.com/atom/ns#' term='accounting'/><title type='text'>Using Excel for Interest Rates</title><content type='html'>&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;The Rate function calculates the interest rate implicit in a set of loan or investment terms&lt;br /&gt;&lt;br&gt;given the number of periods (months, quarters, years or whatever), the payment per period, the present value, the future value, and, optionally, the type-of-annuity switch, and also optionally, an interest-rate guess.&lt;/p&gt;&lt;p&gt;If you set the type-of-annuity switch to 1, Excel assumes payments occur at the beginning&lt;br /&gt;&lt;br&gt;of the period, following the annuity due convention. If you set the annuity switch to 0 or&lt;br /&gt;&lt;br&gt;you omit the argument, Excel assumes payments occur at the end of the period following&lt;br /&gt;&lt;br&gt;the ordinary annuity convention.&lt;/p&gt;&lt;p&gt;The function uses the following syntax:&lt;/p&gt;&lt;p&gt;&lt;b&gt;RATE (nper, pmt, pv, fv, type, guess)&lt;/b&gt;&lt;/p&gt;&lt;p&gt;As one example, suppose you want to calculate the implicit interest rate on a car lease for a $20,000 car that requires five years of $250-a-month payments (occurring as an annuity due) and also a&lt;br /&gt;&lt;br&gt;$15,000 balloon payment. To do this, assuming you want to start with a guess of 10%, you&lt;br /&gt;&lt;br&gt;can use the following formula:&lt;/p&gt;&lt;p&gt;=RATE(5*12,-250,20000,-15000,1)&lt;/p&gt;&lt;p&gt;The function returns the value .95%, which is a monthly interest rate of just less than 1%.&lt;br /&gt;&lt;br&gt;If you annualize this monthly rate by multiplying it by 12, you get an equivalent annual&lt;br /&gt;&lt;br&gt;interest rate of 11.41%.&lt;/p&gt;&lt;p&gt;As another example, suppose you want to calculate the implicit interest rate on a $300,000 real estate mortgage that requires thirty years of $2000-a-month payments (occurring as an ordinary annuity) but (thankfully) no balloon payment. To do this, assuming you want to start with a guess of 10%, you can use the following formula:&lt;/p&gt;&lt;p&gt;=RATE(30*12,-2000,300000)&lt;/p&gt;&lt;p&gt;The function returns the value .59%, which is a monthly interest rate of slightly more than half a percent.&lt;br /&gt;&lt;br&gt;If you annualize this monthly rate by multiplying it by 12, you get an equivalent annual&lt;br /&gt;&lt;br&gt;interest rate of 7.0203%.&lt;/p&gt;&lt;p&gt;A final point: Excel solves the RATE function iteratively starting with the guess argument you provide.&lt;br /&gt;&lt;br&gt;(If you don't provide this optional argument, Excel uses 10%.) If Excel can't solve the RATE argument within 20 attempts, it returns the #NUM! error. You can try a different guess argument, which may help because you're telling Excel to begin its search from a different (hopefully closer) starting point.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Stephen L. Nelson is a small business tax CPA specializing in S corporations and the author of many bestselling books including the MBA's Guide to Microsoft Excel from which this article is adapted. Nelson also edits the &lt;a target="_new" href="http://www.scorporationsexplained.com"&gt;Forming an S corp online&lt;/a&gt;, the &lt;a target="_new" href="http://www.fasteasyincorporationkits.com"&gt;Incorporating a small business&lt;/a&gt; and the &lt;a target="_new" href="http://www.llcsexplained.com"&gt;forming an LLC&lt;/a&gt; web sites.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-813755762574526706?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/813755762574526706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/813755762574526706'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/03/using-excel-for-interest-rates.html' title='Using Excel for Interest Rates'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-7700778975800922551</id><published>2011-03-07T00:15:00.000-08:00</published><updated>2011-03-19T01:26:02.334-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><category scheme='http://www.blogger.com/atom/ns#' term='accounting'/><title type='text'>Microsoft Excel for Accountants</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-ai1Kzp0A_9s/TXSUq9TUe8I/AAAAAAAABCY/jGOkg95iuaM/s1600/general%2B-%2Bcomputer%2Bcash.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 200px;" src="http://2.bp.blogspot.com/-ai1Kzp0A_9s/TXSUq9TUe8I/AAAAAAAABCY/jGOkg95iuaM/s320/general%2B-%2Bcomputer%2Bcash.jpg" border="0" alt="spreadsheet accounting" id="BLOGGER_PHOTO_ID_5581249303949900738" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;The ever changing technology brought brand new ways of completing any kind of tasks rapidly. It also helps us to produce data and maintain files in a clear manner. The field of accountancy is not an exceptional case. It has got tremendous improvements with the help of the advanced methodology. In this article, we are going to discuss about the role of the excel spreadsheet in accountancy.&lt;/p&gt;&lt;p&gt;Spreadsheets generally save a lot of your time no matter if you use it to track expenses, cash flow, project tax or inventory. It will be helpful in analyzing lease or purchase and capital requirements. The formula in Excel helps you a lot to maintain a trouble free reports of all the transaction details.&lt;/p&gt;&lt;p&gt;1. People from various departments have to handle the same document file. The sales executive has to enter the sales he made and forward it to his Manager. The Manager will forward the same to the bookkeeper. We have several option to share the document and compare it using the Microsoft Excel.&lt;/p&gt;&lt;p&gt;2. It has got in build templates which will be useful for us. It makes our files to be dynamic and smart.&lt;/p&gt;&lt;p&gt;3. There is an option to convert the template as smart document with the help of the excel. Let say the annual employee expense report is based on an Excel template in your company. When you convert this to be a smart document, you will be able to connected this to a database which automatically fill some required information. When you are done with this, you can routed to the concerned person who is in charge of the next step.&lt;/p&gt;&lt;p&gt;4. Using smart documents you can send email messages through MS outlook without starting outlook and without leaving the worksheet.&lt;/p&gt;&lt;p&gt;5. Document workspace is the wonderful option provided by the excel 2003. It is mainly useful to collaborate the documents with other people on your staff. It is the process of co-authoring, editing and reviewing documents.&lt;/p&gt;&lt;p&gt;6. There are lots of shortcuts available in Microsoft Excel. Few of those are listed out below:&lt;/p&gt;&lt;p&gt;Excel Shortcuts:&lt;/p&gt;&lt;p&gt;AutoFilter: It is helpful in handling large spreadsheets easily. You can activate filter option to view or edit a particular set of data. It will not cause any changes on the arrangements. It just hides the unwanted data and shows the data you have filtered. Once you remove or deactivate the filter, this option will be disabled and you will be able to see all the data.&lt;/p&gt;&lt;p&gt;Consolidating data: In Excel, we have an option of importing worksheet or data from another file. This is a quick process and you will not miss any data as you are tend to miss out data while copying and pasting.&lt;/p&gt;&lt;p&gt;Locating discrepancies: You cannot obviously go through the data line by line in order to locate the discrepancies. But in Excel, it automatically identifies the inconsistencies with the little advanced settings.&lt;/p&gt;&lt;p&gt;Also Excel 2007 provides wonderful invoice templates. We can edit the template according to your details and you can send a concise invoice to your clients.&lt;/p&gt;&lt;p&gt;Above all, you can format the excel using formula according to your requirements. This would reduce the considerable amount of time and helps you to have a flawless data. Therefore, excel plays a vital role in accountancy.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;Mary is a CPA. She is executing &lt;a target="_new" href="http://www.integraoutsourcing.co.uk/"&gt;accounting outsourcing&lt;/a&gt; projects. Integra outsourcing provides online accounting services for the companies all over the world. Please visit, &lt;a target="_new" href="http://www.integraoutsourcing.co.uk"&gt;http://www.integraoutsourcing.co.uk&lt;/a&gt; for more details.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-7700778975800922551?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/7700778975800922551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/7700778975800922551'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/03/microsoft-excel-for-accountants.html' title='Microsoft Excel for Accountants'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-ai1Kzp0A_9s/TXSUq9TUe8I/AAAAAAAABCY/jGOkg95iuaM/s72-c/general%2B-%2Bcomputer%2Bcash.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-5376990287567066205</id><published>2011-02-28T09:39:00.000-08:00</published><updated>2011-03-19T01:23:17.519-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='statistics'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><title type='text'>Uses of Excel Statistics Tools</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-s6s-Xs36T7k/TWvepVC66iI/AAAAAAAABBo/47MH7w6pjmY/s1600/computing%2B-%2BMicrosoft%2BExcel%2Bstatistics%2Bscreenshot.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 200px;" src="http://1.bp.blogspot.com/-s6s-Xs36T7k/TWvepVC66iI/AAAAAAAABBo/47MH7w6pjmY/s320/computing%2B-%2BMicrosoft%2BExcel%2Bstatistics%2Bscreenshot.gif" border="0" alt="Microsoft Excel statistics modes" id="BLOGGER_PHOTO_ID_5578797365033888290" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;Microsoft Excel statistics have a plethora of uses, limited only by the analyst's imagination, data, and job description. What are these uses and how do you choose the right Excel toolset for maximum utility?&lt;/p&gt;&lt;p&gt;Let's say you work at BP and you're interested in the relationship between the depth of oil wells in the Caribbean with the frequency of oil rig problems. You have several thousand monthly data points of disaster event frequency data and the average depth of each well from the ocean surface to the sea floor, and from the sea floor to the oil pool. You need to quickly generate a probability distribution and estimates of the likelihood of future oil rig disaster events for a board meeting in 1 hour. Several Microsoft Excel statistics tools can generate this analysis in 15 minutes or less. Too bad BP didn't know!&lt;/p&gt;&lt;p&gt;Another example: You hold a portfolio of corporate bonds rated triple-A, Baa, and C in a customer account which has generated significant paper profits in the last year. Your customer asks you whether he should sell this portfolio, or whether he should hold it and buy protection with credit derivatives, and needs to know the answer by the end of the day. You have access to extensive data on historical default probabilities of different bonds with different ratings, as well as historical time series of credit spreads, CDS prices, and equity prices. Using this data and a Microsoft Excel statistics library, you are able to answer with 95% confidence, that based on current market conditions, the length of the bond price runup, and the current economic cycle, credit default spreads on speculative grade bonds are likely to increase by at least 15% in the next 6 months. You recommend selling the C-rated bonds, buying index CDS on the High Yield index, reducing the portfolio's Baa exposure gradually, and holding the triple-A rated bonds.&lt;/p&gt;&lt;p&gt;A final example might be cyclical long term weather patterns to project the price of a basket of food commodities including wheat, corn, beef, soybeans, and orange juice. By importing national weather pattern data from different geographic locations and inflation-adjusted commodity prices into Excel and running a multivariate regression analysis, you are able to ascertain the predictive quality of weather on commodity prices during different time periods. By comparing these results with a similar exercise using geographic population density, lifespan, and education levels to predict commodity prices, you deduce a further potential relationship. Such complex analyses can be easily computed using Excel and statistical tools.&lt;/p&gt;&lt;p&gt;As shown by these examples, the uses of Microsoft Excel statistics capabilities are never-ending.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;      &lt;p&gt;To learn more about &lt;a target="_new" href="http://www.financial-edu.com/excel-random-number-generator-and-statistics-set-2.php"&gt;Microsoft Excel statistics&lt;/a&gt; capabilities and a value-priced analysis tool, click here &lt;a target="_new" href="http://www.financial-edu.com/excel-random-number-generator-and-statistics-set-2.php"&gt;http://www.financial-edu.com/excel-random-number-generator-and-statistics-set-2.php&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-5376990287567066205?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5376990287567066205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5376990287567066205'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2011/02/uses-of-excel-statistics-tools.html' title='Uses of Excel Statistics Tools'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-s6s-Xs36T7k/TWvepVC66iI/AAAAAAAABBo/47MH7w6pjmY/s72-c/computing%2B-%2BMicrosoft%2BExcel%2Bstatistics%2Bscreenshot.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-5634525323701018714</id><published>2010-02-20T03:21:00.000-08:00</published><updated>2011-03-19T01:22:05.338-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spreasheet security'/><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><title type='text'>Tips for Retrieving an Excel Password</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_7o8SdS3qwN4/S3_Gjkd0CWI/AAAAAAAAAhA/2g7M2bL2Z4w/s1600-h/password+key.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px; height: 233px;" src="http://4.bp.blogspot.com/_7o8SdS3qwN4/S3_Gjkd0CWI/AAAAAAAAAhA/2g7M2bL2Z4w/s400/password+key.jpg" border="0" alt="excel password recovery" id="BLOGGER_PHOTO_ID_5440285189273291106" /&gt;&lt;/a&gt;&lt;br /&gt; &lt;div id="body"&gt;&lt;br /&gt;  &lt;p&gt;Computers can be reliable and effective but they can also be extremely frustrating. Most people use Microsoft Office to create documents. It's one of the most popular office suites in the world and for good reason, as it comes with some powerful interrelated desktop applications. That includes Word, Excel, Outlook, PowerPoint, Publisher and other desktop applications as well. Most of us use passwords to protect the valuable documents that we have created using Office, but what happens when you realize you've forgotten an Excel password?&lt;/p&gt;&lt;p&gt;If you ever realized that you forgot an Excel password, it can be easy to get stressed. &lt;br /&gt;&lt;br /&gt;There is all your most important information, sitting in front of you on a computer but you're unable to access it because you've forgot Excel password. There is nothing more frustrating than that unless of course you have deadlines to meet and that makes things even worse.&lt;/p&gt;&lt;p&gt;At least anyone who has forgot Excel password and those who worry about doing it can find some sort of relief. That's because there is the Office Password Recovery Pro software, which will retrieve all of your passwords in a matter of minutes. This program is designed for people who have forgotten an Excel password. It will recover lost or forgotten passwords, whether they're saved in Word, Outlook or any other Office application.&lt;/p&gt;&lt;p&gt;If you've forgotten an Excel password you can download the software and start using it right away. For those who are a bit timid to go forth with any download without checking it out better first, there is the option of downloading a trial version. This trial version allows users to fiddle around with the different features and get a better idea of all the software has to offer. For anyone who's forgot Excel password, it's sure to bring a sigh of relief.&lt;/p&gt;&lt;p&gt;This software works on all versions of Microsoft Office up to 2003 and is truly the best solution available today for forgotten or lost passwords. It actually does retrieve passwords and supports autosaves. With purchase of the software program, free updates and technical support are offered for a full year, which are some pretty impressive offers.&lt;/p&gt;&lt;p&gt;If you've ever needed to &lt;a target="_new" rel="nofollow" href="http://www.easypasswordfix.com/Unprotect_Excel_Password.php"&gt;unprotect an Excel password&lt;/a&gt; in the past or are just sick of having to try and keep track of all your different passwords, this software will be one of the best investments you ever make. It can even break through any locked cells and shared protection passwords. This is high-tech software that features an easy to use interface, so you really get the best of both worlds.&lt;/p&gt; &lt;/div&gt;&lt;br /&gt; &lt;div&gt;&lt;br /&gt;      &lt;p&gt;Mark D Harrison&lt;/p&gt;&lt;p&gt;A life long interest in technology has led to setting up &lt;a target="_new" href="http://www.easypasswordfix.com"&gt;http://www.EasyPasswordFix.com&lt;/a&gt; to help people recover passwords from Microsoft Office applications such as Excel, Word, Outlook and PowerPoint.&lt;/p&gt;     &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-5634525323701018714?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5634525323701018714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5634525323701018714'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2010/02/tips-for-retrieving-and-excel-password.html' title='Tips for Retrieving an Excel Password'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_7o8SdS3qwN4/S3_Gjkd0CWI/AAAAAAAAAhA/2g7M2bL2Z4w/s72-c/password+key.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-5113583512415768646</id><published>2010-01-19T03:24:00.000-08:00</published><updated>2011-03-19T01:33:50.578-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Use the AutoCalculator in Excel</title><content type='html'>Use this if you need to calculate a sum based on a column or a row of numbers and you don't want to type in a funtion.&lt;br /&gt;&lt;br /&gt;* Select the figures you need in your spreadsheet.&lt;br /&gt;&lt;br /&gt;* Look down at the status bar.  There, you'll see the sum of the selected cells.&lt;br /&gt;&lt;br /&gt;* If you need to glance at additional calculations, such as average or count, just right-click on the sum calculation and selection the one you need.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-5113583512415768646?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5113583512415768646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5113583512415768646'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2010/01/use-autocalculator-in-excel.html' title='Use the AutoCalculator in Excel'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-4333402031510370218</id><published>2007-12-19T04:47:00.000-08:00</published><updated>2011-03-19T01:20:17.627-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Customise Your Autofills</title><content type='html'>If you use the same list over and over in different worksheets, you might want to add it to your AutoFill list – this will save you heaps of time in future.&lt;br /&gt;&lt;br /&gt;* Highlight your list,&lt;br /&gt;&lt;br /&gt;* click on Tools,&lt;br /&gt;&lt;br /&gt;* Options…&lt;br /&gt;&lt;br /&gt;* and select the Custom Lists tab.&lt;br /&gt;&lt;br /&gt;* Click on Import,&lt;br /&gt;&lt;br /&gt;* then OK.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-4333402031510370218?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/4333402031510370218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/4333402031510370218'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/customise-your-autofills.html' title='Customise Your Autofills'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-3191319580560414518</id><published>2007-12-19T04:45:00.000-08:00</published><updated>2011-03-19T01:19:46.793-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='formulas'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Use The Formula Browser</title><content type='html'>* Select a cell and,&lt;br /&gt;&lt;br /&gt;* click on the Paste Function button on the main toolbar.&lt;br /&gt;&lt;br /&gt;* Pick the function you require from the list box and,&lt;br /&gt;&lt;br /&gt;* click on OK.&lt;br /&gt;&lt;br /&gt;* Now highlight the cells on which you want the target to perform the function and,&lt;br /&gt;&lt;br /&gt;* click on OK&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-3191319580560414518?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/3191319580560414518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/3191319580560414518'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/use-formula-browser.html' title='Use The Formula Browser'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-6265495225997592408</id><published>2007-12-19T04:42:00.000-08:00</published><updated>2011-03-19T01:19:22.283-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='lotus 123'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Access Help For Lotus Users</title><content type='html'>If you’ve converted from Lotus 1-2-3 and find Excel confusing, you can access help functions specific to your situation by...&lt;br /&gt;&lt;br /&gt;* clicking on Help,&lt;br /&gt;&lt;br /&gt;* Lotus 1-2-3 Help...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-6265495225997592408?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/6265495225997592408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/6265495225997592408'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/access-help-for-lotus-users.html' title='Access Help For Lotus Users'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-3523006559843225604</id><published>2007-12-18T07:36:00.000-08:00</published><updated>2011-03-19T01:18:47.425-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='templates'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Use Template Worksheets</title><content type='html'>Templates can save you considerable&lt;br /&gt;time when you’re setting up a new worksheet.&lt;br /&gt;&lt;br /&gt;* Click on File,&lt;br /&gt;&lt;br /&gt;* New…,&lt;br /&gt;&lt;br /&gt;* select the Spreadsheet Solutions tab and,&lt;br /&gt;&lt;br /&gt;* choose a template from the list.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-3523006559843225604?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/3523006559843225604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/3523006559843225604'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/use-template-worksheets.html' title='Use Template Worksheets'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-3442394817341943751</id><published>2007-12-18T07:34:00.000-08:00</published><updated>2011-03-19T01:18:06.399-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spreasheet security'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Hide Your Data From Prying Eyes</title><content type='html'>If you want to hide from view any&lt;br /&gt;sensitive data,&lt;br /&gt;&lt;br /&gt;* highlight the relevant&lt;br /&gt;cell and,&lt;br /&gt;&lt;br /&gt;* click on Format,&lt;br /&gt;&lt;br /&gt;* Cells…&lt;br /&gt;&lt;br /&gt;* Click on the Numbers tab,&lt;br /&gt;&lt;br /&gt;* select Custom from the Category: list,&lt;br /&gt;&lt;br /&gt;* double-click on the Type: input box and,&lt;br /&gt;&lt;br /&gt;* enter ;;;.&lt;br /&gt;&lt;br /&gt;* Undo the operation to make your data visible again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-3442394817341943751?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/3442394817341943751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/3442394817341943751'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/hide-your-data-from-prying-eyes.html' title='Hide Your Data From Prying Eyes'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-8054896032563011581</id><published>2007-12-18T07:31:00.000-08:00</published><updated>2011-03-19T01:17:27.311-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><category scheme='http://www.blogger.com/atom/ns#' term='tables'/><title type='text'>Fit Wide Tables To The Page Width</title><content type='html'>To make your tables fit neatly on the&lt;br /&gt;page,&lt;br /&gt;&lt;br /&gt;* click on File,&lt;br /&gt;&lt;br /&gt;* Page Setup…,&lt;br /&gt;&lt;br /&gt;* select the Page tab,&lt;br /&gt;&lt;br /&gt;*click on the Fit to: radio button and,&lt;br /&gt;&lt;br /&gt;* pick 1 page wide.&lt;br /&gt;&lt;br /&gt;* Click on the tall box and,&lt;br /&gt;&lt;br /&gt;* press [Delete], leaving the box empty.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-8054896032563011581?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/8054896032563011581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/8054896032563011581'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/fit-wide-tables-to-page-width.html' title='Fit Wide Tables To The Page Width'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-5078700529387088062</id><published>2007-12-16T12:51:00.000-08:00</published><updated>2011-03-19T01:16:56.475-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Remove Hyperlinks From Your Work</title><content type='html'>If Excel has already converted your&lt;br /&gt;written URL into a hyperlink, you can cancel it by...&lt;br /&gt;&lt;br /&gt;* right-clicking on the offending address and,&lt;br /&gt;&lt;br /&gt;* selecting Hyperlink, Remove Hyperlink from the menu that pops up.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-5078700529387088062?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5078700529387088062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/5078700529387088062'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/remove-hyperlinks-from-your-work.html' title='Remove Hyperlinks From Your Work'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-2566975135667733227</id><published>2007-12-16T12:49:00.000-08:00</published><updated>2011-03-19T01:34:04.552-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mathematics'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Calculate Running Totals</title><content type='html'>* Enter the numbers to be added in column A, say A1 to A5,&lt;br /&gt;&lt;br /&gt;* then enter =SUM($A$1:A1) into column B.&lt;br /&gt;&lt;br /&gt;* Highlight the cells beside the ones with numbers in,&lt;br /&gt;&lt;br /&gt;* and go to Edit, Fill, Down.&lt;br /&gt;&lt;br /&gt;This places the running total of the figures in A1 to A5 in the adjacent column.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-2566975135667733227?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2566975135667733227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2566975135667733227'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/calculate-running-totals.html' title='Calculate Running Totals'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-2984420560835060581</id><published>2007-12-16T12:47:00.000-08:00</published><updated>2011-03-19T01:15:49.082-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel tips'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><title type='text'>Enter URLs As Text, Not Hyperlinks</title><content type='html'>To prevent Excel from converting&lt;br /&gt;written Internet addresses into hyperlinks...&lt;br /&gt;&lt;br /&gt;* add an apostrophe to the beginning of the address, for example&lt;br /&gt;‘www.futurenet.com.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-2984420560835060581?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2984420560835060581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2984420560835060581'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/enter-urls-as-text-not-hyperlinks.html' title='Enter URLs As Text, Not Hyperlinks'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-2096374249700902452</id><published>2007-12-16T12:45:00.000-08:00</published><updated>2011-03-19T01:14:52.826-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spreadsheets'/><category scheme='http://www.blogger.com/atom/ns#' term='date-time'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Calculate Time Between Dates</title><content type='html'>* Enter in a cell the formula A1, where A1 is the earlier date, and&lt;br /&gt;&lt;br /&gt;* A2 the later one.&lt;br /&gt;&lt;br /&gt;* Don’t forget to convert the target cell to number format – do&lt;br /&gt;this by highlighting the cell,&lt;br /&gt;&lt;br /&gt;* clicking on Format, Cells…,&lt;br /&gt;&lt;br /&gt;* picking on the Number tab and&lt;br /&gt;&lt;br /&gt;* selecting Number from the Category: list.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-2096374249700902452?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2096374249700902452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/2096374249700902452'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/calculate-time-between-dates.html' title='Calculate Time Between Dates'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6498547781820735728.post-8620623382869784723</id><published>2007-12-16T12:03:00.000-08:00</published><updated>2011-03-19T01:13:37.488-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spreadsheets'/><category scheme='http://www.blogger.com/atom/ns#' term='walkthroughs'/><title type='text'>Convert Rows to Columns</title><content type='html'>You can convert rows to columns (and columns to rows) by:&lt;br /&gt;&lt;br /&gt;* highlighting the cells you want to switch around,&lt;br /&gt;&lt;br /&gt;* clicking on Edit,&lt;br /&gt;&lt;br /&gt;* Copy,&lt;br /&gt;&lt;br /&gt;* selecting a new cell&lt;br /&gt;&lt;br /&gt;* and then going to Edit, Paste Special…&lt;br /&gt;&lt;br /&gt;* Finally, place a tick in the Transpose box on the dialog box and&lt;br /&gt;&lt;br /&gt;* click on OK.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6498547781820735728-8620623382869784723?l=excel-spreadsheet-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/8620623382869784723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6498547781820735728/posts/default/8620623382869784723'/><link rel='alternate' type='text/html' href='http://excel-spreadsheet-tips.blogspot.com/2007/12/convert-rows-to-columns.html' title='Convert Rows to Columns'/><author><name>Neil Buckley</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
