+ Reply to Thread
Results 1 to 2 of 2

First Vowel

Hybrid View

MRozell First Vowel 12-06-2016, 08:05 AM
samba_ravi Re: First Vowel 12-06-2016, 08:15 AM
  1. #1
    Forum Contributor
    Join Date
    08-15-2014
    Location
    Michigan, USA
    MS-Off Ver
    MS Office 2021
    Posts
    105

    First Vowel

    The word Audrey

    I use =left(b2,1) to find the out what the first letter of the word is =A

    and =right(b2,1) to find out what the last letter of the word is =y

    is there a formula to find out what the first vowel of the word is that is not the first letter

    like in Audrey I need to know the first vowel after the first letter =U not A

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: First Vowel

    =if(min(search({"a","e","i","o","u"},right(a1,len(a1)-1)&"aeiou"))+1>len(a1),"",mid(a1,min(search({"a","e","i","o","u"},right(a1,len(a1)-1)&"aeiou"))+1,1))
    try the above
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Vowel extracting in alpha order
    By makinmomb in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 11-18-2016, 09:18 AM
  2. Macro to search a string ending with vowel "AEIOUY"
    By kitunga in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-02-2014, 02:37 PM
  3. [SOLVED] Splitting word list based on syllabic structure, CVC (consonant/vowel/consonant) etc
    By Jay Bee in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-23-2013, 10:36 AM

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