+ Reply to Thread
Results 1 to 2 of 2

regex: include split "0=" like "a=" into .pattern

  1. #1
    Forum Contributor
    Join Date
    09-22-2012
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    184

    regex: include split "0=" like "a=" into .pattern

    Hi all,

    Currently I have this data,
    a=1,995.000 b=2,001.000 c=1,994.000 d=1,996.000 e=1,281
    using this code below to split into
    1995, 2001, 1994, 1996, 1281.

    Please Login or Register  to view this content.
    To test the code, place data in K10.

    However, there are non-standard data like,
    0=1,995.000 b=2,001.000 c=1,994.000 d=1,996.000 e=1,281
    will splited into
    0, 1995, 2001, 1994, 1996, 1281.
    Because there is "0=" in the data.

    I would like to include code for excluding "0=" into .pattern.

    Thank you.

    http://www.mrexcel.com/forum/excel-q...ml#post3924809
    Last edited by DavidRoger; 09-02-2014 at 12:47 AM.

  2. #2
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,523

    Re: regex: include split "0=" like "a=" into .pattern

    Please Login or Register  to view this content.

+ 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. How to make a Pivot Table "Top 10" include an "other" category.
    By Melvinrobb in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 09-09-2014, 05:15 AM
  2. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  3. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  4. Help Needed to get Filters Using "Include" and "Exclude" multiple values on one column.
    By alfykunable in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-23-2012, 04:03 AM
  5. [SOLVED] How do I split "A1B2" into "A1" and "B2" using text to column fun.
    By Jennifer in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-02-2005, 06:06 PM

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