{"id":99748,"date":"2024-01-03T06:00:00","date_gmt":"2024-01-03T11:00:00","guid":{"rendered":"https:\/\/www.online-tech-tips.com\/?p=99748"},"modified":"2024-10-23T23:58:35","modified_gmt":"2024-10-24T03:58:35","slug":"15-simple-google-sheets-text-functions","status":"publish","type":"post","link":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/","title":{"rendered":"15+ Simple Google Sheets Text Functions"},"content":{"rendered":"\n<p>Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on our list, you can save time by making several changes quickly and at once.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Convert a Number to Text: TEXT\n<\/h2>\n\n\n\n<p>Starting with a simple way to convert a number to text using a specified format is the TEXT function. You can use it for a date, time, percentage, currency, or similar number.\n<\/p>\n\n\n\n<p>The syntax for the formula is <span style=\"font-weight:bold\">TEXT(number, format),<\/span> where you can use the exact number or a cell reference for the first argument. Depending on the format you want to use, you can visit the <a target=\"_blank\" data-type=\"URL\" href=\"https:\/\/support.google.com\/docs\/answer\/3094139\" rel=\"noopener\">Google Docs Editors Help page<\/a> for the list of over a dozen options for the second argument. \n<\/p>\n\n\n\n<p>As an example, we\u2019ll format the time 22:30 in a 12-hour format with AM or PM and as text using this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=TEXT(\u201c22:30\u201d,\u201d<\/span><span style=\"font-weight:bold\">hh:mm<\/span><span style=\"font-weight:bold\"> AM\/PM\u201d)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-1-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"382\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-1-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 17\" class=\"wp-image-99736\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-1-compressed.png 382w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-1-compressed-300x80.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-1-compressed-80x21.png 80w\" sizes=\"(max-width: 382px) 100vw, 382px\" \/><\/a><\/figure><\/div>\n\n\n<p>For another example, we\u2019ll format the number in cell A1 as text with a percent sign using this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=TEXT(A1,\u201d0%\u201d)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-2-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"352\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-2-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 18\" class=\"wp-image-99737\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-2-compressed.png 352w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-2-compressed-300x87.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-2-compressed-80x23.png 80w\" sizes=\"(max-width: 352px) 100vw, 352px\" \/><\/a><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Combine Text: CONCATENATE\n<\/h2>\n\n\n\n<p>If you want to join two strings of text, you can use the CONCATENATE function. You may have a first name and last name, city and state, or similar that you want to combine into a single cell.\n<\/p>\n\n\n\n<p>The syntax is <span style=\"font-weight:bold\">CONCATENATE<\/span><span style=\"font-weight:bold\">(string1, string2,\u2026)<\/span>, where you can use the text or cell references for the arguments.\n<\/p>\n\n\n\n<p>In this example, we\u2019ll combine the text in cells A1 through D1 into a single string with this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=<\/span><span style=\"font-weight:bold\">CONCATENATE<\/span><span style=\"font-weight:bold\">(A1:D1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-3-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"647\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-3-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 19\" class=\"wp-image-99738\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-3-compressed.png 647w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-3-compressed-300x47.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-3-compressed-80x13.png 80w\" sizes=\"(max-width: 647px) 100vw, 647px\" \/><\/a><\/figure><\/div>\n\n\n<p>If you want to place a space between the words, you can insert a blank space within quotation marks between each cell reference using this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=<\/span><span style=\"font-weight:bold\">CONCATENATE<\/span><span style=\"font-weight:bold\">(A1,&#8221; &#8220;,B1,&#8221; &#8220;,C1,&#8221; &#8220;,D1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-4-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"647\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-4-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 1\" class=\"wp-image-99720\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-4-compressed.png 647w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-4-compressed-300x47.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-4-compressed-80x13.png 80w\" sizes=\"(max-width: 647px) 100vw, 647px\" \/><\/a><\/figure><\/div>\n\n\n<p>For another example, we\u2019ll combine the text \u201cFirst name: \u201d with the text in cell A1 with this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=<\/span><span style=\"font-weight:bold\">CONCATENATE<\/span><span style=\"font-weight:bold\">(&#8220;First name: &#8220;,A1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-5-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"387\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-5-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 20\" class=\"wp-image-99739\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-5-compressed.png 387w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-5-compressed-300x79.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-5-compressed-80x21.png 80w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-5-compressed-384x102.png 384w\" sizes=\"(max-width: 387px) 100vw, 387px\" \/><\/a><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Combine Text With a Delimiter: TEXTJOIN\n<\/h2>\n\n\n\n<p>The TEXTJOIN function is similar to CONCATENATE for combining text. The difference is that you can use a delimiter (separator) and combine arrays with TEXTJOIN.\n<\/p>\n\n\n\n<p>The syntax is <span style=\"font-weight:bold\">TEXTJOIN(<\/span><span style=\"font-weight:bold\">delimiter<\/span><span style=\"font-weight:bold\">, empty, text1, text2,\u2026)<\/span>. For the <span style=\"font-weight:bold\">delimiter<\/span> argument, place the space, comma, or other delimiter in quotes and for the <span style=\"font-weight:bold\">empty<\/span> argument, use True to exclude empty cells or False to include them.\n<\/p>\n\n\n\n<p>As an example, we\u2019ll join the text in the cell range A1 through C2 with a space as the delimiter and TRUE to ignore the empty cell (A2). Here\u2019s the formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=TEXTJOIN(&#8221; &#8220;,<\/span><span style=\"font-weight:bold\">TRUE<\/span><span style=\"font-weight:bold\">,A1:C2) \n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-6-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"692\" height=\"122\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-6-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 2\" class=\"wp-image-99721\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-6-compressed.png 692w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-6-compressed-300x53.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-6-compressed-80x14.png 80w\" sizes=\"(max-width: 692px) 100vw, 692px\" \/><\/a><\/figure><\/div>\n\n\n<p>For another example, we\u2019ll combine the text in cells A1 through A10 with a comma as the delimiter and FALSE to include the empty cells (A4 through A8) so you can see how the result looks. Here\u2019s the formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=TEXTJOIN(&#8220;,&#8221;,FALSE,A1:A10)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-7-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"502\" height=\"292\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-7-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 3\" class=\"wp-image-99722\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-7-compressed.png 502w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-7-compressed-300x175.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-7-compressed-80x47.png 80w\" sizes=\"(max-width: 502px) 100vw, 502px\" \/><\/a><\/figure><\/div>\n\n\n<p><span style=\"font-weight:bold\">Tip<\/span>: If you want to combine numbers, you can use <a target=\"_blank\" data-type=\"URL\" href=\"https:\/\/support.google.com\/docs\/answer\/3094077\" rel=\"noopener\">the JOIN function<\/a>.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Separate Text: SPLIT\n<\/h2>\n\n\n\n<p>Maybe you want to do the opposite of the above and separate text rather than combine it. For this, you can use the SPLIT function.\n<\/p>\n\n\n\n<p>The syntax is <span style=\"font-weight:bold\">SPLIT<\/span><span style=\"font-weight:bold\">(text, <\/span><span style=\"font-weight:bold\">delimiter<\/span><span style=\"font-weight:bold\">, <\/span><span style=\"font-weight:bold\">split<\/span><span style=\"font-weight:bold\">_by, empty)<\/span>. Use the <span style=\"font-weight:bold\">split<\/span><span style=\"font-weight:bold\">_by<\/span> argument with True (default) to separate the text around each character in the delimiter, otherwise use False. Use the <span style=\"font-weight:bold\">empty<\/span> argument with True (default) to treat consecutive delimiters as one, otherwise use False.\n<\/p>\n\n\n\n<p>Here, we\u2019ll split the text in cell A1 using a space as the delimiter and the defaults for the other arguments with this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=<\/span><span style=\"font-weight:bold\">SPLIT<\/span><span style=\"font-weight:bold\">(A1,&#8221; &#8220;)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-8-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"482\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-8-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 4\" class=\"wp-image-99723\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-8-compressed.png 482w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-8-compressed-300x63.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-8-compressed-80x17.png 80w\" sizes=\"(max-width: 482px) 100vw, 482px\" \/><\/a><\/figure><\/div>\n\n\n<p>For another example, we\u2019ll split the text in cell A1 using \u201ct\u201d as the delimiter. This removes the \u201ct\u201d like it removes the space delimiter above and leaves the rest of the text. Here\u2019s the formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=<\/span><span style=\"font-weight:bold\">SPLIT<\/span><span style=\"font-weight:bold\">(A1,&#8221;t&#8221;)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-9-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"692\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-9-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 21\" class=\"wp-image-99740\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-9-compressed.png 692w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-9-compressed-300x44.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-9-compressed-80x12.png 80w\" sizes=\"(max-width: 692px) 100vw, 692px\" \/><\/a><\/figure><\/div>\n\n\n<p>Now, if we add FALSE as the <span style=\"font-weight:bold\">split<\/span><span style=\"font-weight:bold\">_by<\/span> argument, this formula separates the text only at the \u201ct[space]\u201d mark:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=<\/span><span style=\"font-weight:bold\">SPLIT<\/span><span style=\"font-weight:bold\">(A1,&#8221;t &#8220;,FALSE)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-10-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"482\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-10-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 22\" class=\"wp-image-99741\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-10-compressed.png 482w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-10-compressed-300x63.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-10-compressed-80x17.png 80w\" sizes=\"(max-width: 482px) 100vw, 482px\" \/><\/a><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Compare Text: EXACT\n<\/h2>\n\n\n\n<p>Are you working on comparing data in your sheet? Using the EXACT function, you can compare two strings of text and receive a simple True or False result for whether they match or not.\n<\/p>\n\n\n\n<p>The syntax is <span style=\"font-weight:bold\">EXACT(text1, text2),<\/span> where you can use text or cell references for the arguments.\n<\/p>\n\n\n\n<p>As an example, we\u2019ll compare the two text strings in cells A1 and B1 with this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=EXACT(A1,B1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-11-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"382\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-11-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 5\" class=\"wp-image-99724\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-11-compressed.png 382w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-11-compressed-300x80.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-11-compressed-80x21.png 80w\" sizes=\"(max-width: 382px) 100vw, 382px\" \/><\/a><\/figure><\/div>\n\n\n<p>For another example, we\u2019ll compare the text in cell A1 with \u201cGoogle\u201d using this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=EXACT(A1,&#8221;Google&#8221;)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-12-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"382\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-12-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 6\" class=\"wp-image-99725\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-12-compressed.png 382w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-12-compressed-300x80.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-12-compressed-80x21.png 80w\" sizes=\"(max-width: 382px) 100vw, 382px\" \/><\/a><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Change Text: REPLACE and SUBSTITUTE\n<\/h2>\n\n\n\n<p>While you can use the Find and Replace feature in Google Sheets, you may need to be more specific than the feature allows. For instance, you might want to change a letter in a particular spot or only a certain instance of text in a string. In this case, you can use either REPLACE or SUBSTITUTE.\n<\/p>\n\n\n\n<p>Although similar, each function works slightly differently, so you can use whichever meets your needs best.\n<\/p>\n\n\n\n<p>The syntax for each is <span style=\"font-weight:bold\">REPLACE(text, position, length, new)<\/span> and <span style=\"font-weight:bold\">SUBSTITUTE(text, <\/span><span style=\"font-weight:bold\">search_for<\/span><span style=\"font-weight:bold\">, replace_with, occurrence)<\/span>. Let\u2019s walk through a couple of examples and how to use the arguments.\n<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">REPLACE\n<\/h4>\n\n\n\n<p>Here, we want to replace \u201cWilliam H Brown\u201d with \u201cBill Brown,\u201d so we\u2019ll use the REPLACE function and this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=REPLACE(A1,1,9,&#8221;Bill&#8221;)\n<\/span><\/p>\n\n\n\n<p>To break down the formula, A1 is the cell with the text, 1 is the starting position to replace, 9 is the number of characters to replace, and Bill is the replacement text.\n<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-13-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-13-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 7\" class=\"wp-image-99726\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-13-compressed.png 377w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-13-compressed-300x81.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-13-compressed-80x22.png 80w\" sizes=\"(max-width: 377px) 100vw, 377px\" \/><\/a><\/figure><\/div>\n\n\n<p>As another example, we have phone numbers stored as text and need to change the prefix for each. Since each prefix is different, we can use REPLACE to specify the position and number of characters for the replacement. Here\u2019s the formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=REPLACE(A1,5,3,&#8221;222&#8243;)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-14-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"142\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-14-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 8\" class=\"wp-image-99727\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-14-compressed.png 377w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-14-compressed-300x113.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-14-compressed-80x30.png 80w\" sizes=\"(max-width: 377px) 100vw, 377px\" \/><\/a><\/figure><\/div>\n\n\n<p><span style=\"font-weight:bold\">Tip<\/span>: To change multiple cells in a column, you can drag the formula down to apply it to the subsequent rows as shown below.\n<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-15-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"142\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-15-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 9\" class=\"wp-image-99728\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-15-compressed.png 377w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-15-compressed-300x113.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-15-compressed-80x30.png 80w\" sizes=\"(max-width: 377px) 100vw, 377px\" \/><\/a><\/figure><\/div>\n\n\n<h4 class=\"wp-block-heading\">SUBSTITUTE\n<\/h4>\n\n\n\n<p>For an example of the SUBSTITUTE function, we want to replace \u201cnew york\u201d with \u201cNew York\u201d and will add the <span style=\"font-weight:bold\">occurrence<\/span> argument to make sure we only change the first instance in our string. Here\u2019s the formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=SUBSTITUTE(A1,&#8221;new york&#8221;,&#8221;New York&#8221;,1)\n<\/span><\/p>\n\n\n\n<p>To break down this formula, A1 contains the text, \u201cnew york\u201d is the text we search for, \u201cNew York\u201d is the replacement, and 1 is the first occurrence of the text.\n<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-16-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"702\" height=\"137\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-16-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 10\" class=\"wp-image-99729\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-16-compressed.png 702w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-16-compressed-300x59.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-16-compressed-80x16.png 80w\" sizes=\"(max-width: 702px) 100vw, 702px\" \/><\/a><\/figure><\/div>\n\n\n<p>If you were to remove the <span style=\"font-weight:bold\">occurrence<\/span> argument in the above formula, the function would change both instances to \u201cNew York\u201d by default as you can see here:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=SUBSTITUTE(A1,&#8221;new york&#8221;,&#8221;New York&#8221;)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-17-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"702\" height=\"137\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-17-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 23\" class=\"wp-image-99742\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-17-compressed.png 702w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-17-compressed-300x59.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-17-compressed-80x16.png 80w\" sizes=\"(max-width: 702px) 100vw, 702px\" \/><\/a><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Change the Letter Case: PROPER, UPPER, and LOWER\n<\/h2>\n\n\n\n<p>If you import data from another source or mistype during data entry, you may end up with mismatched letter cases. Using the PROPER, UPPER, and LOWER functions, you can quickly correct it.\n<\/p>\n\n\n\n<p>The syntax for each is simple as <span style=\"font-weight:bold\">PROPER(text)<\/span>, <span style=\"font-weight:bold\">UPPER(text)<\/span>, and <span style=\"font-weight:bold\">LOWER(text)<\/span> where you can use a cell reference or the text for the argument.\n<\/p>\n\n\n\n<p>To capitalize the first letter of each word in a text string, you can use the PROPER function and this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=PROPER(A1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-18-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"412\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-18-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 24\" class=\"wp-image-99743\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-18-compressed.png 412w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-18-compressed-300x74.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-18-compressed-80x20.png 80w\" sizes=\"(max-width: 412px) 100vw, 412px\" \/><\/a><\/figure><\/div>\n\n\n<p>To change the letters to all uppercase, use the UPPER function and this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=UPPER(A1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-19-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"412\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-19-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 25\" class=\"wp-image-99744\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-19-compressed.png 412w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-19-compressed-300x74.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-19-compressed-80x20.png 80w\" sizes=\"(max-width: 412px) 100vw, 412px\" \/><\/a><\/figure><\/div>\n\n\n<p>To change the letters to all lower case, use the LOWER function and this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=LOWER(A1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-20-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"412\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-20-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 11\" class=\"wp-image-99730\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-20-compressed.png 412w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-20-compressed-300x74.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-20-compressed-80x20.png 80w\" sizes=\"(max-width: 412px) 100vw, 412px\" \/><\/a><\/figure><\/div>\n\n\n<p>Remember, you can also enter the exact text for all three functions within quotes as follows:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=PROPER(&#8220;online tech TIPS&#8221;)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-21-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"352\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-21-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 12\" class=\"wp-image-99731\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-21-compressed.png 352w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-21-compressed-300x87.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-21-compressed-80x23.png 80w\" sizes=\"(max-width: 352px) 100vw, 352px\" \/><\/a><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Obtain Part of a Text String: LEFT, RIGHT, and MID\n<\/h2>\n\n\n\n<p>Maybe you need to extract part of a text string. You may have data mixed in with other data or want to use a portion of a string for something in particular. You can use the LEFT, RIGHT, and MID functions to get the part you need.\n<\/p>\n\n\n\n<p>The syntax for each is <span style=\"font-weight:bold\">LEFT(string, num_characters)<\/span>, <span style=\"font-weight:bold\">RIGHT(string, num_characters)<\/span>, and <span style=\"font-weight:bold\">MID<\/span><span style=\"font-weight:bold\">(string, start, length)<\/span>. You can use a cell reference or the text as the <span style=\"font-weight:bold\">string<\/span> argument in each. \n<\/p>\n\n\n\n<p>For an example of the LEFT function, we\u2019ll extract the first three characters from the left using the text in cell A1 with this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=LEFT(A1,3)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-22-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-22-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 26\" class=\"wp-image-99745\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-22-compressed.png 367w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-22-compressed-300x83.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-22-compressed-80x22.png 80w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/><\/a><\/figure><\/div>\n\n\n<p>For an example of the RIGHT function, we\u2019ll extract the first four characters from the right using the same cell with this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=RIGHT(A1,4)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-23-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-23-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 13\" class=\"wp-image-99732\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-23-compressed.png 367w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-23-compressed-300x83.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-23-compressed-80x22.png 80w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/><\/a><\/figure><\/div>\n\n\n<p>For an example of the MID function, we\u2019ll extract the name \u201cJane\u201d from the text in the same cell. \n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=<\/span><span style=\"font-weight:bold\">MID<\/span><span style=\"font-weight:bold\">(A1,6,4)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-24-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-24-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 14\" class=\"wp-image-99733\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-24-compressed.png 367w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-24-compressed-300x83.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-24-compressed-80x22.png 80w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/><\/a><\/figure><\/div>\n\n\n<p>In this MID example, a 6 for the <span style=\"font-weight:bold\">start<\/span> argument selects the 6th character from the left. Remember that all characters count, including spaces and punctuation. Then, a 4 for the <span style=\"font-weight:bold\">length<\/span> argument selects four characters.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Get the Length of a Text String: LEN and LENB\n<\/h2>\n\n\n\n<p>When you plan to do something specific with your data, such as copy and paste or export it for use elsewhere, you might need to be cautious about the character count. With LEN, you can get the number of characters in a text string, and with LENB, you can get the count in bytes.\n<\/p>\n\n\n\n<p>The syntax for each is <span style=\"font-weight:bold\">LEN<\/span><span style=\"font-weight:bold\">(string)<\/span> and <span style=\"font-weight:bold\">LENB(string),<\/span> where again, you can use a cell reference or text as the argument.\n<\/p>\n\n\n\n<p>Here, we\u2019ll get the character count for the text in cell A1 with this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=<\/span><span style=\"font-weight:bold\">LEN<\/span><span style=\"font-weight:bold\">(A1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-25-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-25-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 27\" class=\"wp-image-99746\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-25-compressed.png 377w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-25-compressed-300x81.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-25-compressed-80x22.png 80w\" sizes=\"(max-width: 377px) 100vw, 377px\" \/><\/a><\/figure><\/div>\n\n\n<p>With this formula, we\u2019ll get the character count for the text in cell A1 but as bytes instead:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=LENB(A1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-26-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-26-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 28\" class=\"wp-image-99747\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-26-compressed.png 377w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-26-compressed-300x81.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-26-compressed-80x22.png 80w\" sizes=\"(max-width: 377px) 100vw, 377px\" \/><\/a><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Remove Extra Spaces: TRIM\n<\/h2>\n\n\n\n<p>If you need to clean up your data from leading, trailing, or miscellaneous extra spaces, you can use the TRIM function. \n<\/p>\n\n\n\n<p>The syntax is <span style=\"font-weight:bold\">TRIM(text),<\/span> where you can use a cell reference or text for the argument.\n<\/p>\n\n\n\n<p>Here, we\u2019ll remove the spaces from the text string in cell A1 with this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=TRIM(A1)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-27-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-27-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 15\" class=\"wp-image-99734\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-27-compressed.png 602w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-27-compressed-300x51.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-27-compressed-80x14.png 80w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><\/figure><\/div>\n\n\n<p>Next, we\u2019ll remove extra spaces from the specific text \u201c   Online   Tech Tips\u201d with this formula:\n<\/p>\n\n\n\n<p><span style=\"font-weight:bold\">=TRIM(   &#8220;Online  Tech Tips&#8221;)\n<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-28-compressed.png\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"102\" src=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-28-compressed.png\" alt=\"15+ Simple Google Sheets Text Functions image 16\" class=\"wp-image-99735\" srcset=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-28-compressed.png 377w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-28-compressed-300x81.png 300w, https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/15-simple-google-sheets-text-functions-28-compressed-80x22.png 80w\" sizes=\"(max-width: 377px) 100vw, 377px\" \/><\/a><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Tackle Your Text With Google Sheets Functions\n<\/h2>\n\n\n\n<p>Google Sheets offers many features for working with text. You can wrap text, change the format, hyperlink it, and more. However, when you have a lengthy dataset, the Google Sheets text functions can help you tackle your text changes quicker and more efficiently. Will you give one or two a try?\n<\/p>\n\n\n\n<p>For related tutorials, look at <a target=\"_blank\" data-type=\"URL\" href=\"https:\/\/www.online-tech-tips.com\/how-to-use-array-formulas-in-google-sheets\/\" rel=\"noopener\">how to use Google Sheets formulas for arrays<\/a>.\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on [&hellip;]<\/p>\n","protected":false},"author":90,"featured_media":99749,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"ub_ctt_via":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[5322],"tags":[5400],"class_list":{"0":"post-99748","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-remote-work","8":"tag-google-sheets"},"acf":[],"aioseo_notices":[],"featured_image_src":"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/google-sheets.jpeg","author_info":{"display_name":"Sandy Writtenhouse","author_link":"https:\/\/www.online-tech-tips.com\/author\/swrittenhouse\/"},"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.7.5 - aioseo.com -->\n\t\t<meta name=\"description\" content=\"Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on our list, you can save time by making several changes quickly and at once. Convert a Number to Text: TEXT Starting with a simple way\" \/>\n\t\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t\t<link rel=\"canonical\" href=\"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/\" \/>\n\t\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.7.5\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Online Tech Tips - Computer Tips from a Computer Guy\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"15+ Simple Google Sheets Text Functions\" \/>\n\t\t<meta property=\"og:description\" content=\"Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on our list, you can save time by making several changes quickly and at once. Convert a Number to Text: TEXT Starting with a simple way\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/google-sheets.jpeg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/google-sheets.jpeg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t\t<meta property=\"og:image:height\" content=\"798\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-01-03T11:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-10-24T03:58:35+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/onlinetechtips\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@ott_akic\" \/>\n\t\t<meta name=\"twitter:title\" content=\"15+ Simple Google Sheets Text Functions\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on our list, you can save time by making several changes quickly and at once. Convert a Number to Text: TEXT Starting with a simple way\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@ott_akic\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/02\/online.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#blogposting\",\"name\":\"15+ Simple Google Sheets Text Functions\",\"headline\":\"15+ Simple Google Sheets Text Functions\",\"author\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/author\\\/swrittenhouse\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.online-tech-tips.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/google-sheets.jpeg\",\"width\":1200,\"height\":798,\"caption\":\"New york, USA - April 27, 2023: New spreadsheet in google sheet on computer screen close up view\"},\"datePublished\":\"2024-01-03T06:00:00-05:00\",\"dateModified\":\"2024-10-23T23:58:35-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#webpage\"},\"articleSection\":\"Remote Work, Google Sheets\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.online-tech-tips.com\\\/\",\"nextItem\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#listItem\"},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#listItem\",\"position\":2,\"name\":\"15+ Simple Google Sheets Text Functions\",\"previousItem\":\"https:\\\/\\\/www.online-tech-tips.com\\\/#listItem\"}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/#organization\",\"name\":\"Online Tech Tips\",\"description\":\"Computer Tips from a Computer Guy\",\"url\":\"https:\\\/\\\/www.online-tech-tips.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.online-tech-tips.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Online-Tech-Tips-Correct-Color-1.png\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#organizationLogo\",\"width\":792,\"height\":612},\"image\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/onlinetechtips\",\"https:\\\/\\\/twitter.com\\\/ott_akic\",\"https:\\\/\\\/www.instagram.com\\\/ott_akic\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/onlinetechtips\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/onlinetechtips\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/author\\\/swrittenhouse\\\/#author\",\"url\":\"https:\\\/\\\/www.online-tech-tips.com\\\/author\\\/swrittenhouse\\\/\",\"name\":\"Sandy Writtenhouse\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/de30b5712e859a5e8a6d8700989cd36d?s=96&d=mm&r=g\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#webpage\",\"url\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/\",\"name\":\"15+ Simple Google Sheets Text Functions\",\"description\":\"Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on our list, you can save time by making several changes quickly and at once. Convert a Number to Text: TEXT Starting with a simple way\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/author\\\/swrittenhouse\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/author\\\/swrittenhouse\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.online-tech-tips.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/google-sheets.jpeg\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#mainImage\",\"width\":1200,\"height\":798,\"caption\":\"New york, USA - April 27, 2023: New spreadsheet in google sheet on computer screen close up view\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/15-simple-google-sheets-text-functions\\\/#mainImage\"},\"datePublished\":\"2024-01-03T06:00:00-05:00\",\"dateModified\":\"2024-10-23T23:58:35-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/#website\",\"url\":\"https:\\\/\\\/www.online-tech-tips.com\\\/\",\"name\":\"Online Tech Tips\",\"description\":\"Computer Tips from a Computer Guy\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.online-tech-tips.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>15+ Simple Google Sheets Text Functions<\/title>\n\n","aioseo_head_json":{"title":"15+ Simple Google Sheets Text Functions","description":"Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on our list, you can save time by making several changes quickly and at once. Convert a Number to Text: TEXT Starting with a simple way","canonical_url":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"og:locale":"en_US","og:site_name":"Online Tech Tips - Computer Tips from a Computer Guy","og:type":"article","og:title":"15+ Simple Google Sheets Text Functions","og:description":"Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on our list, you can save time by making several changes quickly and at once. Convert a Number to Text: TEXT Starting with a simple way","og:url":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/","og:image":"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/google-sheets.jpeg","og:image:secure_url":"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/google-sheets.jpeg","og:image:width":1200,"og:image:height":798,"article:published_time":"2024-01-03T11:00:00+00:00","article:modified_time":"2024-10-24T03:58:35+00:00","article:publisher":"https:\/\/www.facebook.com\/onlinetechtips","twitter:card":"summary_large_image","twitter:site":"@ott_akic","twitter:title":"15+ Simple Google Sheets Text Functions","twitter:description":"Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on our list, you can save time by making several changes quickly and at once. Convert a Number to Text: TEXT Starting with a simple way","twitter:creator":"@ott_akic","twitter:image":"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/02\/online.jpg","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#blogposting","name":"15+ Simple Google Sheets Text Functions","headline":"15+ Simple Google Sheets Text Functions","author":{"@id":"https:\/\/www.online-tech-tips.com\/author\/swrittenhouse\/#author"},"publisher":{"@id":"https:\/\/www.online-tech-tips.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/google-sheets.jpeg","width":1200,"height":798,"caption":"New york, USA - April 27, 2023: New spreadsheet in google sheet on computer screen close up view"},"datePublished":"2024-01-03T06:00:00-05:00","dateModified":"2024-10-23T23:58:35-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#webpage"},"isPartOf":{"@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#webpage"},"articleSection":"Remote Work, Google Sheets"},{"@type":"BreadcrumbList","@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.online-tech-tips.com\/#listItem","position":1,"name":"Home","item":"https:\/\/www.online-tech-tips.com\/","nextItem":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#listItem"},{"@type":"ListItem","@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#listItem","position":2,"name":"15+ Simple Google Sheets Text Functions","previousItem":"https:\/\/www.online-tech-tips.com\/#listItem"}]},{"@type":"Organization","@id":"https:\/\/www.online-tech-tips.com\/#organization","name":"Online Tech Tips","description":"Computer Tips from a Computer Guy","url":"https:\/\/www.online-tech-tips.com\/","logo":{"@type":"ImageObject","url":"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/02\/Online-Tech-Tips-Correct-Color-1.png","@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#organizationLogo","width":792,"height":612},"image":{"@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/onlinetechtips","https:\/\/twitter.com\/ott_akic","https:\/\/www.instagram.com\/ott_akic","https:\/\/www.youtube.com\/user\/onlinetechtips","https:\/\/www.linkedin.com\/company\/onlinetechtips"]},{"@type":"Person","@id":"https:\/\/www.online-tech-tips.com\/author\/swrittenhouse\/#author","url":"https:\/\/www.online-tech-tips.com\/author\/swrittenhouse\/","name":"Sandy Writtenhouse","image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/de30b5712e859a5e8a6d8700989cd36d?s=96&d=mm&r=g"}},{"@type":"WebPage","@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#webpage","url":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/","name":"15+ Simple Google Sheets Text Functions","description":"Whether you import data into Google Sheets or manually enter it, you can have situations where you need to change or correct text. Using the Google Sheets text functions on our list, you can save time by making several changes quickly and at once. Convert a Number to Text: TEXT Starting with a simple way","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.online-tech-tips.com\/#website"},"breadcrumb":{"@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#breadcrumblist"},"author":{"@id":"https:\/\/www.online-tech-tips.com\/author\/swrittenhouse\/#author"},"creator":{"@id":"https:\/\/www.online-tech-tips.com\/author\/swrittenhouse\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.online-tech-tips.com\/wp-content\/uploads\/2024\/01\/google-sheets.jpeg","@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#mainImage","width":1200,"height":798,"caption":"New york, USA - April 27, 2023: New spreadsheet in google sheet on computer screen close up view"},"primaryImageOfPage":{"@id":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/#mainImage"},"datePublished":"2024-01-03T06:00:00-05:00","dateModified":"2024-10-23T23:58:35-04:00"},{"@type":"WebSite","@id":"https:\/\/www.online-tech-tips.com\/#website","url":"https:\/\/www.online-tech-tips.com\/","name":"Online Tech Tips","description":"Computer Tips from a Computer Guy","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.online-tech-tips.com\/#organization"}}]}},"aioseo_meta_data":{"post_id":"99748","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":{"title":{"suggestions":[],"usage":0},"description":{"suggestions":[],"usage":0}},"created":"2024-02-07 04:08:20","updated":"2024-10-24 03:59:09"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.online-tech-tips.com\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.online-tech-tips.com\/category\/tech\/\" title=\"Tech\">Tech<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.online-tech-tips.com\/category\/tech\/remote-work\/\" title=\"Remote Work\">Remote Work<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t15+ Simple Google Sheets Text Functions\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.online-tech-tips.com"},{"label":"Tech","link":"https:\/\/www.online-tech-tips.com\/category\/tech\/"},{"label":"Remote Work","link":"https:\/\/www.online-tech-tips.com\/category\/tech\/remote-work\/"},{"label":"15+ Simple Google Sheets Text Functions","link":"https:\/\/www.online-tech-tips.com\/15-simple-google-sheets-text-functions\/"}],"_links":{"self":[{"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/posts\/99748"}],"collection":[{"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/users\/90"}],"replies":[{"embeddable":true,"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/comments?post=99748"}],"version-history":[{"count":0,"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/posts\/99748\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/media\/99749"}],"wp:attachment":[{"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/media?parent=99748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/categories?post=99748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.online-tech-tips.com\/wp-json\/wp\/v2\/tags?post=99748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}