Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Excel Pie Chart
  • Everything about Charts in Excel
  • How to count table rows in Excel
  • Reverse List in Excel
  • Filter Data Based on Date in Excel

References

  • How to use Excel COLUMN Function
  • How to use Excel VLOOKUP Function
  • Count rows with at least n matching values
  • How to get address of last cell in range in Excel
  • Extract data with helper column in Excel

Data Validations

  • Excel Data validation date in specific year
  • Excel Data validation date in next 30 days
  • Excel Data validation number multiple 100
  • Excel Data validation exists in list
  • Excel Data validation whole percentage only

Tag: LEN function

How to count specific words in a range in Excel

by

To count how many times a specific a word (or any substring) appears inside a range of cells, you can use a formula based on the SUBSTITUTE, LEN, and SUMPRODUCT functions.  Formula =SUMPRODUCT((LEN(range)-LEN(SUBSTITUTE(range,text,””)))/LEN(text)) Explanation In the example shown, the formula in C11 is: =SUMPRODUCT((LEN(B5:B8)-LEN(SUBSTITUTE(B5:B8,C2,””)))/LEN(C2)) Note: The formula on this page counts instances of a word in a …

Continue Reading

How to count number of characters of text in a cell in Excel

by

If you need to count the total characters in a cell, you can do so using the LEN function. Formula =LEN(a1) Explanation In the example, the formula in the active cell is: =LEN(B3) The LEN function simply counts all characters that appear in a cell. All characters are counted, including space characters. Numbers are also …

Continue Reading

Posts navigation

  • Previous
  • 1
  • 2

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Extract multiple matches into separate rows in Excel
  • IF with wildcards in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel NOT Function
  • Excel If, Nested If, And/Or Criteria Examples

Date Time

  • Extract time from a date and time in Excel
  • How to show last updated date stamp in Excel
  • Count day of week between dates in Excel
  • Display Date is workday in Excel
  • Calculate total hours that fall between two times in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • Group times into unequal buckets in Excel
  • Categorize text with keywords in Excel
  • If cell contains one of many things in Excel
  • How to randomly assign people to groups in Excel

General

  • How to choose page/paper size in Excel before Printing
  • How to Create Calendar in Excel
  • Freeze and Unfreeze Panes in Excel
  • Cell References: Relative, Absolute and Mixed Referencing Examples
  • Check if multiple cells have same value in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning