{"id":67488,"date":"2020-03-16T10:49:01","date_gmt":"2020-03-16T09:49:01","guid":{"rendered":"http:\/\/onsoftware.en.softonic.com\/?p=67488"},"modified":"2025-07-01T21:22:34","modified_gmt":"2025-07-02T04:22:34","slug":"10-excel-formulas-for-pros","status":"publish","type":"post","link":"https:\/\/cms-articles.softonic.io\/en\/10-excel-formulas-for-pros\/","title":{"rendered":"12 essential Excel formulas: become an Excel pro"},"content":{"rendered":"<p>Is Microsoft Excel too complicated? It doesn&#8217;t have to be. Excel uses formulas to pull in information to a single cell from others around it. These works like Excel shortcuts making life easier. If you know the right formulas, Excel doesn&#8217;t have to be complicated at all.<\/p>\n<p>Here are\u00a0<strong>12 Excel formulas<\/strong>\u00a0that are easy to remember and easy to apply. Some are basic formulas but others are advanced Excel functions that may sound tricky, so the best thing to do is to follow each example as it comes and then apply it to Excel as you read through the article.<\/p>\n<div class=\"sc-card-program\">\r\n  <div class=\"sc-card-program__body\">\r\n    <div class=\"sc-card-program__row clearfix\">\r\n      <div class=\"sc-card-program__col-logo\">\r\n        <img decoding=\"async\" class=\"sc-card-program__img\" alt=\" Microsoft Excel\" src=\"https:\/\/images.sftcdn.net\/images\/t_app-logo-l,f_auto,dpr_auto\/p\/630e1a88-96d1-11e6-ad67-00163ed833e7\/1190070343\/microsoft-excel-2010-Windows_Education_Office_1920_Product_Icon-7-Excel_IMG.jpg\" width=\"100px\" height=\"100px\">\r\n      <\/div>\r\n      <div class=\"sc-card-program__col-title\">\r\n        <span class=\"sc-card-program__title\"> Microsoft Excel<\/span>\r\n        <a class=\"sc-card-program__button sc-card-program-internal\" href=\"https:\/\/microsoft-excel-2010.en.softonic.com\/\" target=\"_self\" rel=\"noopener noreferrer\">Download now \u25ba<\/a>\r\n      <\/div>\r\n      <div class=\"sc-card-program__col-rating\">\r\n        <svg class=\"rating-score__content\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.1\" x=\"0\" y=\"0\" viewbox=\"0 0 50 50\" enable-background=\"new 0 0 50 50\" xml:space=\"preserve\"><path class=\"rating-score__background rating-score--good\" fill=\"none\" stroke-width=\"6\" stroke-miterlimit=\"10\" d=\"M40 40c8.3-8.3 8.3-21.7 0-30s-21.7-8.3-30 0 -8.3 21.7 0 30\"><\/path><path class=\"rating-score__value rating-score__value--70\" fill=\"none\" stroke-width=\"6\" stroke-dashoffset=\"70\" stroke-miterlimit=\"10\" d=\"M40 40c8.3-8.3 8.3-21.7 0-30s-21.7-8.3-30 0 -8.3 21.7 0 30\"><\/path><text class=\"rating-score__number\" content=\"7\" text-anchor=\"middle\" transform=\"matrix(1 0 0 1 25 31.0837)\" data-auto=\"app-user-score\">7<\/text><\/svg>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"sc-card-program__row\">\r\n      <span class=\"sc-card-program__description\"><\/span>\r\n    <\/div>\r\n    <div class=\"sc-card-program__row\">\r\n      <img decoding=\"async\" class=\"sc-card-program__bigpic\" src=\"\" onerror=\"this.style.display='none'\">\r\n    <\/div>\r\n    <a class=\"sc-card-program__link track-link sc-card-program-internal\" href=\"https:\/\/microsoft-excel-2010.en.softonic.com\/\" target=\"_self\" rel=\"noopener noreferrer\"><\/a>\r\n  <\/div>\r\n<\/div>\n<h3>1. The sum (SUM)<\/h3>\n<p>This allows you to add several figures, just like in school. There are two ways.<\/p>\n<p>The first allows you to add cells in sequence (columns or rows). Just put\u00a0<strong>=SUM(first cell:last cell)\u00a0<\/strong>in the cell where you want to display the result.<\/p>\n<p><em>Variant<\/em>: This formula also allows you to add up all the numbers in a particular data\u00a0set (multiple column numbers and multiple rows), taking the \u201cfirst cell\u201d as the top left, and the \u201clast cell\u201d as the bottom right.<\/p>\n<p>The second method allows you to add (unrelated) cells individually. Just put\u00a0<strong>=SUM(cell1;cell2;cell3;cell4)<\/strong>\u00a0in the cell where you want to display the result.<\/p>\n<p><em>Example<\/em>:<\/p>\n<p><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/articles-images.sftcdn.net\/wp-content\/uploads\/sites\/9\/2013\/11\/15-May-14-12-20-58-PM1.jpg\" alt=\"Excel sum\" \/>To add the contents of the column a eg. cell A1, enter\u00a0<em>=SUM (A1:A5)<\/em>\u00a0in the cell of your choice.<\/p>\n<p>To add all the numbers in the pivot\u00a0table, enter\u00a0<em>=SUM (A1:B5)<\/em>\u00a0in the cell of your choice.<\/p>\n<p>To add only the cells with a negative number like in cell b2, enter\u00a0<em>=SUM (A1;B2;B5)\u00a0<\/em>in the cell of your choice.<\/p>\n<h3>2. The &#8220;If Function&#8221; sum according to a specific criterion (SUM.IF)<\/h3>\n<p>A table can come in the form of a list of several items, which aren\u2019t necessarily related. If the list is long, it can be difficult to find all the identical elements to add them one by one. To do this, you can ask Excel to find all these specific cases and make the sum using the formula\u00a0<strong>=SUM.IF(range_cells;\u201dtest\u201d;sum_range)<\/strong>. The \u201ccriterion\u201d is the item type to be found in the table. The range_cells is the range of cells containing the relevant criterion. The sum_range is the range of cells where the numbers add up.<\/p>\n<p><em>Example<\/em>:<\/p>\n<p><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/articles-images.sftcdn.net\/wp-content\/uploads\/sites\/9\/2013\/11\/15-May-14-12-36-54-PM1.jpg\" alt=\"If Excel sum\" \/>In this example, the criterion to look for is \u201cred\u201d. To calculate the total of the \u201creds\u201d only, enter the following formula:\u00a0<em>=SUM.IF(B1:B5,red\u201d,A1:A5)\u00a0<\/em>in the cell of your choice.<\/p>\n<div class=\"sc-card-starred-link\">\r\n  <div class=\"sc-card-starred-link__body\">\r\n    <div class=\"sc-card-starred-link__row clearfix\">\r\n      <div class=\"sc-card-starred-link__col-logo\">\r\n        <img decoding=\"async\" class=\"sc-card-starred-link__img\" src=\"https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2017\/11\/productivity-apps-192.jpg\" width=\"100px\" height=\"100px\">\r\n      <\/div>\r\n      <div class=\"sc-card-starred-link__col-title\">\r\n        <p class=\"sc-card-starred-link__title\">Best apps and online tools to stay focused and be more productive<\/p>\r\n        <a class=\"sc-card-starred-link__button\" href=\"https:\/\/en.softonic.com\/articles\/these-are-the-best-apps-and-online-tools-to-stay-focused-and-be-more-productive\" target=\"_blank\" rel=\"noopener noreferrer sponsored\">READ NOW \u25ba<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    <a class=\"sc-card-starred-link__link\" href=\"https:\/\/en.softonic.com\/articles\/these-are-the-best-apps-and-online-tools-to-stay-focused-and-be-more-productive\" target=\"_blank\" rel=\"noopener noreferrer sponsored\"><\/a>\r\n  <\/div>\r\n<\/div>\n<h3>3. The sum according to several criteria (SUM.IFS)<\/h3>\n<p>A table can contain a lot of information. Excel can add data based on multiple criteria using a special formula:\u00a0<strong>=SUMIFS(sum_range;range_criterion1;criterion1; range_criterion2;criterion2;\u2026.)<\/strong>. sum_range is the range of cells with the numbers to be added. range_criterion1 represents the range of cells containing the data with the first criterion, range_criterion2 being the second criterion, and so on. criterion1 is the first item type (criterion) to be found in the table, etc..<\/p>\n<p><em>Example<\/em>:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/articles-images.sftcdn.net\/wp-content\/uploads\/sites\/9\/2013\/11\/15-May-14-12-53-18-PM-568x285.jpg\" alt=\"Excel table\" \/><\/p>\n<p>To find the number of points earned by the men on the yellow team, enter the following formula:\u00a0<em>SUMIFS (D1:D13,C1:C13,C1,B1:B13,B1)\u00a0<\/em>in the cell of your choice.<\/p>\n<p><em>Variation<\/em>: You don\u2019t have to select the first and last cell from the column exactly, you can\u00a0<strong>select an entire column<\/strong>.\u00a0Instead of B1: B13, just enter B:B.<\/p>\n<h3>4. The sum of events based on a criterion (NB.IF)<\/h3>\n<p>Within a range of statistics, it\u2019s sometimes interesting to know how many times a given event is repeated in a column. For this, we use the following function:\u00a0<strong>=NB.SI(range_cell;\u201dcriterion\u201d)<\/strong>. The range_cells is the range of cells containing the data. The criterion is the first criterion to be found in the table.<\/p>\n<p><em>Example<\/em>:<\/p>\n<p>In the preceding table, you want to know how many women were involved in the game. Enter the following formula:\u00a0<em>=NB.SI (B1:B13, &#8220;Woman\u201d)\u00a0<\/em>in the cell of your choice.<\/p>\n<div class=\"sc-related-articles-white\">\r\n<p class=\"sc-related-articles-white__title\">More about Windows 10<\/p>\r\n  <div class=\"sc-related-articles-white__row\">\r\n    <a title=\"How to start Windows 10 in safe mode \u25ba\" href=\"https:\/\/en.softonic.com\/articles\/windows-10-safe-mode\">\r\n    <div class=\"sc-related-articles-white__article\">\r\n      <div class=\"sc-related-articles-white__image\">\r\n        <div style=\"background-image:url(https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2018\/01\/windows-10-192.jpg)\"><\/div>\r\n      <\/div>\r\n      <div class=\"sc-related-articles-white__text\">\r\n        <p>How to start Windows 10 in safe mode \u25ba<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <\/a>\r\n    <a title=\"How to turn on Bluetooth in Windows 10 \u25ba\" href=\"https:\/\/en.softonic.com\/articles\/bluetooth-windows-10\">\r\n    <div class=\"sc-related-articles-white__article\">\r\n      <div class=\"sc-related-articles-white__image\">\r\n        <div style=\"background-image:url(https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2019\/02\/bluetooth-192.jpg)\"><\/div>\r\n      <\/div>\r\n      <div class=\"sc-related-articles-white__text\">\r\n        <p>How to turn on Bluetooth in Windows 10 \u25ba<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"sc-related-articles-white__row\">\r\n    <a title=\"Windows 10 has a new free Microsoft Office app \u25ba\" href=\"https:\/\/en.softonic.com\/articles\/windows-10-new-free-microsoft-office-app\">\r\n    <div class=\"sc-related-articles-white__article\">\r\n      <div class=\"sc-related-articles-white__image\">\r\n        <div style=\"background-image:url(https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2017\/12\/office-192.jpg)\"><\/div>\r\n      <\/div>\r\n      <div class=\"sc-related-articles-white__text\">\r\n        <p>Windows 10 has a new free Microsoft Office app \u25ba<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <\/a>\r\n    <a title=\"Microsoft\u2019s latest trick to get you to upgrade to Windows 10 \u25ba\" href=\"https:\/\/en.softonic.com\/articles\/windows-media-player-metadata\">\r\n    <div class=\"sc-related-articles-white__article\">\r\n      <div class=\"sc-related-articles-white__image\">\r\n        <div style=\"background-image:url(https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2018\/09\/windows10-circle-192.jpg)\"><\/div>\r\n      <\/div>\r\n      <div class=\"sc-related-articles-white__text\">\r\n        <p>Microsoft\u2019s latest trick to get you to upgrade to Windows 10 \u25ba<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <\/a>\r\n  <\/div>\r\n<\/div>\n<h3>5. The sum of events based on several conditions (SUMPRODUCT)<\/h3>\n<p>This formula is used to extract a statistical answer to the question:\u00a0<em>how many times do these specific conditions occur in my table?<\/em><\/p>\n<p>Answer:\u00a0<strong>=SUMPRODUCT((range_criterion1=\u201dcriterion1\u2033)*(range_criterion2=\u201dcriterion2\u2033))<\/strong><\/p>\n<p>The range_criterion1 is the range of cells containing the data on the first criterion, the range_criterion2 corresponds to the second criterion, and so on. criterion1 is the first criterion to be found in the table, etc..<\/p>\n<p><em>Example<\/em>\u00a0:<\/p>\n<p>Taking the above table as an example, this formula allows us to say how many men were part of the yellow team. To do this, enter the following formula:\u00a0<em>=SUMPRODUCT((B1:B13=\u201dMale\u201d)*(C1:C13=\u201dyellow\u201d))<\/em>\u00a0in the cell of your choice.<\/p>\n<h3>6. The sum of events between two specific values (SUMPRODUCT)<\/h3>\n<p>SUMPRODUCT is a statistical tool because it focuses on the number of times that certain conditions are met simultaneously. It allows you to find the number of times the figures are between two specific values, using the following formula:\u00a0<strong>=SUMPRODUCT(range_cells&gt;=minimum)*(range_cells&lt;=maximum))<\/strong>.<\/p>\n<p>The range_cells is the range of cells containing the relevant figures. Minimum and Maximum are the two values between which our search results will appear.<\/p>\n<p><em>Example<\/em>:<\/p>\n<p>In our previous table, we must find the number of players who scored between 150 and 200 points. To do this, enter the following formula:\u00a0<em>=SUMPRODUCT((D1:D13&gt;=150)*D1:D13&lt;=200))<\/em>\u00a0in the cell of your choice.<\/p>\n<h3>7. Average (AVERAGE)<\/h3>\n<p>We probably don\u2019t need to give you the definition of average.\u00a0It\u2019s very simple to achieve with the following formula:\u00a0<strong>=AVERAGE(range_cells)<\/strong><\/p>\n<p><em>Example:<\/em><\/p>\n<p><img decoding=\"async\" class=\"alignleft\" src=\"https:\/\/articles-images.sftcdn.net\/wp-content\/uploads\/sites\/9\/2013\/11\/15-May-14-2-29-59-PM1.jpg\" alt=\"Average Excel\" \/><\/p>\n<p>To calculate the average of all these numbers \u2013\u00a0 in other words, the number that represents the typical value or mean of the figures, enter the following formula:\u00a0<em>=AVERAGE(A1:A6)<\/em>\u00a0in the cell of your choice. The range_cells is the range of cells containing the relevant figures.<\/p>\n<h3>8. Concatenate<\/h3>\n<p>The Concatenate formula is a simple string formula that will pull information from many different cells into one. A good example would be combining a person&#8217;s name, address, and date of birth into one column when previously the information had been spread across different cells.<\/p>\n<p>To find. Concatenate you need to hit\u00a0<strong>Formulas<\/strong>, then\u00a0<strong>Text and Formulas<\/strong>, and then hit the\u00a0<strong>Insert Function\u00a0<\/strong>button. From there hit\u00a0<strong>Category\u00a0<\/strong>and\u00a0<strong>Text<\/strong>. You&#8217;ll see it there as\u00a0<strong>CONCAT.<\/strong><\/p>\n<div class=\"sc-card-starred-link\">\r\n  <div class=\"sc-card-starred-link__body\">\r\n    <div class=\"sc-card-starred-link__row clearfix\">\r\n      <div class=\"sc-card-starred-link__col-logo\">\r\n        <img decoding=\"async\" class=\"sc-card-starred-link__img\" src=\"https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2019\/02\/productivity-checklist-192.jpg\" width=\"100px\" height=\"100px\">\r\n      <\/div>\r\n      <div class=\"sc-card-starred-link__col-title\">\r\n        <p class=\"sc-card-starred-link__title\">5 Chrome extensions that can make you more productive<\/p>\r\n        <a class=\"sc-card-starred-link__button\" href=\"https:\/\/en.softonic.com\/articles\/chrome-productivity-extensions\" target=\"_blank\" rel=\"noopener noreferrer sponsored\">Read now \u25ba<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    <a class=\"sc-card-starred-link__link\" href=\"https:\/\/en.softonic.com\/articles\/chrome-productivity-extensions\" target=\"_blank\" rel=\"noopener noreferrer sponsored\"><\/a>\r\n  <\/div>\r\n<\/div>\n<h3>9. The maximum and the minimum (MAX and MIN)<\/h3>\n<p>Where you have a wide range of data, it can be quite a task to look for the largest or smallest number.\u00a0Fortunately, Excel has a formula that looks for you.\u00a0It\u2019s very easy to apply since it appears as follows:<\/p>\n<p><strong>=MAX(range_cells)<\/strong><\/p>\n<p><strong>=MIN(range_cells)<\/strong><\/p>\n<p>The range_cells is the range of cells containing the relevant figures.<\/p>\n<p><em>Variation<\/em>: you can also apply the search to multiple cell ranges.<\/p>\n<p>The formulas then become:<\/p>\n<p><strong>=MAX(range_cells1;range_cells2)<\/strong><\/p>\n<p><strong>=MIN(range_cells1;range_cells2)<\/strong><\/p>\n<p><em>Example<\/em>\u00a0:<\/p>\n<p>In the preceding table, you\u2019re looking for the greatest numerical value. Enter the following formula:\u00a0<em>=MAX(A1:A6)<\/em>\u00a0in the cell of your choice.<\/p>\n<p>If you want the smallest numerical value, enter:\u00a0<em>=MIN A1:A6)<\/em><\/p>\n<p>As you might guess, this formula is particularly useful if you\u2019re working with very large tables.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2014\/05\/softonicExcelFormulasCount-300x250.jpg\" alt=\"Excel Count Formula\" \/><\/p>\n<h3>10. Count up the number of cells with numbers (COUNT)<\/h3>\n<p>I don\u2019t know why, but I always think of The Count from Sesame Street whenever I use this formula.<\/p>\n<p><strong>COUNT<\/strong>\u00a0is a simple formula in Excel that simply counts up the number of cells in a given range that have numbers in them. Whereas the\u00a0<strong>SUM<\/strong>\u00a0function returns the total value of all the numbers in the range,\u00a0<strong>COUNT<\/strong>\u00a0is binary \u2014 it delivers a \u201c1\u201d if the cell has numerical contents and a \u201c0\u201d if it doesn\u2019t.<\/p>\n<p>This particular formula only works with numerical values. It\u2019s cousin,\u00a0<strong>COUNTA<\/strong>, does the same for all alphanumeric values in the cell and is ideal for testing whether cells in a range are \u201cempty.\u201d<\/p>\n<p>Example Formula: =COUNT(A1:A20)<\/p>\n<div class=\"sc-card-starred-link\">\r\n  <div class=\"sc-card-starred-link__body\">\r\n    <div class=\"sc-card-starred-link__row clearfix\">\r\n      <div class=\"sc-card-starred-link__col-logo\">\r\n        <img decoding=\"async\" class=\"sc-card-starred-link__img\" src=\"https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2013\/09\/quickoffice-header.jpg\" width=\"100px\" height=\"100px\">\r\n      <\/div>\r\n      <div class=\"sc-card-starred-link__col-title\">\r\n        <p class=\"sc-card-starred-link__title\">Five fantastic free alternatives to Microsoft Office<\/p>\r\n        <a class=\"sc-card-starred-link__button\" href=\"https:\/\/en.softonic.com\/articles\/five-fantastic-free-alternatives-to-microsoft-office\/\" target=\"_blank\" rel=\"noopener noreferrer sponsored\">Read now<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    <a class=\"sc-card-starred-link__link\" href=\"https:\/\/en.softonic.com\/articles\/five-fantastic-free-alternatives-to-microsoft-office\/\" target=\"_blank\" rel=\"noopener noreferrer sponsored\"><\/a>\r\n  <\/div>\r\n<\/div>\n<h3>11. Get the Length of the Contents with LEN<\/h3>\n<p>Need to get a character count of the contents of a particular cell? Here comes LEN to the rescue! LEN counts up the total number of characters in a given cell. Note that this includes spaces!<\/p>\n<p>Example Formula: =LEN(A1)<\/p>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2014\/05\/softonicExcelLenFormula-1024x278.jpg\" alt=\"Excel LEN Formula\" \/><\/p>\n<h3>12. Recognize dates (DATEVALUE)<\/h3>\n<p>Excel can recognize certain serial numbers in select cells as being dates. For example, today&#8217;s date or the current date, whatever they may be, will be saved as an Excel serial number. You can use the\u00a0<strong>=DATEVALUE(&#8230;)<\/strong>\u00a0in an empty cell<strong>\u00a0<\/strong>to change date figures to the Excel serial numbers and vice versa. This is useful for making date calculations, and sorting and filtering dates.<\/p>\n<h3>In short<\/h3>\n<p>While they may seem quite tricky at first, these Excel\u00a0formulas will save you a lot of time if you use the software on a frequent basis, so it\u2019s worth becoming familiar with them.<\/p>\n<div class=\"sc-related-articles-white\">\r\n<p class=\"sc-related-articles-white__title\">More about Excel <\/p>\r\n  <div class=\"sc-related-articles-white__row\">\r\n    <a title=\"10 games for Microsoft Excel?! And free?! \u25ba\" href=\"https:\/\/en.softonic.com\/articles\/10-games-for-microsoft-excel-and-free\">\r\n    <div class=\"sc-related-articles-white__article\">\r\n      <div class=\"sc-related-articles-white__image\">\r\n        <div style=\"background-image:url(https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2018\/12\/Excel-192.jpg)\"><\/div>\r\n      <\/div>\r\n      <div class=\"sc-related-articles-white__text\">\r\n        <p>10 games for Microsoft Excel?! And free?! \u25ba<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <\/a>\r\n    <a title=\"What would Minecraft look like in Microsoft Excel? \u25ba\" href=\"https:\/\/en.softonic.com\/articles\/what-would-minecraft-look-like-in-microsoft-excel\">\r\n    <div class=\"sc-related-articles-white__article\">\r\n      <div class=\"sc-related-articles-white__image\">\r\n        <div style=\"background-image:url(https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2018\/09\/minecraft-icon-192.jpg)\"><\/div>\r\n      <\/div>\r\n      <div class=\"sc-related-articles-white__text\">\r\n        <p>What would Minecraft look like in Microsoft Excel? \u25ba<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"sc-related-articles-white__row\">\r\n    <a title=\"7 tricks to use Microsoft Office free, without paying a cent \u25ba\" href=\"https:\/\/en.softonic.com\/articles\/7-tricks-microsoft-office-free\">\r\n    <div class=\"sc-related-articles-white__article\">\r\n      <div class=\"sc-related-articles-white__image\">\r\n        <div style=\"background-image:url(https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2017\/12\/office-192.jpg)\"><\/div>\r\n      <\/div>\r\n      <div class=\"sc-related-articles-white__text\">\r\n        <p>7 tricks to use Microsoft Office free, without paying a cent \u25ba<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <\/a>\r\n    <a title=\"5 ways Microsoft Office is better than Google Drive \u25ba\" href=\"https:\/\/en.softonic.com\/articles\/5-ways-microsoft-office-is-better-than-google-drive\">\r\n    <div class=\"sc-related-articles-white__article\">\r\n      <div class=\"sc-related-articles-white__image\">\r\n        <div style=\"background-image:url(https:\/\/articles-img.sftcdn.net\/sft\/articles\/auto-mapping-folder\/sites\/3\/2019\/05\/google-drive-192.jpg)\"><\/div>\r\n      <\/div>\r\n      <div class=\"sc-related-articles-white__text\">\r\n        <p>5 ways Microsoft Office is better than Google Drive \u25ba<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <\/a>\r\n  <\/div>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Is Microsoft Excel too complicated? It doesn&#8217;t have to be. Excel uses formulas to pull in information to a single cell from others around it. These works like Excel shortcuts making life easier. If you know the right formulas, Excel doesn&#8217;t have to be complicated at all. Here are\u00a012 Excel formulas\u00a0that are easy to remember &hellip; <a href=\"https:\/\/cms-articles.softonic.io\/en\/10-excel-formulas-for-pros\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;12 essential Excel formulas: become an Excel pro&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2040,"featured_media":67490,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","wpcf-pageviews":18},"categories":[2518,2441],"tags":[1060],"usertag":[],"vertical":[],"content-category":[],"class_list":["post-67488","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides","category-how-to","tag-microsoft-office"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/posts\/67488","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/users\/2040"}],"replies":[{"embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/comments?post=67488"}],"version-history":[{"count":1,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/posts\/67488\/revisions"}],"predecessor-version":[{"id":325331,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/posts\/67488\/revisions\/325331"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/media\/67490"}],"wp:attachment":[{"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/media?parent=67488"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/categories?post=67488"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/tags?post=67488"},{"taxonomy":"usertag","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/usertag?post=67488"},{"taxonomy":"vertical","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/vertical?post=67488"},{"taxonomy":"content-category","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/content-category?post=67488"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}