+ Reply to Thread
Results 1 to 5 of 5

formula text to column filter $

  1. #1
    Registered User
    Join Date
    12-30-2014
    Location
    jakarta
    MS-Off Ver
    2010
    Posts
    2

    formula text to column filter $

    i have read "Text to Columns but using a formula" in other thread,

    if I Have A1:

    $K$failed OC/IC/SMS$

    how i can filter using formula
    B1: K
    C1: failed OC/IC/SMS

    I do not want to use VBA/code please.

    please help and thanks before

  2. #2
    Registered User
    Join Date
    02-09-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    60

    Re: formula text to column filter $

    Formula on B1: =MID(A1,2,FIND("$",A1,2)-2)
    Formula on C1: =MID(A1,FIND("$",A1,2)+1,FIND("$",A1,FIND("$",A1,2)+1)-FIND("$",A1,2)-1)

    hope this helps.

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: formula text to column filter $

    B1: =trim(left(substitute(a1, "$", rept(" ", 30)), 50))
    c1: =trim(right(substitute(a1, "$", rept(" ", 30)), 50))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Registered User
    Join Date
    12-30-2014
    Location
    usa
    MS-Off Ver
    I
    Posts
    3

    Re: formula text to column filter $

    i have read "Text to Columns but using a formula" in other thread,










    fifa coins

  5. #5
    Registered User
    Join Date
    12-30-2014
    Location
    jakarta
    MS-Off Ver
    2010
    Posts
    2

    Re: formula text to column filter $

    Thanks excelfandoo, jbeaucaore , marryxiao

    Its very helps me

+ 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: 3
    Last Post: 04-09-2020, 09:22 AM
  2. [SOLVED] VBA script to filter column with multiple text strings
    By Metrazal in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-28-2014, 08:59 AM
  3. Filter Column by Text in Cell
    By unifiedac in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-19-2013, 03:07 PM
  4. Replies: 1
    Last Post: 01-21-2013, 01:21 PM
  5. Formula to filter out text in text & numbers in a cell
    By Clueless in UK in forum Excel General
    Replies: 4
    Last Post: 11-24-2011, 07:09 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