+ Reply to Thread
Results 1 to 3 of 3

How to ensure only alphabets letters available in the cell without numbers.

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    How to ensure only alphabets letters available in the cell without numbers.

    Hello Friends

    Is there any way only alphabets i.e., letters available in the cell except numbers (Spaces allows).

    For Example. A1 = XYZ, A2 = ABC MNO, in both cells only letters with and without spaces available.

    How to ensure only alphabets letters available in given cell without numbers.

    thanks in advance

    Sekars
    Sekar

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: How to ensure only alphabets letters available in the cell without numbers.

    Please try custom data validation at A1
    this allow only capital letters and space
    =AND((ABS(CODE(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1))-77.5)<13)+(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)=" "))


    this one allow all letters and space
    =AND((ABS(CODE(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1))-93.5)<29)+(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)=" "))

  3. #3
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Re: How to ensure only alphabets letters available in the cell without numbers.

    Formula shows error

+ 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. Replies: 3
    Last Post: 04-28-2018, 03:09 AM
  2. [SOLVED] How to separate numbers and alphabets from a cell
    By jilaba in forum Excel General
    Replies: 1
    Last Post: 05-09-2017, 05:23 AM
  3. Replies: 11
    Last Post: 10-16-2013, 10:21 PM
  4. Extract Alphabets and Numbers from a Cell
    By tahir4awan in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-21-2012, 10:35 PM
  5. Replies: 2
    Last Post: 12-01-2010, 02:29 PM
  6. Replies: 12
    Last Post: 01-13-2008, 05:15 PM
  7. Data Validation to Ensure Like Numbers in Cell A has Same Date in Cell B
    By cansafe in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-11-2008, 02:36 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