Tuesday, February 14, 2023

All Useful Text Formula in Google Sheet

All Useful Text Formula in Google Sheet

Google Sheets provides many useful text formulas that can be used for a variety of tasks, such as manipulating and analyzing text data. Here are some of the most commonly used text formulas in Google Sheets:
  1. LEFT, RIGHT, MID: These formulas can be used to extract a specific number of characters from the left, right, or middle of a text string. The basic syntax is:
    • LEFT(text, [num_chars])
    • RIGHT(text, [num_chars])
    • MID(text, start, [num_chars])
  2. LEN: The LEN formula can be used to find the length of a text string. The basic syntax is:
    • LEN(text)
  3. CONCATENATE, &, TEXTJOIN: These formulas can be used to combine or join multiple text strings together. The basic syntax is:
    • CONCATENATE(text1, text2, ...)
    • text1 & text2 & ...
    • TEXTJOIN(delimiter, ignore_empty, text1, text2, ...)
  4. SUBSTITUTE: The SUBSTITUTE formula can be used to replace one or more instances of a specific character or text string with a different character or text string. The basic syntax is:
    • SUBSTITUTE(text, old_text, new_text, [instance_num])
  5. TRIM: The TRIM formula can be used to remove extra spaces from a text string. The basic syntax is:
    • TRIM(text)
  6. PROPER, UPPER, LOWER: These formulas can be used to change the case of a text string to proper case, upper case, or lower case. The basic syntax is:
    • PROPER(text)
    • UPPER(text)
    • LOWER(text)
  7. FIND, SEARCH: These formulas can be used to find the position of a specific character or text string within a text string. The basic syntax is:
    • FIND(find_text, within_text, [start_num])
    • SEARCH(find_text, within_text, [start_num])
These are just a few examples of the many text formulas available in Google Sheets. By using these formulas in combination with other functions and features of Google Sheets, you can easily manipulate and analyze text data to suit your needs.

No comments:

Post a Comment

यह तन विष की बेलरी, गुरु अमृत की खान। शीश दियो जो गुरु मिले, तो भी सस्ता जान।। इसका अर्थ?

 यह दोहा संत कबीरदास जी का है और इसका अर्थ बहुत ही गहरा और प्रेरणादायक है: दोहा: "यह तन विष की बेलरी, गुरु अमृत की खान। शीश दियो जो...