+ Reply to Thread
Results 1 to 6 of 6

First Letter Equal to Fifth and

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

    First Letter Equal to Fifth and

    KATAKANA
    AGACANTE
    ACANTHAE
    ANALECTA
    VANADATE
    ANATHEMA

    I want formula on b1 to plug y on KATAKANA

    Logic
    If 1st letter is equal 5th
    and
    If 2nd letter is equal 6th
    and
    If 4th letter is equal 8th

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,208

    Re: First Letter Equal to Fifth and

    Please Login or Register  to view this content.
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,055

    Re: First Letter Equal to Fifth and

    or:

    =IF(A1="","",IF(AND(MID(A1,1,1)=MID(A1,5,1),MID(A1,2,1)=MID(A1,6,1),MID(A1,4,1)=MID(A1,8,1)),"Y",""))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Forum Contributor
    Join Date
    05-03-2021
    Location
    Nashville
    MS-Off Ver
    MS Office 365
    Posts
    184

    Re: First Letter Equal to Fifth and

    My solution is attached.

    A2 and down is the list you provided above.

    I created a number logic in row 1 (B1, C1, D1, E1)
    B1 you can match numbers base on 15 (1 and 5)
    C1 match numbers on 26 (2 and 6)
    etc.
    then in Cell B2 put =MID($A2,VALUE(LEFT(B$1,1)),1)=MID($A2,VALUE(RIGHT(B$1,1)),1)
    You can copy this down and across and it will reference the numbers in row 1 to know what letters have to match in what position.

    If I missed the mark, upload an example sheet of what you want as an outcome and we can work with that.

    Regards.
    Attached Files Attached Files

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

    Re: First Letter Equal to Fifth and

    Thank you all , working

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,055

    Re: First Letter Equal to Fifth and

    You're welcome & thanks for the feedback!

+ 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] Set Variable Equal To Column Letter
    By SmithStanley1212 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-05-2017, 05:44 AM
  2. [SOLVED] How do I get a letter in one cell ito equal a number in anotherl..
    By Dave Cadey in forum Excel General
    Replies: 7
    Last Post: 09-12-2014, 03:46 PM
  3. [SOLVED] Match letter to table in another tab to equal word
    By unclejemima in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-24-2013, 06:17 PM
  4. Have a value of numbers equal a letter value
    By chompz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-28-2010, 01:32 PM
  5. [SOLVED] a letter equal to a number
    By Grenaa Music school in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-11-2006, 10:40 AM
  6. [SOLVED] how can i make a letter equal 1?
    By Dani in forum Excel General
    Replies: 3
    Last Post: 01-10-2006, 08:10 PM
  7. [SOLVED] Making a letter equal 1 formula
    By Randy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-28-2005, 09:20 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