+ Reply to Thread
Results 1 to 11 of 11

Mexcel-2010, How to find if there is space between digits and first character/s

  1. #1
    Registered User
    Join Date
    02-03-2019
    Location
    India
    MS-Off Ver
    microsoft offcie professional plus 2010
    Posts
    8

    Mexcel-2010, How to find if there is space between digits and first character/s

    Hi,

    I want to find out entries where I want to check the entries where there is space between digit/s followed by chracters e.g

    12 Ajay Sharma

    I want to find out entries where

    12Ajay Sharma is there out of 50 records. How to find it out?

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    I recommend uploading a small representative sample of your data along with the desired results (which you can enter manually) based on that data.

    To upload an Excel workbook, follow these steps:
    1) Click on "Go Advanced"
    2) Click on "Manage Attachments"
    3) Click on "Choose File"
    4) Choose your file and click on "Open"
    5) Click on "Upload"
    6) Click on "Close this window"

  3. #3
    Registered User
    Join Date
    02-03-2019
    Location
    India
    MS-Off Ver
    microsoft offcie professional plus 2010
    Posts
    8

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    The entries are like these :
    8 Sonali Thakur
    9Rupesh Shah
    10 Rahul Soni
    11 Mohan Mishra
    12 Ajay Sharma
    13Rekha Gupta
    14 Suresh Singh
    15Rohan Thomas

    Out of these entries, i would like to find out entries where Digits are alphabet are not seperated by space (i.e I want to find out entries like 9, 13, 15). The entries are not in sequence. How to do this using find facility

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    You didn't follow the instructions from post #2.

    I was looking for the sample to be in an Excel workbook and for you to include the desired results in that workbook.

    It is not clear to me what you would like to do once you find that 9, 13, and 15.

  5. #5
    Registered User
    Join Date
    02-03-2019
    Location
    India
    MS-Off Ver
    microsoft offcie professional plus 2010
    Posts
    8

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    i hv attached the file. I want to identify entries like the entries on the row no : 2,6,8,11,13 using find and replace facility

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    No file attached.

  7. #7
    Registered User
    Join Date
    02-03-2019
    Location
    India
    MS-Off Ver
    microsoft offcie professional plus 2010
    Posts
    8

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    sorry, PFA.
    Attached Files Attached Files

  8. #8
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    Okay so the sample is in now in Excel. The only thing that we still need to see is the desired results.

    In your Excel workbook, clearly show what it is that you would like to happen then re-upload it.

    Maybe have a before sheet and and after sheet.

  9. #9
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    Here's one way to identify them:

    B1 =ISERROR(LEFT(A1,FIND(" ",A1))+0)

    Drag the formula down column B.

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

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    No idea what you want with that row number or how to display.
    I guess,

    C1 drag down
    =IF(ISERROR(--MID(A1,FIND(" ",A1)-1,1)),ROW(),"")

    B1 for insert space

    =TRIM(REPLACE(A1,MATCH(1,INDEX(-LEFT(A1,{1,2,3}),))+1,0," "))
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    02-03-2019
    Location
    India
    MS-Off Ver
    microsoft offcie professional plus 2010
    Posts
    8

    Re: Mexcel-2010, How to find if there is space between digits and first character/s

    Thank..It helps.

+ 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: 6
    Last Post: 02-03-2019, 06:05 AM
  2. [SOLVED] Separate text with =RIGHT(FIND) based on "space" character
    By behmen in forum Excel General
    Replies: 4
    Last Post: 12-19-2018, 03:51 PM
  3. Replies: 3
    Last Post: 11-13-2018, 02:47 AM
  4. [SOLVED] Delete the first x letters/digits/space of a cell
    By royalB in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-11-2014, 11:12 AM
  5. Find 1st character after a space
    By milo1984 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-07-2013, 09:07 AM
  6. [SOLVED] How to increase space between the digits of a number within a cell ?
    By sktneer in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-14-2013, 04:19 AM
  7. count the number of digits in a cell after the first space
    By Vogelmann in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-09-2012, 08:56 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