{"id":9441,"date":"2022-02-03T17:36:50","date_gmt":"2022-02-03T17:36:50","guid":{"rendered":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/"},"modified":"2022-02-03T17:36:50","modified_gmt":"2022-02-03T17:36:50","slug":"9-basic-google-sheets-functions-you-should-know","status":"publish","type":"post","link":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/","title":{"rendered":"9 Basic Google Sheets Functions You Should Know"},"content":{"rendered":"<p> <a href=\"https:\/\/go.fiverr.com\/visit\/?bta=1052423&nci=17043\" Target=\"_Top\"><img loading=\"lazy\" decoding=\"async\" border=\"0\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/fiverr.ck-cdn.com\/tn\/serve\/?cid=40081059\"  width=\"601\" height=\"201\"><\/a>\n<\/p>\n<div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"type:primaryImage alignnone size-full wp-image-731741\" data-pagespeed-lazy-data-srcset=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/05\/google_sheets_her_1200x675.jpg?width=398&amp;trim=1,1&amp;bg-color=000&amp;pad=1,1 400w, https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/05\/google_sheets_her_1200x675.jpg?width=1198&amp;trim=1,1&amp;bg-color=000&amp;pad=1,1 1200w\" data-sizes=\"auto, 400w, 1200w\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/05\/google_sheets_her_1200x675.jpg?width=1198&amp;trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>Functions are key components of spreadsheet applications like Google Sheets. But if you seldom use them, or you\u2019re just beginning, they can feel overwhelming. For the most basic actions you\u2019d perform, here are several simple Google Sheets functions.<\/p>\n<h2 role=\"heading\" aria-level=\"2\"><a name=\"autotoc_anchor_0\"\/>1. Add Numbers: SUM<\/h2>\n<p>It doesn\u2019t get more basic when working with numbers than adding them. Using the <code>SUM<\/code> function, you can add multiple numbers, add numbers in cells, or use a combination.<\/p>\n<p>The syntax for the function is <code>SUM(value1, value2,...)<\/code> with <code>value1<\/code> required and <code>value2<\/code> optional.<\/p>\n<p>To add the numbers 10, 20, and 30, you would use the following formula:<\/p>\n<pre>=SUM(10,20,30)<\/pre>\n<p>To add the numbers in the cells A1 through A5, you would use this formula:<\/p>\n<pre>=SUM(A1:A5)<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777812\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2022\/01\/SUM-GoogleSheetsBasicFunctions.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"SUM function in Google Sheets\" width=\"494\" height=\"188\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<h2 role=\"heading\" aria-level=\"2\"><a name=\"autotoc_anchor_1\"\/>2. Average Numbers: AVERAGE<\/h2>\n<p>Maybe you need to view the average of numbers or numbers in a range of cells. The <code>AVERAGE<\/code> function has you covered.<\/p>\n<p>Similar to <a href=\"https:\/\/www.howtogeek.com\/768481\/how-to-calculate-average-in-microsoft-excel\/\">calculating average in Excel<\/a>, the syntax for the Google Sheets function is <code>AVERAGE(value1, value2,...)<\/code> with <code>value1<\/code> required and <code>value2<\/code> optional.<\/p>\n<p>To find the average of numbers 10, 20, and 30, you would use the following formula:<\/p>\n<pre>=AVERAGE(10,20,30)<\/pre>\n<p>To find the average of the numbers in cells A1 through A5, use this formula:<\/p>\n<pre>=AVERAGE(A1:A5)<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777813\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2022\/01\/AVERAGE-GoogleSheetsBasicFunctions.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"AVERAGE function in Google Sheets\" width=\"535\" height=\"188\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<blockquote class=\"admonishment_tip\"><p><strong>Tip:<\/strong> You can also <a href=\"https:\/\/www.howtogeek.com\/746366\/how-to-see-basic-calculations-without-formulas-in-google-sheets\/\">see basic calculations without formulas<\/a> in Google Sheets.<\/p><\/blockquote>\n<h2 role=\"heading\" aria-level=\"2\"><a name=\"autotoc_anchor_2\"\/>3. Count Cells With Numbers: COUNT<\/h2>\n<p>If you\u2019ve ever had to count cells, you\u2019ll appreciate the <code>COUNT<\/code> function. With it, you can count how many cells in a range contain numbers.<\/p>\n<p>The syntax for the function is <code>COUNT(value1, value2,...)<\/code> with <code>value1<\/code> required and <code>value2<\/code> optional.<\/p>\n<p>To count the cells A1 through A5, you would use the following formula:<\/p>\n<pre>=COUNT(A1:A5)<\/pre>\n<p>To count the cells A1 through A5 and D1 through D5, use the following formula:<\/p>\n<pre>=COUNT(A1:A5,D1:D5)<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777814\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2022\/01\/COUNT-GoogleSheetsBasicFunctions.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"COUNT function in Google Sheets\" width=\"650\" height=\"167\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>You can also <a href=\"https:\/\/www.howtogeek.com\/446398\/how-to-count-data-matching-set-criteria-in-google-sheets\/\">count data that matches criteria<\/a> using <code>COUNTIF<\/code> in Google Sheets.<\/p>\n<h2 role=\"heading\" aria-level=\"2\"><a name=\"autotoc_anchor_3\"\/>4. Enter the Current Date and Time: NOW and TODAY<\/h2>\n<p>If you want to see the current date and time each time you open your Google Sheet, you can use the <code>NOW<\/code> or <code>TODAY<\/code> function. <code>NOW<\/code> displays the date and time whereas <code>TODAY<\/code> displays only the current date.<\/p>\n<p>The syntax for each is <code>NOW()<\/code> and <code>TODAY()<\/code> with no required arguments. Simply enter one or the other of the following in your sheet to display the date and time or just the date.<\/p>\n<pre>NOW()<\/pre>\n<pre>TODAY()<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777815\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2022\/01\/NOWTODAY-GoogleSheetsBasicFunctions.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"NOW and TODAY functions\" width=\"380\" height=\"102\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>If you want the dates to appear in a certain format, you can <a href=\"https:\/\/www.howtogeek.com\/723041\/how-to-change-the-default-date-format-in-google-sheets\/\">set the default date format in Google sheets<\/a>.<\/p>\n<h2 role=\"heading\" aria-level=\"2\"><a name=\"autotoc_anchor_4\"\/>5. Remove Non-Printable Characters: CLEAN<\/h2>\n<p>When you import data from another location into your sheet, that data can include non-printable or <a href=\"https:\/\/www.howtogeek.com\/howto\/45765\/htg-explains-what-are-character-encodings-and-how-do-they-differ\/\">ASCII characters<\/a> like backspaces and returns. The <code>CLEAN<\/code> function removes both visible and invisible characters.<\/p>\n<p>The syntax is <code>CLEAN(text)<\/code> with the text required.<\/p>\n<p>To remove the non-printable characters from the text in cell A1, you would use this formula:<\/p>\n<pre>=CLEAN(A1)<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777816\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2022\/01\/CLEAN-GoogleSheetsBasicFunctions.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"CLEAN function in Google Sheets\" width=\"650\" height=\"72\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<blockquote class=\"admonishment_note\"><p><strong>Note:<\/strong> Because the function removes the characters you can\u2019t see as well as those you can, you may not notice a difference in the resulting cell.<\/p><\/blockquote>\n<h2 role=\"heading\" aria-level=\"2\"><a name=\"autotoc_anchor_5\"\/>6. Remove White Space: TRIM<\/h2>\n<p>Another helpful function for tidying up your sheet is <a href=\"https:\/\/www.howtogeek.com\/710718\/how-to-use-the-trim-function-in-microsoft-excel\/\">the <code>TRIM<\/code> function<\/a>. Just like in Microsoft Excel, this function removes the white spaces in a cell.<\/p>\n<p>The syntax is <code>TRIM(text)<\/code> where text can represent a cell reference or the actual text.<\/p>\n<p>To remove the white space in cell A1, you would use the following formula:<\/p>\n<pre>=TRIM(A1)<\/pre>\n<p>To remove the white space from \u201d\u00a0\u00a0 remove\u00a0\u00a0 extra space\u00a0 \u201d use this formula:<\/p>\n<pre>=TRIM(\"\u00a0\u00a0 remove\u00a0\u00a0 extra space\u00a0 \")<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777817\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2022\/01\/TRIM-GoogleSheetsBasicFunctions.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"TRIM function in Google Sheets\" width=\"424\" height=\"179\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p><strong>RELATED:<\/strong> <a href=\"https:\/\/www.howtogeek.com\/710718\/how-to-use-the-trim-function-in-microsoft-excel\/\"><strong><em>How to Use the TRIM Function in Microsoft Excel<\/em><\/strong><\/a><\/p>\n<h2 role=\"heading\" aria-level=\"2\"><a name=\"autotoc_anchor_6\"\/>7. Combine Text or Values: CONCATENATE and CONCAT<\/h2>\n<p>To combine strings, text, or values, you can use the <code>CONCATENATE<\/code> and <code>CONCAT<\/code> functions. The main difference between the two is that <code>CONCATENATE<\/code> offers more flexibility. For instance, you can combine words and insert spaces between them.<\/p>\n<p>The syntax for each is <code>CONCATENATE(string1, string2,...)<\/code> and <code>CONCAT(value1, value2)<\/code> where all arguments except <code>string2<\/code> are required.<\/p>\n<p>To combine the values in cells A1 and B1, you can use the following formula:<\/p>\n<pre>=CONCATENATE(A1,B1)<\/pre>\n<p>To combine the words \u201cHow,\u201d \u201cTo,\u201d and \u201cGeek\u201d with spaces, you would use this formula:<\/p>\n<pre>=CONCATENATE(\"How\", \" \", \"To\", \" \", \"Geek\")<\/pre>\n<p>To combine the values 3 and 5, you can use the following formula:<\/p>\n<pre>=CONCAT(3,5)<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777820\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2022\/01\/CONCAT-GoogleSheetsBasicFunctions.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"CONCATENATE and CONCAT functions\" width=\"403\" height=\"275\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>For more details on these two functions, take a look at our how-to for <a href=\"https:\/\/www.howtogeek.com\/447559\/how-to-concatenate-data-from-multiple-cells-in-google-sheets\/\">concatenating data in Google Sheets<\/a>.<\/p>\n<h2 role=\"heading\" aria-level=\"2\"><a name=\"autotoc_anchor_7\"\/>8. Insert an Image in a Cell: IMAGE<\/h2>\n<p>While Google Sheets provides a feature for <a href=\"https:\/\/www.howtogeek.com\/730887\/how-to-insert-an-image-in-a-cell-in-google-sheets\/\">inserting an image into a cell<\/a>, the <code>IMAGE<\/code> function gives you extra options to resize it or set a custom height and width in pixels.<\/p>\n<p>The syntax for the function is <code>IMAGE(url, mode, height, width)<\/code> with the <a href=\"https:\/\/www.howtogeek.com\/356563\/what-is-a-url-uniform-resource-locator\/\">URL<\/a> required and the other arguments optional.<\/p>\n<p>To insert an image with a URL as it is, you would use the following formula:<\/p>\n<pre>=IMAGE(\"https:\/\/logos-download.com\/wp-content\/uploads\/2019\/11\/How-To_Geek_Logo.png\")<\/pre>\n<p>To insert the same image resized with a custom height and width, use this formula:<\/p>\n<pre>=IMAGE(\"https:\/\/logos-download.com\/wp-content\/uploads\/2019\/11\/How-To_Geek_Logo.png\",4,50,200)<\/pre>\n<p>The <code>4<\/code> in this formula is the mode that allows the custom size of the image at 50 by 200 pixels.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777819\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2022\/01\/IMAGE-GoogleSheetsBasicFunctions.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"IMAGE function in Google Sheets\" width=\"650\" height=\"175\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<blockquote class=\"admonishment_note\"><p><strong>Note:<\/strong> You cannot use <a href=\"https:\/\/www.howtogeek.com\/710334\/what-is-an-svg-file-and-how-do-i-open-one\/\">SVG<\/a> graphics or URLs for images in Google Drive.<\/p><\/blockquote>\n<p>For more help with how to resize images using the function, visit the <a href=\"https:\/\/support.google.com\/docs\/answer\/3093333\" target=\"_blank\" rel=\"noopener\">Docs Editor Help page for the IMAGE function<\/a>.<\/p>\n<h2 role=\"heading\" aria-level=\"2\"><a name=\"autotoc_anchor_8\"\/>9. Validate an Email Address or Link: ISEMAIL and ISURL<\/h2>\n<p>Whether importing or entering data in Google Sheets, you may want to verify it is what it\u2019s supposed to be. With <code>ISEMAIL<\/code> and <code>ISURL<\/code>, you can <a href=\"https:\/\/www.howtogeek.com\/756213\/how-to-restrict-data-to-email-addresses-in-google-sheets\/\">make sure the data is an email address<\/a> or valid URL.<\/p>\n<p><strong>RELATED:<\/strong> <a href=\"https:\/\/www.howtogeek.com\/756213\/how-to-restrict-data-to-email-addresses-in-google-sheets\/\"><strong><em>How to Restrict Data to Email Addresses in Google Sheets<\/em><\/strong><\/a><\/p>\n<p>The syntax for each is <code>ISEMAIL(value)<\/code> and <code>ISURL(value)<\/code> where you can use a cell reference or text. The results of the validation display as TRUE or FALSE.<\/p>\n<p>To check an email address in cell A1, you would use the following formula:<\/p>\n<pre>=ISEMAIL(A1)<\/pre>\n<p>To check a URL in cell A1, use this formula:<\/p>\n<pre>=ISURL(A1)<\/pre>\n<p>To use text in the formula for either an email address or URL, simply enter it in quotes like this:<\/p>\n<pre>=ISURL(\"www.howtogeek.com\")<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777818\" data-pagespeed-lazy-src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2022\/01\/ISEMAILISURL-GoogleSheetsBasicFunctions.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"ISEMAIL and ISURL functions\" width=\"329\" height=\"308\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/pagespeed_static\/1.JiBnMqyl6S.gif\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>To go even further, take a look at how to use <a href=\"https:\/\/www.howtogeek.com\/447561\/how-to-use-the-and-and-or-functions-in-google-sheets\/\">the AND and OR functions<\/a>, take advantage of <a href=\"https:\/\/www.howtogeek.com\/450465\/how-to-use-the-query-function-in-google-sheets\/\">the QUERY function<\/a>, or start using <a href=\"https:\/\/www.howtogeek.com\/449861\/how-to-use-the-google-sheets-if-function\/\">the IF function<\/a> in Google Sheets.<\/p>\n<\/div>\n<iframe data-lazy=\"true\" data-src=\"https:\/\/www.fiverr.com\/gig_widgets?id=U2FsdGVkX18x7XQvttUTrv1oEqmGNGTgvvCUiUoJ\/AP4z\/UyMz8lXGOLpu15jIMxBbTR0gmD5uBoFvhC4KWeALQRp3h\/X\/AwcVD0K8Wj9H\/ZzYKzcCNHosB9oS4SCJJFWiN85P9ICAc4OgCoE\/wHKIY7CDkf2\/DQ1vqGvk4smVe5cRDEmrLPCWi4FC8p40VUhSmWQ5udCm0zoJtorgWv3vbDQw0kKYkwn39ozAnQXDe+YvWMxkLFWA+O3TFwkJvdkIK+\/AUSnRssPKt5WHY0FhNOxnSPcLslEL4G4\/RfP95ve99U+kRnDy3X+KtzdQLY+u935ghON\/o3UE4IMv9oN6JX9RnxzL\/LRcOgnHigxStSGPKsZYtnz8RWNVT\/rOLAibqiWJadC5MYHRbekF3eg6FOGrQGkXYbsn0+a5aovnlLCbLwIqY9fcS17UX8J235iQ6cdmHNbrPeS84CMm34RA==&affiliate_id=1052423&strip_google_tagmanager=true\" loading=\"lazy\" data-with-title=\"true\" class=\"fiverr_nga_frame\" frameborder=\"0\" height=\"350\" width=\"100%\" referrerpolicy=\"no-referrer-when-downgrade\" data-mode=\"random_gigs\" onload=\" var frame = this; var script = document.createElement('script'); script.addEventListener('load', function() { window.FW_SDK.register(frame); }); script.setAttribute('src', 'https:\/\/www.fiverr.com\/gig_widgets\/sdk'); document.body.appendChild(script); \" ><\/iframe>\n<br \/><a href=\"https:\/\/www.howtogeek.com\/777809\/basic-google-sheets-functions\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Functions are key components of spreadsheet applications like Google Sheets. But if you seldom use them, or you\u2019re just beginning, they can feel overwhelming. For&#8230;<\/p>\n","protected":false},"author":1,"featured_media":7399,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-9441","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech-universe"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>9 Basic Google Sheets Functions You Should Know - mailinvest.blog<\/title>\n<meta name=\"description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"9 Basic Google Sheets Functions You Should Know - mailinvest.blog\" \/>\n<meta property=\"og:description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/\" \/>\n<meta property=\"og:site_name\" content=\"mailinvest.blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/freelanceracademic\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-03T17:36:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/google_sheets_her_1200x675.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2392\" \/>\n\t<meta property=\"og:image:height\" content=\"1342\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin@mailinvest.blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin@mailinvest.blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/\"},\"author\":{\"name\":\"admin@mailinvest.blog\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\"},\"headline\":\"9 Basic Google Sheets Functions You Should Know\",\"datePublished\":\"2022-02-03T17:36:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/\"},\"wordCount\":946,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/google_sheets_her_1200x675.jpg\",\"articleSection\":[\"Tech Universe\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/\",\"name\":\"9 Basic Google Sheets Functions You Should Know - mailinvest.blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/google_sheets_her_1200x675.jpg\",\"datePublished\":\"2022-02-03T17:36:50+00:00\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/google_sheets_her_1200x675.jpg\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/google_sheets_her_1200x675.jpg\",\"width\":2392,\"height\":1342},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/02\\\/03\\\/9-basic-google-sheets-functions-you-should-know\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mailinvest.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"9 Basic Google Sheets Functions You Should Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"name\":\"mailinvest.blog\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mailinvest.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\",\"name\":\"mailinvest\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"width\":1000,\"height\":1000,\"caption\":\"mailinvest\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/freelanceracademic\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\",\"name\":\"admin@mailinvest.blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"caption\":\"admin@mailinvest.blog\"},\"sameAs\":[\"https:\\\/\\\/mailinvest.blog\",\"admin@mailinvest.blog\"],\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/author\\\/adminmailinvest-blog\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"9 Basic Google Sheets Functions You Should Know - mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/","og_locale":"en_US","og_type":"article","og_title":"9 Basic Google Sheets Functions You Should Know - mailinvest.blog","og_description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","og_url":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/","og_site_name":"mailinvest.blog","article_publisher":"https:\/\/www.facebook.com\/freelanceracademic\/","article_published_time":"2022-02-03T17:36:50+00:00","og_image":[{"width":2392,"height":1342,"url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/google_sheets_her_1200x675.jpg","type":"image\/jpeg"}],"author":"admin@mailinvest.blog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin@mailinvest.blog","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/#article","isPartOf":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/"},"author":{"name":"admin@mailinvest.blog","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4"},"headline":"9 Basic Google Sheets Functions You Should Know","datePublished":"2022-02-03T17:36:50+00:00","mainEntityOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/"},"wordCount":946,"commentCount":0,"publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/google_sheets_her_1200x675.jpg","articleSection":["Tech Universe"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/","url":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/","name":"9 Basic Google Sheets Functions You Should Know - mailinvest.blog","isPartOf":{"@id":"https:\/\/mailinvest.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/#primaryimage"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/google_sheets_her_1200x675.jpg","datePublished":"2022-02-03T17:36:50+00:00","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","breadcrumb":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/#primaryimage","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/google_sheets_her_1200x675.jpg","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/google_sheets_her_1200x675.jpg","width":2392,"height":1342},{"@type":"BreadcrumbList","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/02\/03\/9-basic-google-sheets-functions-you-should-know\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailinvest.blog\/"},{"@type":"ListItem","position":2,"name":"9 Basic Google Sheets Functions You Should Know"}]},{"@type":"WebSite","@id":"https:\/\/mailinvest.blog\/#website","url":"https:\/\/mailinvest.blog\/","name":"mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailinvest.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailinvest.blog\/#organization","name":"mailinvest","url":"https:\/\/mailinvest.blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","width":1000,"height":1000,"caption":"mailinvest"},"image":{"@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/freelanceracademic\/"]},{"@type":"Person","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4","name":"admin@mailinvest.blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","caption":"admin@mailinvest.blog"},"sameAs":["https:\/\/mailinvest.blog","admin@mailinvest.blog"],"url":"https:\/\/mailinvest.blog\/index.php\/author\/adminmailinvest-blog\/"}]}},"_links":{"self":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/9441","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/comments?post=9441"}],"version-history":[{"count":0,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/9441\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media\/7399"}],"wp:attachment":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media?parent=9441"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/categories?post=9441"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/tags?post=9441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}