How to use Number of Instances In Excel

Nov 01, 2020 • edited Nov 03, 2020

How to use Number of Instances In Excel

This example describes how to count the number of instances of text (or a number) in a cell.

1. Use the LEN functon to get the length of the string (25 characters, including spaces).

Len Function in Excel

2. The SUBSTITUTE function replaces existing text with new text in a string. LEN(SUBSTITUTE(A1,B1,"")) equals 13 (the length of the string without the words dog). If we subtract this number from 25, we get the length of the dog instances (25-13=12).

Substitute Function

3. Dividing this number by the length of the word dog (3), gives us the dog instances (12/3=4).

Count

#Tutorial#How To#Functions

How to use NPV formula In Excel

How to use Ifs function In Excel