<?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-6146937224180105011</id><updated>2012-02-16T17:45:23.226-08:00</updated><category term='budgeting'/><category term='OpenofficeCalc'/><category term='Formula'/><category term='hlookup'/><category term='Validity'/><category term='Find'/><category term='forecasting'/><category term='Cells'/><category term='Validation'/><category term='Recapitulation'/><category term='calc'/><category term='Lookup'/><category term='Replace'/><category term='Find and Replace'/><category term='Excel Formula'/><category term='Recap'/><category term='Sumif'/><category term='options'/><category term='Summary'/><category term='Excel'/><title type='text'>Applied Excel</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://appliedexcel.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6146937224180105011/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://appliedexcel.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Doraexcel</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>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6146937224180105011.post-3183318608373668167</id><published>2009-01-10T07:31:00.000-08:00</published><updated>2009-01-10T07:31:01.329-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Summary'/><category scheme='http://www.blogger.com/atom/ns#' term='Recap'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenofficeCalc'/><category scheme='http://www.blogger.com/atom/ns#' term='Excel'/><category scheme='http://www.blogger.com/atom/ns#' term='Excel Formula'/><category scheme='http://www.blogger.com/atom/ns#' term='Sumif'/><category scheme='http://www.blogger.com/atom/ns#' term='Find and Replace'/><category scheme='http://www.blogger.com/atom/ns#' term='Find'/><category scheme='http://www.blogger.com/atom/ns#' term='Recapitulation'/><category scheme='http://www.blogger.com/atom/ns#' term='Replace'/><category scheme='http://www.blogger.com/atom/ns#' term='Formula'/><category scheme='http://www.blogger.com/atom/ns#' term='Cells'/><title type='text'>Find and Replace cells’ formula - increasing efficiency</title><content type='html'>&lt;span style="font-family:trebuchet ms;"&gt;Most of my friends are quite capable of doing some basic formula with Excel / OpenOfficeCalc, but when it comes to routine works that require same formulas to process daily/weekly/monthly whatsoever data, they tend to re-create the formula again and again instead re-use/re-cycle the formulas.&lt;/span&gt;  &lt;span style="font-family:trebuchet ms;"&gt;Well it’s time for some efficiency example.&lt;/span&gt;  &lt;span style="font-family:trebuchet ms;"&gt;Suppose we are in some company that sells their products through branches and agents, we have a task to recapitulate weekly data, in this example those files are data-week1.xls and data-week2.xls&lt;/span&gt;&lt;span style="font-family:trebuchet ms;"&gt; as shown below&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/01_week1-data.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 634px; height: 275px;" src="http://appliedexcel.files.wordpress.com/2008/07/01_week1-data.gif" alt="" border="0" /&gt;&lt;/a&gt;data-week1.xls&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/02_week2-data.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 651px; height: 271px;" src="http://appliedexcel.files.wordpress.com/2008/07/02_week2-data.gif" alt="" border="0" /&gt;&lt;/a&gt;data-week2.xls&lt;br /&gt;&lt;/div&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;We need to have a recapitulation of Sales, Cost, and Agent Fee&lt;br /&gt;Create a new file to recapitulate data in those two files, here we choose the &lt;a href="http://office.microsoft.com/en-us/excel/HP052092921033.aspx"&gt;SUMIF&lt;/a&gt; syntax for this task&lt;br /&gt;Lets name it 02_summary-weeks.xls&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/04_summary-weeks-02.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 784px; height: 245px;" src="http://appliedexcel.files.wordpress.com/2008/07/04_summary-weeks-02.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;We just recapitulated the Total Cost for Week 1, yes we can do the similar things to Sales &amp;amp; Agent Fee&lt;br /&gt;But instead of doing the rather lengthy way, lets take a shortcut.&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-family:trebuchet ms;"&gt;Copy the formula from B4:B11 to C4:C11&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/03_summary-weeks-01.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 703px; height: 252px;" src="http://appliedexcel.files.wordpress.com/2008/07/03_summary-weeks-01.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Notice that the formula still referring to the same cells ($E$2:$E$101) the Sales columns in data-week1.xls, we need those $E switched to $F&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-family:trebuchet ms;"&gt;Block cells range C4:C11 then do a Find and Replace, Find $E$ replace with $F$, the Total Sales will be created&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/05_summary-weeks-03.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 742px; height: 276px;" src="http://appliedexcel.files.wordpress.com/2008/07/05_summary-weeks-03.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;Do similar things to Total Agent Fee, and we’ll have Week-1 recapitulaztion report.&lt;br /&gt;&lt;br /&gt;How about week 2 ? not so much different&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-family:trebuchet ms;"&gt;Copy cells range B4 :D 11 to E4:G11&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Both files (data-week1.xls &amp;amp; data-week2.xls) must be opened&lt;/li&gt;&lt;li&gt;Block cells range E4:G11 then do a Find and Replace again , Find data-week1.xls replace with data-week2.xls&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/06_summary-weeks-04.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 957px; height: 234px;" src="http://appliedexcel.files.wordpress.com/2008/07/06_summary-weeks-04.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;Voila Week2 recapitulation is done&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/07_summary-weeks-05.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 874px; height: 446px;" src="http://appliedexcel.files.wordpress.com/2008/07/07_summary-weeks-05.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;You can do a lot with Find and Replace formulas, the application depends on your creativity&lt;br /&gt;Get the above example files &lt;a href="http://www.box.net/shared/5zofkus8wo"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6146937224180105011-3183318608373668167?l=appliedexcel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://appliedexcel.blogspot.com/feeds/3183318608373668167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6146937224180105011&amp;postID=3183318608373668167' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6146937224180105011/posts/default/3183318608373668167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6146937224180105011/posts/default/3183318608373668167'/><link rel='alternate' type='text/html' href='http://appliedexcel.blogspot.com/2009/01/find-and-replace-cells-formula.html' title='Find and Replace cells’ formula - increasing efficiency'/><author><name>Doraexcel</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6146937224180105011.post-9058679024104569575</id><published>2009-01-09T06:51:00.000-08:00</published><updated>2009-01-09T07:09:31.716-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hlookup'/><category scheme='http://www.blogger.com/atom/ns#' term='options'/><category scheme='http://www.blogger.com/atom/ns#' term='forecasting'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenofficeCalc'/><category scheme='http://www.blogger.com/atom/ns#' term='Lookup'/><category scheme='http://www.blogger.com/atom/ns#' term='Excel'/><category scheme='http://www.blogger.com/atom/ns#' term='Validation'/><category scheme='http://www.blogger.com/atom/ns#' term='budgeting'/><category scheme='http://www.blogger.com/atom/ns#' term='Validity'/><category scheme='http://www.blogger.com/atom/ns#' term='calc'/><title type='text'>Cell Options / Validation for Budgeting or Forecasting</title><content type='html'>&lt;span style="font-family:trebuchet ms;"&gt;Have you ever been working on your budgeting or forecasting task, which most of it has more than one options/assumptions.&lt;/span&gt; &lt;span style="font-family:trebuchet ms;"&gt;Yes if you use spreadsheet, changing cells already help you a lot, but ever considering a more convenient way and still looking for it ?&lt;/span&gt;    &lt;span style="font-family:trebuchet ms;"&gt;Well here is your answer, in Microsoft Excel it’s called Validation, in OpenofficeCalc we call it Validity.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/01_validation-list.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 237px; height: 69px;" src="http://appliedexcel.files.wordpress.com/2008/07/01_validation-list.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;By combining with some simple &lt;a href="http://office.microsoft.com/en-us/excel/HP052093351033.aspx"&gt;VLOOKUP&lt;/a&gt; or &lt;a href="http://office.microsoft.com/en-us/excel/HP052091141033.aspx"&gt;HLOOKUP&lt;/a&gt; syntax will bring you efficiency just like a snap.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/02_validation-done.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 555px; height: 381px;" src="http://appliedexcel.files.wordpress.com/2008/07/02_validation-done.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Step 1: After creating your assumption, create the validation / validity&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Menu -&gt; Data -&gt; Validation&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/03_validation_step01.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 534px; height: 391px;" src="http://appliedexcel.files.wordpress.com/2008/07/03_validation_step01.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 2: Change ‘Any Value’ to ‘List’&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/04_validation-step02-list.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 408px; height: 342px;" src="http://appliedexcel.files.wordpress.com/2008/07/04_validation-step02-list.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 3a: Fill your options&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/05_validation-step03a.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 408px; height: 342px;" src="http://appliedexcel.files.wordpress.com/2008/07/05_validation-step03a.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 3b: or alternatively choose your options&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/06_validation-step03b.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 408px; height: 52px;" src="http://appliedexcel.files.wordpress.com/2008/07/06_validation-step03b.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 4: Link your options with VLOOKUP&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://appliedexcel.files.wordpress.com/2008/07/07_validation-step04.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 427px; height: 392px;" src="http://appliedexcel.files.wordpress.com/2008/07/07_validation-step04.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Well that’s all, need some improvisation for a better appreance&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/98sw8tdwk8"&gt;Download&lt;/a&gt; this file for above example&lt;br /&gt;&lt;br /&gt;Good luck!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6146937224180105011-9058679024104569575?l=appliedexcel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://appliedexcel.blogspot.com/feeds/9058679024104569575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6146937224180105011&amp;postID=9058679024104569575' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6146937224180105011/posts/default/9058679024104569575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6146937224180105011/posts/default/9058679024104569575'/><link rel='alternate' type='text/html' href='http://appliedexcel.blogspot.com/2009/01/cell-options-validation-for-budgeting.html' title='Cell Options / Validation for Budgeting or Forecasting'/><author><name>Doraexcel</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><thr:total>0</thr:total></entry></feed>
