{"id":95,"date":"2016-02-15T12:27:12","date_gmt":"2016-02-15T17:27:12","guid":{"rendered":"http:\/\/www.onlc.com\/blog\/?p=95"},"modified":"2016-07-29T14:50:18","modified_gmt":"2016-07-29T19:50:18","slug":"excel-formula-help-handy-formulas-to-simplify-your-life","status":"publish","type":"post","link":"https:\/\/www.onlc.com\/blog\/excel-formula-help-handy-formulas-to-simplify-your-life\/","title":{"rendered":"Training on Creating Formulas for Microsoft Excel"},"content":{"rendered":"<p><span class=\"tx f131\">If you\u2019re spending hours inputting information and calculations into Microsoft Excel manually,\u00a0<\/span><span class=\"tx f131\">there\u2019s some good news and some bad news. The bad news is, you\u2019ve been wast<\/span><span class=\"tx\">ing your time.\u00a0<\/span><span class=\"tx\">The good news &#8211; you\u00a0<\/span><span class=\"tx f131\">don\u2019t have to do that anymore!<\/span><\/p>\n<p><span class=\"tx\">Excel comes equipped with countless built-in formulas that can simplify your life, accelerate\u00a0<\/span><span class=\"tx\">your workflow and make calculating easier and more accurate. Once you get the hang of them,\u00a0<\/span><span class=\"tx f131\">you\u2019ll be amazed at the am<\/span><span class=\"tx\">ount of time you can save with these handy Excel formulas, and as\u00a0<\/span><span class=\"tx\">an added bonus, they are often more accurate than typing away at a calculator by hand.<\/span><\/p>\n<h2><span class=\"tx f5\">1. LEN<\/span><span class=\"tx\">Formula: =LEN(A1)\u00a0<\/span><\/h2>\n<p><span class=\"tx\">This nifty formula counts the number of characters in a cell. But be careful: it will also count\u00a0<\/span><span class=\"tx\">spaces.\u00a0<\/span><\/p>\n<h2><span class=\"tx f5\">2. SUM<\/span><span class=\"tx\">Formula: =SUM(A1:A13)\u00a0<\/span><\/h2>\n<p><span class=\"tx\">No rocket science here! This formula easily and quickly calculates the sum value of a series of\u00a0<\/span><span class=\"tx\">cells.\u00a0<\/span><\/p>\n<h2><span class=\"tx f5\">3. COUNT and COUNTA<\/span><\/h2>\n<p><span class=\"tx\">Formula: =COUNT(A1:A13)\u00a0<\/span><\/p>\n<p><span class=\"tx\">Use the COUNT formula to count numbers in a range, while ignoring blank and empty cells.\u00a0<\/span><\/p>\n<p><span class=\"tx\">Formula: =COUNTA(A1:A13)\u00a0<\/span><\/p>\n<p><span class=\"tx\">Similar to COUNT, COUNTA counts all\u00a0<\/span><span class=\"tx f5\">characters<\/span><span class=\"tx\">\u00a0in a range while also ignoring blank\/empty\u00a0<\/span><span class=\"tx\">cells.\u00a0<\/span><\/p>\n<h2><span class=\"tx f5\">4. TODAY (Date)<\/span><span class=\"tx\">Formula: =TODAY()\u00a0<\/span><\/h2>\n<p><span class=\"tx\">Need a regularly updating date cell for your\u00a0<\/span><span class=\"tx f131\">spreadsheet? Use this formula to enter today\u2019s\u00a0<\/span><br \/>\n<span class=\"tx\">date.\u00a0<\/span><\/p>\n<h2><span class=\"tx f5\">5. AVERAGE<\/span><span class=\"tx\">Formula: =AVERAGE(A1:A13)<\/span><\/h2>\n<p><span class=\"tx\">The average, or mean, formula takes the value of cells in a range, adds them up, and then\u00a0<\/span><span class=\"tx\">divides that number by the number of cells, giving you an average value.<\/span><\/p>\n<h2><span class=\"tx f5\">6. MAX and MIN<\/span><span class=\"tx\">Formula: =MAX(A1:A13)<\/span><\/h2>\n<p><span class=\"tx\">Use this formula to return the maximum value contained within a given list.<\/span><\/p>\n<p><span class=\"tx\">Formula: =MIN(A1:13)<\/span><\/p>\n<p><span class=\"tx\">Use this formula to return the minimum value contained within a given list.<\/span><\/p>\n<h2><span class=\"tx f5\">7. DAYS and NETWORKDAYS<\/span><\/h2>\n<p><span class=\"tx\">Need to calculate the number of days between two dates? Simply put the dates in their\u00a0<\/span><span class=\"tx\">respective cells (end date in A2, start date in A1) and use this formula:\u00a0<\/span><\/p>\n<p><span class=\"tx\">Formula: =DAYS(A2,A1)\u00a0<\/span><\/p>\n<p><span class=\"tx\">Similarly, use this formula to calculate the number of workdays within the same specified time\u00a0<\/span><span class=\"tx\">frame.<\/span><\/p>\n<div class=\"tb f7\"><span class=\"tx\">Formula: =NETWORKDAYS(A2,A1)\u00a0<\/span><\/div>\n<h2 class=\"tb f7\"><span class=\"tx f5\">8. TRIM<\/span><\/h2>\n<p>Need to copy and paste a whole bunch of data into your spreadsheet? Chances are you\u2019ll get\u00a0<span class=\"tx\">some messiness in the conversion, including empty cells. Use the TRIM formula to clean it up in\u00a0<\/span><span class=\"tx\">a snap!\u00a0<\/span><\/p>\n<p><span class=\"tx f131\">Formula: =TRIM(\u201ccopied cell range\u201d)<\/span><\/p>\n<h2><span class=\"tx f5\">9. RANDOM NUMBER<\/span><\/h2>\n<p><span class=\"tx\">If you need to generate a random number to stimulate some activity in your spreadsheet, use\u00a0<\/span><span class=\"tx\">this formula to make it happen.\u00a0<\/span><\/p>\n<p><span class=\"tx\">Formula: =RANDBETWEEN(10,100)\u00a0<\/span><\/p>\n<h2><span class=\"tx f5\">10. LEFT and RIGHT<\/span><\/h2>\n<p><span class=\"tx\">Need to create some user names based off of text within a series of cells? These formulas work\u00a0<\/span><span class=\"tx\">by taking a specified number of letters from the left or right side of the text entered in a cell.\u00a0<\/span><\/p>\n<p><span class=\"tx f131\">If you have the text \u201cHello\u201d in cell A2, and you want to pull the first two letters<\/span><span class=\"tx\">\u00a0<\/span><span class=\"tx f131\">from it (\u201cHe\u201d), your f<\/span><span class=\"tx\">ormula is \u00a0=LEFT(A2, 2).\u00a0<\/span><\/p>\n<p><span class=\"tx f131\">Do the same to pull numbers from the right: =RIGHT(A2, 2), to get \u201clo.\u201d<\/span><span class=\"tx\">Using these formulas can not only make your life easier, it can save you a ridiculous amount of\u00a0<\/span><span class=\"tx f131\">time, especially if you\u2019re working with huge data sets. It\u2019s also a more accurate way of working\u00a0<\/span><span class=\"tx\">with your data!\u00a0<\/span><span class=\"tx\">The formulas outlined here, though, just barely scratch the surface of what Excel is capable of.\u00a0<\/span><\/p>\n<p><span class=\"tx f131\">Need more Excel formula help? If you\u2019re interested in taking your knowledge of Excel to the next level, and therefore achieving greater\u00a0<\/span><span class=\"tx\">success in your job or business through that knowledge,\u00a0<\/span><a href=\"https:\/\/www.onlc.com\/Excel-training-classes-certification.htm\" target=\"_blank\"><span class=\"tx\">consider becoming Excel certified with\u00a0<\/span><\/a><span class=\"tx\"><a href=\"https:\/\/www.onlc.com\/Excel-training-classes-certification.htm\" target=\"_blank\">ONLC Training Centers<\/a>.<\/span><span class=\"tx\">\u00a0You (and your boss, if it applies!) will be glad you did.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you\u2019re spending hours inputting information and calculations into Microsoft Excel manually,\u00a0there\u2019s some good news and some bad news. The bad news is, you\u2019ve been wasting your time.\u00a0The good news &#8211; you\u00a0don\u2019t have to do that anymore! Excel comes equipped with countless built-in formulas that can simplify your life, accelerate\u00a0your workflow and make calculating easier [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":96,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[2],"tags":[],"class_list":["post-95","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-excel"],"aioseo_notices":[],"modified_by":"blogadmin","_links":{"self":[{"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/posts\/95","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/comments?post=95"}],"version-history":[{"count":4,"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/posts\/95\/revisions"}],"predecessor-version":[{"id":226,"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/posts\/95\/revisions\/226"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/media\/96"}],"wp:attachment":[{"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/media?parent=95"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/categories?post=95"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.onlc.com\/blog\/wp-json\/wp\/v2\/tags?post=95"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}