+ Reply to Thread
Results 1 to 5 of 5

Mark Y if last two letters are VOWELS

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,618

    Mark Y if last two letters are VOWELS

    NOTAIRE
    OTARINE
    ETAERIO
    ANEROID
    AILERON
    ALERION
    ALIENOR
    ELATION
    TOENAIL
    ERASION

    Say i have that on a1 downwards , need formula on b1 drag down that will mark ETAERIO as Y

  2. #2
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Mark Y if last two letters are VOWELS

    B1 formula:

    Please Login or Register  to view this content.
    Copy down.

    WBD
    Office 365 on Windows 11, looking for rep!

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,797

    Re: Mark Y if last two letters are VOWELS

    in B put
    =SUMPRODUCT(2-LEN(SUBSTITUTE(LOWER(RIGHT(A1,2)),{"a","e","i","o","u"},"")))
    =IF(SUMPRODUCT(2-LEN(SUBSTITUTE(LOWER(RIGHT(A1,2)),{"a","e","i","o","u"},"")))=2, "Y","")
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

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

    Re: Mark Y if last two letters are VOWELS

    or try below
    =IFERROR(IF(SUM(SEARCH(MID(RIGHT(A1,2),{1,2},1),"aeiou")),"Y"),"N")
    Samba

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

  5. #5
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,618

    Re: Mark Y if last two letters are VOWELS

    Thank you , took samba-ravi as smallest from all answers

+ 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. VBA: automatically mark individual letters in a cell based on value of above cell?
    By flashist in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-01-2021, 06:51 AM
  2. Replies: 2
    Last Post: 10-01-2021, 06:51 AM
  3. [SOLVED] Lookup Next Occurrence and Mark Halfway Mark with "Mark"
    By mrr2 in forum Excel General
    Replies: 4
    Last Post: 10-13-2020, 02:27 PM
  4. [SOLVED] Similar by vowels , 7 and 8 letters
    By makinmomb in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 08-30-2017, 03:11 AM
  5. [SOLVED] If formula to confirm last 3 letters are vowels
    By makinmomb in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-08-2017, 06:19 PM
  6. [SOLVED] Any two letters search mark true
    By makinmomb in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-13-2017, 02:49 PM
  7. [SOLVED] Pull vowels and then find letters
    By makinmomb in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-03-2017, 06:03 PM

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