+ Reply to Thread
Results 1 to 2 of 2

Count Vowels

  1. #1
    Registered User
    Join Date
    09-26-2006
    Posts
    9

    Count Vowels

    Hi, I've got this problem I wasn't able to solve. I need to count the total count of vowels inside a single cell. For example i have:

    John Davidson = 4 (I need to display 4 because of "o", "a", "i", "o").

    Thank you.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,704
    Assuming the cell is A1

    =SUM(LEN(A1)-LEN(SUBSTITUTE(LOWER(A1),{"a","e","i","o","u"},"")))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1