+ Reply to Thread
Results 1 to 5 of 5

Title Validation

  1. #1
    Registered User
    Join Date
    01-08-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    56

    Title Validation

    Hi There,

    Request to validate correct title keyed with name or not.

    i have attached a excel where valid title list is given.

    need to automate the validation process where if name is with keyed with title then check if valid title keyed or not.

    if name is without title then produce output as valid

    please let me know if there is any question on the above case

    Regards,
    Ashok
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Title Validation

    Formula for C3

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Registered User
    Join Date
    01-08-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    56

    Re: Title Validation

    thanks for the formula, but it is not solving my purpose completely.

    i would request you to please refer the attached sheet, i have mentioned the valid and invalid title list.

    in the start if customer name contains the title from the list mentioned then produce respective result

    and if nothing found from the list then produce result "valid"

    Regards,
    Ashok
    Attached Files Attached Files

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Title Validation

    Hello ashok0141,

    This formula worked for me...

    =IF(ISBLANK(B3),"",IFERROR(VLOOKUP(LEFT(B3,SEARCH(" ",B3)-1),$J$3:$K$16,2,FALSE),"Invalid"))
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  5. #5
    Registered User
    Join Date
    01-08-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    56

    Re: Title Validation

    just need to modify the formula if name is keyed without any tittle from the range J3:J16 then it should produce "valid"


    if we use the same formula for names mentioned in B12 and B14, it produces "invalid" but it should produce "valid".

    Regards,
    Ashok

+ 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. Title Validation
    By ashok0141 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-06-2018, 07:22 AM
  2. [SOLVED] Search a sheet for a song title and return Album title
    By A440 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-28-2016, 10:19 AM
  3. Replies: 4
    Last Post: 09-24-2016, 10:28 AM
  4. Replies: 0
    Last Post: 09-22-2016, 02:36 PM
  5. Data Validation Title Alert Message when copying a sheet
    By erko in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-08-2015, 04:41 PM
  6. Replies: 12
    Last Post: 08-10-2012, 05:11 PM
  7. [SOLVED] Named range=Column title,comumn title in cellB6 use B6in equation
    By Graham in forum Excel General
    Replies: 2
    Last Post: 07-21-2006, 05:10 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