+ Reply to Thread
Results 1 to 5 of 5

Concatenate ignoring cell = 0 + text

  1. #1
    Forum Contributor
    Join Date
    10-18-2017
    Location
    london
    MS-Off Ver
    2007
    Posts
    152

    Concatenate ignoring cell = 0 + text

    Hi my friends
    not find formula for concatenate cell that contain number and text > 0

    xlsx in attachament

    thanks...
    Attached Files Attached Files

  2. #2
    Forum Expert Greg M's Avatar
    Join Date
    08-16-2007
    Location
    Dublin. Ireland
    MS-Off Ver
    Office 2016
    Posts
    4,481

    Re: Concatenate ignoring cell = 0 + text

    Hi there,

    It's a bit long-winded, but the following formula seems to do what you want:

    Please Login or Register  to view this content.
    The formula assumes that if the last two characters in a cell are " 0" then the contents of that cell should be ignored.


    Hope this helps,

    Regards,

    Greg M

  3. #3
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Concatenate ignoring cell = 0 + text

    try this one
    =MID(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(CONCATENATE(A5,",",B5,",",C5,",",D5,",",E5,",",F5,",",G5,",",H5,",",I5,",",J5),"text 0",""),",",),"text",",text"),2,1000)

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Concatenate ignoring cell = 0 + text

    It quite tough make these type thing with formula's BTW yes you can do it with multiple if conditions as post #2 shows but you can do this with fully dynamic with formulas.

    K5
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Copy above formula towards column T

    U5
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Excel 2016 (Windows) 64 bit
    A
    B
    C
    D
    E
    F
    G
    H
    I
    J
    K
    L
    M
    N
    O
    P
    Q
    R
    S
    T
    U
    4
    Result
    5
    text 2 text 10 text 0 text 0 text 0 text 0 text 0 text 0 text 0 text 33 text 2 text 10 text 33 text 2, text 10, text 33
    6
    Sheet: Sheet1
    Hope this would help you !!!

    Note yellow header show helper columns
    Last edited by shukla.ankur281190; 02-11-2019 at 08:11 AM. Reason: Note pasted
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  5. #5
    Forum Contributor
    Join Date
    10-18-2017
    Location
    london
    MS-Off Ver
    2007
    Posts
    152

    Re: Concatenate ignoring cell = 0 + text

    work Ghozi...
    thanksss...

+ 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] VBA to concatenate text with other cell based on value
    By AndersThyme in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-04-2018, 07:04 AM
  2. Replies: 2
    Last Post: 07-26-2017, 12:14 AM
  3. Concatenate text based on cell value
    By jaimealvarez in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-20-2014, 09:29 AM
  4. Ignoring Text in a cell
    By Dawsman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-03-2014, 10:33 AM
  5. concatenate and add text only if second cell is not blank
    By Mosborne1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-11-2011, 12:59 PM
  6. Replies: 8
    Last Post: 11-02-2010, 09:51 AM
  7. ignoring text in cell references
    By lingeringfinish in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-21-2010, 09:16 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