+ Reply to Thread
Results 1 to 2 of 2

Data validation combine two conditions

  1. #1
    Registered User
    Join Date
    01-05-2014
    Location
    London, England
    MS-Off Ver
    Excel 20010
    Posts
    28

    Data validation combine two conditions

    I am stuggling to combine two data validation conditions I want Firstname and Surname both to start with a capital letter with a space between and no punctuation except a hyphen e.g. Albert Einstein
    Both these formulas work independantly
    1st '=AND(ISNUMBER(FIND(" ",A1)),CODE(LEFT(A1,1))>64, CODE(LEFT(A1,1))<91, CODE(MID(A1,FIND(" ",A1)+1,1))>64,CODE(MID(A1,FIND(" ",A1)+1,1))<91)
    2nd '=SUMPRODUCT(SEARCH(MID(A2,ROW(INDIRECT("1:"&LEN(A2))),1),"abcdefghijklmnopqrstuvwxyz -"))

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,175

    Re: Data validation combine two conditions

    Try this ...

    =1st *2nd

+ 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] I need help to combine and sum rows of data in excel dependent on 3 conditions
    By limbago in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-06-2014, 10:08 AM
  2. Combine 2 Rows of Data If Conditions are Met
    By jsolder in forum Excel General
    Replies: 3
    Last Post: 01-18-2013, 07:13 AM
  3. Combine 2 Rows of Data If Conditions are Met
    By jsolder in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-17-2013, 04:57 AM
  4. Combine data from multiple sheets with conditions
    By luckyk in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-28-2012, 11:20 AM
  5. [SOLVED] 2 conditions in Data Validation
    By Spark1983 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-12-2012, 12:40 PM
  6. Combine data from several worksheets into one with conditions
    By Chengo in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-04-2012, 02:26 AM
  7. Data validation with conditions
    By mingali in forum Excel General
    Replies: 1
    Last Post: 08-07-2010, 02:40 AM
  8. Data Validation Combine Functions
    By Paul Moles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-05-2006, 10:20 AM

Tags for this Thread

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