{"id":17793,"date":"2022-01-24T10:00:36","date_gmt":"2022-01-24T09:00:36","guid":{"rendered":"https:\/\/performance-msg-life-sk.rucolabs.sk\/?p=17793"},"modified":"2025-08-25T14:05:31","modified_gmt":"2025-08-25T12:05:31","slug":"6-uzitocnych-excel-funkcii-ktore-by-si-mal-poznat","status":"publish","type":"post","link":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/articles\/digitization\/useful-excel-functions\/","title":{"rendered":"6 useful Excel functions examples you should know"},"content":{"rendered":"<p>Excel offers a huge range of features that can improve your ability to perform important tasks that are also relevant to your job. It doesn&#8217;t matter if you&#8217;re the head of a company, work in an office or are just a casual Excel user. We bring you the most practical Excel functions list and some formulas that you definitely need to know and will speed up your work. Excel spreadsheets won&#8217;t be a bogey for you from now on, but a useful helper. Here are six steps on how to work in Excel efficiently. Excel spreadsheets can be a real pain sometimes. Apart from creating spreadsheets in Excel, filtering in Excel, locking cells in Excel, diagrams in Excel, contingency table in Excel, Excel multiplication function or how to round numbers in Excel, there are many other tricks to speed up your work in Excel. Think of it as a little Excel <a href=\"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/benefits\/\">training<\/a> so you&#8217;ll have Excel functions in the palm of your hand. Are you ready to learn something new or do you already know everything about all these functions? Don&#8217;t let an Excel spreadsheet intimidate you anymore!<\/p>\n<h2>Eliminate unnecessary gaps with TRIM<\/h2>\n<p>This is <strong>the most basic, but also the most important function, of Excel<\/strong>. It is used to trim and remove extra spaces from any cell. Excel&#8217;s TRIM function is useful if you pull any data out of a database and then see a lot of gaps. The TRIM function <strong>will remove every space from the text<\/strong>, except for single spaces between words. <strong>Example:<\/strong> You copy the sample data into a spreadsheet and then paste it into cell A1, which is in a new sheet in Excel. If you want the formula to show the relevant results, you highlight them, click F2, and finally press ENTER. <strong>You enter the formula: <\/strong>=TRIM (&#8221; Last year&#8217;s profits &#8220;). The function will remove trailing and leading spaces that are found in the text of the given formula. The result will be: &#8220;Last year&#8217;s profits&#8221;. Once you have mastered similar formulas in Excel, your work will be much more easier.<\/p>\n<figure id=\"attachment_9788\" aria-describedby=\"caption-attachment-9788\" style=\"width: 1200px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-6623 size-full\" src=\"https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/praca-v-exceli-1200-800-text-1.webp\" alt=\"Man sitting at computer learning new functions in Excel\" width=\"1200\" height=\"800\" srcset=\"https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/praca-v-exceli-1200-800-text-1.webp 1200w, https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/praca-v-exceli-1200-800-text-1-300x200.webp 300w, https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/praca-v-exceli-1200-800-text-1-1024x683.webp 1024w, https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/praca-v-exceli-1200-800-text-1-768x512.webp 768w, https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/praca-v-exceli-1200-800-text-1-390x260.webp 390w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><figcaption id=\"caption-attachment-9788\" class=\"wp-caption-text\">Excel functions are worth learning because they efficiently do the lengthy manual work with data for you.<\/figcaption><\/figure>\n<h2>Learn how to use the Excel VLOOKUP function<\/h2>\n<p>Excel VLOOKUP is <strong>one of the most well-known and best features of this program, because it connects the data from the spreadsheet<\/strong> as requested by the user. This Excel function finds specific information from a spreadsheet and copies it to another one. Excel&#8217;s vlookup function is useful when you need to find the contents in a spreadsheet or range by row. This can be used to look up the price of automotive components by part number or the name of an employee by their identification. Excel&#8217;s vlookup functions are handy aid that will save you a lot of time.<\/p>\n<h3>You need 4 pieces of information to build a syntax function:<\/h3>\n<ol>\n<li>The value you want to seek.<\/li>\n<li>The range within which the search value is located. The VLOOKUP function must always be in the first column of the range only. If the value you are searching for is in cell C2, the range must start with column C.<\/li>\n<li>The number of the column in the range in which the returned value is given. If you specify the range C2:D10, you should count column C as the first column and column D as the second column.<\/li>\n<li>Approximate match or FALSE\/TRUE value. If you need an approximate match or a FALSE value, you can enter TRUE instead. This way you get an exact match of the returned value. If you enter nothing, the default value will still be just TRUE or an approximate match.<\/li>\n<\/ol>\n<p>The HLOOKUP function is similar &#8211; there is only a small difference between it and VLOOKUP. VLOOKUP (V) searches for information vertically, that is, it searches for it in columns. <strong>The HLOOKUP (H) function searches for information horizontally<\/strong>, that is, in rows. <em>TIP: Try the XLOOKUP function. This is an improved version of the VLOOKUP function, because this Excel function works in any direction and also returns exact matches to the spreadsheet. <\/em><\/p>\n<h2>Count the cells according to the given criteria with Excel SUMIF function<\/h2>\n<p>The SUMIF function is used to<strong> count cells according to the specified criteria<\/strong>. For example, you can use it to count the profits you have made in a certain period of time. The SUMIF function is written in the form: =SUMIF(range, criterion). [rozsah_s\u00fahrnu]).<\/p>\n<h3>What does the data in brackets mean?<\/h3>\n<ul>\n<li>We specify <strong>the range<\/strong> for the cells we need to evaluate.<\/li>\n<li><strong>The criteria<\/strong> restrict or select only a certain part of the spreadsheet or cell to be evaluated.<\/li>\n<li><strong>The sum_range<\/strong> refers to the cells that need to be counted after evaluating the criteria.<\/li>\n<\/ul>\n<p><strong>Example: <\/strong>if you have, for example, order numbers, prices, branches and all order data in a spreadsheet and you want to find out the sum of prices only for a certain branch, this function will help you a lot. Excel&#8217;s SUMIF function is thus another tool you should start using actively. \n<div class=\"tip center\">\n    <div class=\"tip-wrap\">\n                     <svg enable-background=\"new 0 0 153 153\" viewBox=\"0 0 153 153\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"m76.5 0c-42.3 0-76.5 34.2-76.5 76.5s34.2 76.5 76.5 76.5 76.5-34.3 76.5-76.5-34.2-76.5-76.5-76.5zm-1.2 127.8c-6.3 0-11.4-5.1-11.4-11.4s5.1-11.4 11.4-11.4 11.4 5.1 11.4 11.4-5.2 11.4-11.4 11.4zm9.5-42.9v7.2c0 5.2-4.2 9.4-9.4 9.4s-9.3-4.2-9.3-9.4v-15.5c0-5.2 4.2-9.3 9.3-9.4h1.4c6 0 10.8-4.9 10.8-10.8 0-6-4.9-10.8-10.8-10.8-6 0-10.8 4.8-10.8 10.8v.4c0 5.2-4.2 9.3-9.3 9.3-5.2 0-9.4-4.2-9.4-9.3v-.4c0-16.2 13.2-29.4 29.5-29.4s29.5 13.2 29.5 29.5c0 13.3-8.8 24.9-21.5 28.4z\" fill=\"#a01441\"\/><g fill=\"#fff\"><path d=\"m86.7 116.4c0 6.3-5.1 11.4-11.4 11.4s-11.4-5.1-11.4-11.4 5.1-11.4 11.4-11.4 11.4 5.1 11.4 11.4z\"\/><path d=\"m106.3 56.5c0 13.2-8.8 24.8-21.5 28.4v7.2c0 5.2-4.2 9.4-9.4 9.4s-9.3-4.2-9.3-9.4v-15.5c0-5.2 4.2-9.3 9.3-9.4h1.4c6 0 10.8-4.9 10.8-10.8 0-6-4.9-10.8-10.8-10.8-6 0-10.8 4.8-10.8 10.8v.4c0 5.2-4.2 9.3-9.3 9.3-5.2 0-9.4-4.2-9.4-9.3v-.4c0-16.2 13.2-29.4 29.5-29.4s29.5 13.2 29.5 29.5z\"\/><\/g><\/svg> \n                <div class=\"tip-wrap-content\">\n            <div class=\"tip-wrap-title\">\n                Did you know that\u2026            <\/div>\n            <\/p>\n<p><em>&#8230; All textual criteria, or criteria within the SUMIF function that contain mathematical or logical symbols, must be enclosed in double quotation marks (&#8220;). Double quotation marks are not necessary for numeric criteria. <\/em><\/p>\n<p>\n        <\/div>\n    <\/div>\n<\/div>\n The Excel logical IF function<strong> is needed to evaluate a given condition and return one of the result values.<\/strong> The primary condition is evaluated as TRUE, which means truth, the so-called fulfilled requirement. The opposite case is FALSE, which means falsehood, an unfulfilled requirement. Requirements in Excel are one of the basic functions of the program. <strong>The Excel IF function is useful for example if you need to see in a spreadsheet whether a client has made a purchase over a certain amount.<\/strong> If the condition is fulfilled, he will receive a gift, otherwise he will receive nothing. Excel&#8217;s IF function is perfect for this type of task. Try the IF function in Excel and you will see for yourself that it is a very handy tool.<\/p>\n<h3>What does the IF function notation look like?<\/h3>\n<p>=IF(logical_test;[value_if_true];[value_if_false])[hodnota_ak_pravda])[hodnota_ak_nepravda])<\/p>\n<ul>\n<li><strong>The logical_test<\/strong> is any value you need to evaluate. The value will be checked to determine whether or not it has been satisfied.<\/li>\n<li><strong>The value_if_true<\/strong> represents the value, formula or text that you get when the entry in the logical_test field evaluates to TRUE, that is satisfied.<\/li>\n<li><strong>The value_if_false<\/strong> impersonates the value, formula or text that will be returned if the expression in the logical_test field evaluates to FALSE, that is not satisfied.<\/li>\n<\/ul>\n\n<div class=\"tip center\">\n    <div class=\"tip-wrap\">\n                     <svg enable-background=\"new 0 0 153 153\" viewBox=\"0 0 153 153\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"m76.5 0c-42.3 0-76.5 34.2-76.5 76.5s34.2 76.5 76.5 76.5 76.5-34.3 76.5-76.5-34.2-76.5-76.5-76.5zm-1.2 127.8c-6.3 0-11.4-5.1-11.4-11.4s5.1-11.4 11.4-11.4 11.4 5.1 11.4 11.4-5.2 11.4-11.4 11.4zm9.5-42.9v7.2c0 5.2-4.2 9.4-9.4 9.4s-9.3-4.2-9.3-9.4v-15.5c0-5.2 4.2-9.3 9.3-9.4h1.4c6 0 10.8-4.9 10.8-10.8 0-6-4.9-10.8-10.8-10.8-6 0-10.8 4.8-10.8 10.8v.4c0 5.2-4.2 9.3-9.3 9.3-5.2 0-9.4-4.2-9.4-9.3v-.4c0-16.2 13.2-29.4 29.5-29.4s29.5 13.2 29.5 29.5c0 13.3-8.8 24.9-21.5 28.4z\" fill=\"#a01441\"\/><g fill=\"#fff\"><path d=\"m86.7 116.4c0 6.3-5.1 11.4-11.4 11.4s-11.4-5.1-11.4-11.4 5.1-11.4 11.4-11.4 11.4 5.1 11.4 11.4z\"\/><path d=\"m106.3 56.5c0 13.2-8.8 24.8-21.5 28.4v7.2c0 5.2-4.2 9.4-9.4 9.4s-9.3-4.2-9.3-9.4v-15.5c0-5.2 4.2-9.3 9.3-9.4h1.4c6 0 10.8-4.9 10.8-10.8 0-6-4.9-10.8-10.8-10.8-6 0-10.8 4.8-10.8 10.8v.4c0 5.2-4.2 9.3-9.3 9.3-5.2 0-9.4-4.2-9.4-9.3v-.4c0-16.2 13.2-29.4 29.5-29.4s29.5 13.2 29.5 29.5z\"\/><\/g><\/svg> \n                <div class=\"tip-wrap-content\">\n            <div class=\"tip-wrap-title\">\n                Did you know that\u2026            <\/div>\n            <\/p>\n<p><em>&#8230; the Excel IF function can only evaluate a single condition? If you need to evaluate multiple conditions, you should use the AND and OR functions instead. You can combine the Excel IF function with these functions to create the necessary formula.  <\/em><\/p>\n<p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<figure id=\"attachment_9789\" aria-describedby=\"caption-attachment-9789\" style=\"width: 1200px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-6624 size-full\" src=\"https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/excel-pracu-ulahcia-funkcie-1200-800-text-2.webp\" alt=\"A man working in Excel is smiling and looking at the laptop screen\" width=\"1200\" height=\"800\" srcset=\"https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/excel-pracu-ulahcia-funkcie-1200-800-text-2.webp 1200w, https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/excel-pracu-ulahcia-funkcie-1200-800-text-2-300x200.webp 300w, https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/excel-pracu-ulahcia-funkcie-1200-800-text-2-1024x683.webp 1024w, https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/excel-pracu-ulahcia-funkcie-1200-800-text-2-768x512.webp 768w, https:\/\/performance-msg-life-sk.rucolabs.sk\/wp-content\/uploads\/2022\/01\/excel-pracu-ulahcia-funkcie-1200-800-text-2-390x260.webp 390w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><figcaption id=\"caption-attachment-9789\" class=\"wp-caption-text\">Anyone who works with a variety of data will appreciate Excel&#8217;s features.<\/figcaption><\/figure>\n<h2>Calculate individual values with Excel SUM function<\/h2>\n<p>The SUM function <strong>is used for simple addition of values, <\/strong> where individual values, ranges or cell references can be added. It is possible to combine the three mentioned data, i.e. value, range and cell reference. For example, if you have 6 cells with numeric figures in the range C7:C12, the SUM function will quickly add them. Excel&#8217;s SUM function avoids manual addition and makes your work more efficient.<\/p>\n<h2>Excel functions RIGHT, LEFT, MID<\/h2>\n<p>These Excel text functions are used to <strong>grab specific sections from the text<\/strong>. Thanks to them, you can select only a part of a numeric and text string. Each function, according to its name, helps to <strong>select a certain number of text or numeric characters<\/strong> from the right, left or center. <strong>The RIGHT function<\/strong> is needed to <strong>return the specified number of characters from the right side of the text string<\/strong>. You write the function as follows: =RIGHT(text; [num_chars]). The <strong>LEFT function<\/strong> is used to <strong>return the specified number of characters from the left side of the text string<\/strong>. The function notation looks like this: =LEFT(text; [num_chars]). The <strong>MID function<\/strong> is ideal for <strong>returning some portion of a text string<\/strong> from a specified position and based on a specified number of characters. The notation of the MID function is as follows: =MID(text; start_num; num_chars).<\/p>\n<h3>What does the data in brackets mean?<\/h3>\n<ul>\n<li><strong>Text<\/strong> indicates a text string &#8211; it contains the characters you need to extract.<\/li>\n<li><strong>The start_num (starting position)<\/strong> is the position of the very first character you want to select.<\/li>\n<li><strong>The number_chars (number of characters)<\/strong> specifies the number of characters to be in the final result.<\/li>\n<\/ul>\n<h2>Working with Excel can be a breeze<\/h2>\n<p>Do you know all of these basic functions in Excel? Knowing them will save you a lot of time doing work that would otherwise take you hours. Plus, knowing them can advance your <a href=\"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/jobs\/\">career.<\/a> Of course, Excel packs an incredible amount of features that could be written about endlessly. We&#8217;ve shown you a brief basics that you should know too. If any feature in Excel makes your work more efficient, it is a success!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Excel offers a huge range of features that can improve your ability to perform important tasks that are also relevant to your job. It doesn&#8217;t matter if you&#8217;re the head [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":9787,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[96],"tags":[267],"class_list":["post-17793","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digitization","tag-productivity-en"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/posts\/17793","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/comments?post=17793"}],"version-history":[{"count":9,"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/posts\/17793\/revisions"}],"predecessor-version":[{"id":24823,"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/posts\/17793\/revisions\/24823"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/media\/9787"}],"wp:attachment":[{"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/media?parent=17793"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/categories?post=17793"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/performance-msg-life-sk.rucolabs.sk\/en\/wp-json\/wp\/v2\/tags?post=17793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}