+ Reply to Thread
Results 1 to 4 of 4

Concatenate without zero nominal

  1. #1
    Forum Contributor
    Join Date
    09-07-2015
    Location
    indonesia
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2311 64-bit
    Posts
    171

    Concatenate without zero nominal

    Dear Guys,
    I need to take series number without 0 (zero) from a series of number.
    please help to advise the formula in column A3.
    Attached file for detail. Thank you in advance.

    Without zero.xlsx

    Cheers,
    Wie

  2. #2
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Concatenate without zero nominal

    One way would for instance be (based on inputs in A2:I2),

    =SUBSTITUTE(TRIM(IF(RIGHT(A2,2)<>"/0",A2,"")&" "&IF(RIGHT(B2,2)<>"/0",B2,"")&" "&IF(RIGHT(C2,2)<>"/0",C2,"")&" "&IF(RIGHT(D2,2)<>"/0",D2,"")&" "&IF(RIGHT(E2,2)<>"/0",E2,"")&" "&IF(RIGHT(F2,2)<>"/0",F2,"")&" "&IF(RIGHT(G2,2)<>"/0",G2,"")&" "&IF(RIGHT(H2,2)<>"/0",H2,"")&" "&IF(RIGHT(I2,2)<>"/0",I2,""))," ",", ")

    Another way would be using VBA...

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Concatenate without zero nominal

    Here's a VBA solution, using a UDF that I "borrowed" from Chip Pearson. Open with macros enabled. the syntax is:

    =StringConcat(", ",IF(RIGHT($A$2:$I$2,2)<>"/0",$A$2:$I$2,""),"") and set with CTRL-SHIFT-ENTER. further IF criteria can be added, ifneeded.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Forum Contributor
    Join Date
    09-07-2015
    Location
    indonesia
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2311 64-bit
    Posts
    171

    Re: Concatenate without zero nominal

    Dear Berlan and Glenn,
    That great. thank you for your help.

    Regards,
    Wie

+ 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: 2
    Last Post: 03-27-2012, 10:36 PM
  2. Determining Nominal & Tolerance Values
    By mycon73 in forum Excel General
    Replies: 10
    Last Post: 12-03-2010, 11:27 AM
  3. Creating charts using text/nominal data
    By indibones in forum Excel General
    Replies: 4
    Last Post: 11-24-2010, 12:58 PM
  4. How to summarise column of nominal data
    By jt7747 in forum Excel General
    Replies: 3
    Last Post: 09-26-2010, 08:40 PM
  5. converting nominal value to real value
    By vxg in forum Excel General
    Replies: 16
    Last Post: 08-18-2010, 01:10 PM
  6. Adding up nominal accounts in multiple workbooks
    By Mattk40 in forum Excel General
    Replies: 3
    Last Post: 08-18-2009, 03:04 AM
  7. Vlookup in a range-nominal dollar amounts
    By nhrav in forum Excel General
    Replies: 2
    Last Post: 07-28-2008, 12:53 PM
  8. [SOLVED] creating a graph from nominal (non-numeric) data in Excel?
    By Chris in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 10-01-2005, 10:05 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