+ Reply to Thread
Results 1 to 13 of 13

First 2 words without numeric

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

    First 2 words without numeric

    019 BEBE LADIES TOPS WITH BEADS-NAVY-L
    019 BEBE LADIES TOPS WITH BEADS-NAVY-M
    019 BEBE LADIES TOPS WITH BEADS-PINK-L
    019 BEBE LADIES TOPS WITH BEADS-PINK-XL
    020 JUST CAVALLI LADIES TOPS -LTBLUE-L
    020 JUST CAVALLI LADIES TOPS -LTBLUE-M
    025 JUST CAVALLI LADIES TOPS -GREEN-L
    025 JUST CAVALLI LADIES TOPS -GREEN-M

    Have this on A1 downwards

    Need this on B1 downwards

    BEBE LADIES
    BEBE LADIES
    BEBE LADIES
    BEBE LADIES
    JUST CAVALLI
    JUST CAVALLI
    JUST CAVALLI
    JUST CAVALLI

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: First 2 words without numeric

    try this...
    =TRIM(MID(SUBSTITUTE(A1," ",REPT(" ",250)),250,500))
    copy down

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

    Re: First 2 words without numeric

    Phuocam thanks

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

    Re: First 2 words without numeric

    Does not work for

    ARMANI GENTS CASUAL TROUSER Beige 34
    ARMANI GENTS JEANS Blue 40
    ARMANI GENTS JEANS Black 34
    ARMANI GENTS JEANS Dark Grey 34

    It does not give ARMANI GENTS

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

    Re: First 2 words without numeric

    Some description have numeric as first word and some not

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

    Re: First 2 words without numeric

    019 BEBE LADIES TOPS WITH BEADS-NAVY-L
    019 BEBE LADIES TOPS WITH BEADS-NAVY-M
    020 JUST CAVALLI LADIES TOPS -LTBLUE-L
    020 JUST CAVALLI LADIES TOPS -LTBLUE-M
    ARMANI GENTS JEANS Blue 40
    ARMANI GENTS JEANS Black 34

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

    Re: First 2 words without numeric

    BEBE LADIES
    BEBE LADIES
    JUST CAVALLI
    JUST CAVALLI
    ARMANI GENTS
    ARMANI GENTS

    expected results from above

  8. #8
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: First 2 words without numeric

    try again...
    =TRIM(MID(SUBSTITUTE(A1," ",REPT(" ",250)),IF(ISNUMBER(--LEFT(A1,FIND(" ",A1))),250,1),500))

  9. #9
    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,178

    Re: First 2 words without numeric

    Try

    =IF(ISNUMBER(LEFT(A1,1)+0),TRIM(MID(SUBSTITUTE(A1," ",REPT(" ",250)),250,500)),TRIM(MID(SUBSTITUTE(A1," ",REPT(" ",250)),1,500)))

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

    Re: First 2 words without numeric

    Thank you John , works

  11. #11
    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,178

    Re: First 2 words without numeric

    @Phuocam : neat!

  12. #12
    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,178

    Re: First 2 words without numeric

    Thanks for the feedback.

    Phuocam's formula is "neater" than mine.

  13. #13
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: First 2 words without numeric

    @JohnTopley.
    Thank you!

+ 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] Convert a Numeric value to Words Without Vba
    By HaroonSid in forum Tips and Tutorials
    Replies: 22
    Last Post: 03-02-2022, 03:07 AM
  2. Replies: 7
    Last Post: 02-25-2014, 02:00 AM
  3. Converting words into numeric value
    By tdh885 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-01-2013, 04:43 AM
  4. [SOLVED] convert words to numeric value
    By sekharks in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-29-2013, 03:58 AM
  5. Convert words into a numeric value
    By matric in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-29-2012, 01:56 AM
  6. Converts numeric to words
    By prabathn in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-18-2009, 07:19 AM
  7. Converting numeric values in words
    By raj_lacs in forum Excel General
    Replies: 2
    Last Post: 02-19-2006, 09:25 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