Results 1 to 6 of 6

How Can I: Improve/Condense this CONCATONATE-STYLE formula?

Threaded View

  1. #1
    Registered User
    Join Date
    05-23-2013
    Location
    Brampton, ON
    MS-Off Ver
    Excel 2016
    Posts
    135

    Question How Can I: Improve/Condense this CONCATONATE-STYLE formula?

    I hope that title is not out of line - I don't know how else to phrase the objective.

    Here's what's up:
    1. I have a list of cells that contain ID numbers.
    2. I need to insert that list into a paragraph with a comma between each.
    3. Sometimes there will be blanks in the list

    This is the final output:
    "Please list the following application numbers on the invoice: 101101, 102102, 103103, 104104, 105105, 106106, 107107, 108108, 109109."

    This is the giant formula that I've mustered:
    ="Please list the following application numbers on the invoice: "&IF(ISBLANK(L40),"",(" "&L40))&IF(ISBLANK(J41),"",(", "&J41))&IF(ISBLANK(J42),"",(", "&J42))&IF(ISBLANK(J43),"",(", "&J43))&IF(ISBLANK(J44),"",(", "&J44))&IF(ISBLANK(J45),"",(", "&J45))&IF(ISBLANK(J46),"",(", "&J46))&IF(ISBLANK(J47),"",(", "&J47))&IF(ISBLANK(J48),"",(", "&J48&"."))
    I feel like there's a better way, haha
    Last edited by Sandcastle; 06-15-2015 at 10:10 AM. Reason: beauty

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. concatonate
    By pcor in forum Excel General
    Replies: 4
    Last Post: 03-01-2006, 06:35 PM
  2. Concatonate
    By pcor in forum Excel General
    Replies: 1
    Last Post: 03-01-2006, 06:20 PM
  3. Help to condense a formula
    By N Harkawat in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 07:05 AM
  4. Help to condense a formula
    By GerryK in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  5. Help to condense a formula
    By GerryK in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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