{"id":2309,"date":"2013-04-25T21:05:03","date_gmt":"2013-04-25T21:05:03","guid":{"rendered":"http:\/\/spontaneousdevelopment.com\/sdnuggets\/?p=2309"},"modified":"2013-04-26T07:28:04","modified_gmt":"2013-04-26T07:28:04","slug":"free-download-an-automated-data-transpose-workbook-that-helped-an-insurance-company-finish-a-report-in-minutes-instead-of-days-you-can-build-something-similar","status":"publish","type":"post","link":"http:\/\/tayosolagbade.com\/sdnuggets\/free-download-an-automated-data-transpose-workbook-that-helped-an-insurance-company-finish-a-report-in-minutes-instead-of-days-you-can-build-something-similar\/","title":{"rendered":"FREE DOWNLOAD: An Automated Data Transpose Workbook That Helped An Insurance Company Finish a Report In Minutes, Instead of Days (YOU Can Build Something Similar)"},"content":{"rendered":"<p>This is a little workbook I created to eliminate the tedious  manual work that had to be done \u2013 daily - by employees of an Insurance Company  in Lagos.<\/p>\n<p>Typically, data from an auto-generated text file (see  \"PRINT15.txt\" file in this download package) containing life  insurance data of employees of a client company had to be re-arranged from a  complex horizontal format to a three-field (Age, Term, Rate) vertical\/column  format (so as to prepare for use in a software application used by the  insurance company). <\/p>\n<p>To do this, an employee of the insurance company would <strong>import<\/strong> the text file into Excel; then  copy and paste individual rows containing the needed information from the resultant  worksheet into the appropriate column in a blank worksheet containing three  labeled fields - using the transpose command. <\/p>\n<p>Not only was this process time-consuming, it was also prone  to much error especially, if there was much data to be treated. I proposed  automating the entire process using<br \/>\n  Excel VB to them. They agreed. The result is <a href=\"http:\/\/www.spontaneousdevelopment.com\/uploads\/AutoDataTranspose.zip\" target=\"_blank\">this \"Auto  Data Transpose\" workbook<\/a>. <em>Click the  preceding link to download it now.<\/em><\/p>\n<h3><strong>How To Use The Auto  Data Transpose Workbook<\/strong><\/h3>\n<p>What this small application does is to automated the task  carried out manually by the staff of the company mentioned above. The end  result is presented to you in form of 3 columns of data extracted from the  imported PRINT15.txt data.<\/p>\n<p><strong>1. Unzip the <a href=\"http:\/\/www.spontaneousdevelopment.com\/uploads\/AutoDataTranspose.zip\" target=\"_blank\">\u201dAutoDataTranspose.zip\u201d - 56KB - (click here)<\/a> folder to your  desktop.<\/strong> <\/p>\n<p>Two files will be in it: a text file (<strong>PRINT15<\/strong>) containing data to be transposed and a workbook (<strong>AutoDataTranspose.xls<\/strong>) into which data  will be transposed \u2013 and in which the code that makes this happen resides.<\/p>\n<p><a href=\"http:\/\/www.spontaneousdevelopment.com\/uploads\/transposeok0.png\" target=\"blank\" title=\"The text file (PRINT15) containing data to be transposed\"><img decoding=\"async\" src=\"http:\/\/www.spontaneousdevelopment.com\/uploads\/transposeok0.png\" alt=\"The text file (PRINT15) containing data to be transposed\" width=\"500\" border=\"0\" \/><\/a><\/p>\n<p><strong>2. Open the AutoDataTranspose.xls workbook.<\/strong><\/p>\n<p><span class=\"style1\"><strong>IMPORTANT NOTE : If a Security  Warning that reads \u201cMacros have been disabled\" <\/strong>appears just above the formula bar (on the extreme left), you will need to click the OPTIONS tab next to that messsage. A dialog box bearing two radio buttons will appear. Click on the bottom placed radio button (labelled \"Enable this content\"), and click OK. If you do not follow this process when that warning appears, the automation in the workbook will NOT function.<\/span><\/p>\n<p><a href=\"http:\/\/www.spontaneousdevelopment.com\/uploads\/transposeok1.png\" \n            target=\"blank\" title=\"MS Excel Security Warning that reads Macros have been disabled\"><img decoding=\"async\" src=\"http:\/\/www.spontaneousdevelopment.com\/uploads\/transposeok1.png\" alt=\"MS Excel Security Warning that reads \u201cMacros have been disabled\" width=\"500\" border=\"0\" \/><\/a><\/p>\n<p>The automated workbook has a set of command buttons at the  top of the worksheet viz: \u201c<strong>Import<\/strong>\u201d,  \u201c<strong>Fill Blanks<\/strong>\u201d, \u201c<strong>Transpose<\/strong>\u201d etc. <strong><\/strong><\/p>\n<p><strong>3. Click the \u201cImport\u201d  button<\/strong> on the \u201cMain\u201d worksheet\u00a0 and use  the \u201cFile-Open\u201d dialog that appears to locate the \u201cPRINT15\u201d text file in the  above unzipped folder. Then use your mouse to select it, and click \u201cOpen\u201d.<\/p>\n<p><a href=\"http:\/\/www.spontaneousdevelopment.com\/uploads\/transposeok2.png\" target=\"blank\" title=\"Click the Import button on the Main worksheet\u00a0and use the File-Open dialog that appears\"><img decoding=\"async\" src=\"http:\/\/www.spontaneousdevelopment.com\/uploads\/transposeok2.png\" alt=\"Click the \u201cImport\u201d button on the \u201cMain\u201d worksheet\u00a0and use the \u201cFile-Open\u201d dialog that appears\" width=\"500\" border=\"0\" \/><\/a><\/p>\n<p>The program will import the data in the PRINT.txt file into  a new worksheet and name it \u201cImport Data\u201d.<\/p>\n<p><strong>4. Next, click \u201cFill  Blanks\u201d<\/strong> on the \u201cMain\u201d workshert. The progam will switch to the \u201cImport  Data\u201d worksheet. All the blank cells next to data will be populated with zeros  (this is necessary for data transpose to occur without error).<\/p>\n<p><strong>5. Now click  \u201cTranspose\u201d<\/strong>(this freezes the screen, to make the procedure faster \u2013 you  don\u2019t see the copying and pasting happen) to initiate the Data Transpose  procedure. <em>Notice the message displayed  in the status bar at the bottom left. <\/em><\/p>\n<p><strong>6. Wait till the process\u2019  end is indicated by a message box prompt<\/strong> appearing. Click \u201c<strong>Remove Zeros<\/strong>\u201d to have blank rows  quick-deleted. <\/p>\n<p><em>The transposed data  will be displayed in the \u201cMain\u201d worksheet. <\/em><\/p>\n<p>The above process will all take place within a few minutes \u2013  compared to the hours\/days (including inadvertent errors) it would take to do  it by transposing manually.<\/p>\n<p>I encourage you to try browsing through the data in the  \u201cImport Data\u201d sheet, to get a feel for how much work would be entailed in  transposing the data manually in Excel.<\/p>\n<h3><strong>Final Words<\/strong><\/h3>\n<p>It is quite possible that certain data handling tasks you do  in your workplace may require a similar approach to what I\u2019ve demonstrated  above.. <\/p>\n<p>Don\u2019t risk straining yourself, and making avoidable (and  potentially costly) errors. You can prepare, and thoroughly test, an automated  workbook like the one showcased in this article to do it all for you, saving  you time, effort and cost.<\/p>\n<h4><strong>It goes without  saying that you will have to prepare your automation to suit the format of the  source document for the data you wish to handle. <\/strong><\/h4>\n<p>In other words, the automated workbook I\u2019ve provided here is  meant for use in executing a specific task routinely carried out in the  Insurance company I created it for. <\/p>\n<p>It is very unlikely that another insurance company would be  able to use it \u201cas is\u201d \u2013 except of course it uses your source data arrived in  the exact same kind of format. <\/p>\n<p><em>This automated  transpose workbook is meant to provide you a practical example or case study  that can be used as a guide to developing similar solution for use in your  company. <\/em><\/p>\n<p>If you need further help doing that, <a href=\"http:\/\/spontaneousdevelopment.com\/contact.htm\" target=\"_blank\">get in  touch using this contact form<\/a>. <\/p>\n<h3><strong>Look Out for More  Excel-Automation Case Studies Like This<\/strong><\/h3>\n<p>I\u2019ll be creating more Excel-VB custom automation case  studies like this in future. My key purpose is to give career persons a quick  and dirty guide of how to use MS Excel to make their work lives easier \u2013 while  simultaneously adding value to the companies they work for. <\/p>\n<p><a href=\"http:\/\/www.excelheaven.spontaneousdevelopment.com\/about.htm\" target=\"_blank\">I did just that during my time in paid employment<\/a>, and it  made me an extremely successful employee in a relatively short period of 7  years. <\/p>\n<p>Take it from me \u2013 what you learn from interacting with me on  this subject can boost your career advancement prospect significantly.<\/p>\n<h3><strong>BUILT-IN EXCEL SOLUTIONS DEVELOPMENT<\/strong><\/h3>\n<p>Self-Development Academy's Excel Heaven\u2122 is the FIRST provider of  Preprogrammed and Custom Spreadsheet based solutions in Nigeria. We offer Workbook  Auditing\/Optimisation and VBA Automation; Custom Spreadsheet Software  Development; Sales; Job-Based Spreadsheet Coaching; and Consulting\/Advisory  Services on effective application of spreadsheets for business use. <\/p>\n<p>See video demos at <a href=\"http:\/\/www.youtube.com\/user\/TKSolagbadeSDAc\" target=\"_blank\">http:\/\/www.youtube.com\/user\/TKSolagbadeSDAc<\/a><\/p>\n<p><strong>Visit  our Excel Heaven mini-site at :<\/strong> <a href=\"http:\/\/www.excelheaven.spontaneousdevelopment.com\" target=\"_blank\">http:\/\/www.excelheaven.spontaneousdevelopment.com<\/a><\/p>\n<p><em>NB: Our Custom  Automated Excel Visual Basic applications are provided as-is<\/em><br \/>\n    <em>with no warranty of  any kind. We also cannot assume responsibility for any programs provided  here, or for any advice that is given since we have no control over what  happens after our code or works leave us.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is a little workbook I created to eliminate the tedious manual work that had to be done \u2013 daily - by employees of an Insurance Company in Lagos. Typically, data from an auto-generated text file (see \"PRINT15.txt\" file in this download package) containing life insurance data of employees of a client company had to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-2309","post","type-post","status-publish","format-standard","hentry","category-employeescareer-persons"],"aioseo_notices":[],"views":2275,"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/posts\/2309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/comments?post=2309"}],"version-history":[{"count":1,"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/posts\/2309\/revisions"}],"predecessor-version":[{"id":2311,"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/posts\/2309\/revisions\/2311"}],"wp:attachment":[{"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/media?parent=2309"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/categories?post=2309"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/tayosolagbade.com\/sdnuggets\/wp-json\/wp\/v2\/tags?post=2309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}