Close Menu
Computing.net
    Facebook X (Twitter) Instagram
    Computing.netComputing.net
    • News
      1. AI
      2. Crypto
      3. Gaming
      4. Hardware
      5. Security
      6. Software
      7. View All

      Anthropic’s COBOL Automation Tool Triggers IBM Stock Plunge and Crypto Market Decline

      February 24, 2026

      AI Trading Bot Loses $441K in Crypto After Decimal Point Mistake

      February 23, 2026

      Tesla (TSLA) Stock: Goodbye Sedans, Hello Robots in Dramatic Production Shift

      January 29, 2026

      Palantir Technologies (PLTR) Stock: Why Bears May Be Wrong About Valuation Concerns

      January 29, 2026

      SUI Token Rallies 40% Following Major Staking Event and CME Futures Announcement

      May 12, 2026

      Chainlink (LINK) Surges to $10.40 as Network Activity Hits Eight-Month Peak

      May 12, 2026

      Dogecoin Whales Ramp Up Accumulation as DOGE Eyes Critical Breakout Levels

      May 12, 2026

      Bitcoin Holds $81K While Burry Flags Nasdaq Bubble and Oil Surges Past $105

      May 12, 2026

      Hamster Kombat: Unraveling TON’s Gaming Phenomenon

      August 7, 2024

      W-Coin: Exploring the Latest Telegram Tap-to-Earn Phenomenon

      August 7, 2024

      Hamster Kombat: 300 Million Players & Counting, HMSTR Token Airdrop Soon!

      July 31, 2024

      Hamster Kombat Developers Work with TON Team on Airdrop Solution

      July 30, 2024

      Nothing Expands Product Line with New AI Feature & Phone Update

      July 31, 2024

      Security Audit Reveals Concerns in Atari’s Blockchain Game on Base

      August 6, 2024

      SideWinder Group Targets Maritime Facilities in New Cyber Espionage Campaign

      July 30, 2024

      OAuth Implementation Flaw Exposes Millions of Websites to XSS Attacks

      July 30, 2024

      Hamster Kombat Players Face Growing Cybersecurity Threats

      July 25, 2024

      Anthropic’s COBOL Automation Tool Triggers IBM Stock Plunge and Crypto Market Decline

      February 24, 2026

      Cookie Crumble: Google Halts Plans to Eliminate Third-Party Cookies in Chrome

      July 23, 2024

      Big Brother is Watching: Apple’s Creepy New Ad Urges iPhone Users to Ditch Chrome

      July 23, 2024

      Nvidia Stock Soars to New Record at $219.44 Ahead of May 20 Earnings

      May 12, 2026

      Rocket Lab Shares Surge Past $120 Following Wave of Analyst Upgrades

      May 12, 2026

      GM Shares Decline Following 600 IT Layoffs Amid Strategic AI Workforce Transformation

      May 12, 2026

      SES Delivers €847M Q1 Performance as Intelsat Integration and Aviation Deals Fuel Expansion

      May 12, 2026
    • How To

      Batch Files: Tokens and Delimiters (FOR Loops)

      July 31, 2024

      Types of Ethernet Cabling & Electrical Low Voltage Wiring

      July 9, 2024

      What You Should Know About .JSON File Extension

      January 10, 2023

      Bkup File Extension

      November 19, 2022

      HEIC File Extension

      November 19, 2022
    • Office
      1. Excel
      2. Google Sheets
      3. View All

      How to Convert Column List to Comma Separated List in Excel

      July 24, 2024

      How to Find the Last Monday of the Month in Excel

      July 24, 2024

      Convert Bytes to MB or GB in Excel: 3 Methods!

      July 24, 2024

      How to Remove Characters from Right in Excel

      July 30, 2023

      How to Subtract in Google Sheets: Complete Guide

      July 31, 2024

      Bullet Points in Google Sheets

      January 20, 2022

      Sort by Date in Google Sheets

      January 18, 2022

      Google Sheets Timestamp

      January 17, 2022

      How to Subtract in Google Sheets: Complete Guide

      July 31, 2024

      How to Convert Column List to Comma Separated List in Excel

      July 24, 2024

      How to Find the Last Monday of the Month in Excel

      July 24, 2024

      Convert Bytes to MB or GB in Excel: 3 Methods!

      July 24, 2024
    • Answers
    • About
    • Contact
    Facebook X (Twitter)
    Computing.net
    Excel

    How to Convert Column List to Comma Separated List in Excel

    The article outlines four techniques to transform column lists into comma-separated lists in Excel using built-in functions, VBA, and add-ins.
    Ovo OdiokoBy Ovo OdiokoJuly 24, 2024
    Twitter LinkedIn Email Telegram
    Twitter LinkedIn Email Telegram

    Excel has a lot of features that make it unique and useful for data organization and analysis.

    One of the many things that can be done in Excel is converting a column list to a comma-separated list.

    The TEXTJOIN function, CONCATENATE function, or executing a VBA in excel are all ways that this can be accomplished.

    In this article, we will be reviewing these three proven and easy methods by which you can convert a column list of data to a list separated by an operator.

    Before we move on, let’s review some of the advantages of converting column lists to comma-separated lists in excel:

    • For programmers, they may not necessarily need their dataset in a column-like form but will need it more in a comma-separated format. This is a feature in excel that is extremely favorable for programmers.
    • In a project, data presentation can be required in any format and so having this knowledge of converting column lists to comma-separated lists goes a long way in improving data presentation skills.
    • Also in data presentation, showing your data in both column list format and comma-separated list format goes a long way in proving versatility for the user and helps to present data to the consumers or clients in various preferred formats.
    • When transferring or copying data from excel to Microsoft word, you might need to copy it in the comma-separated format because Microsoft word is not table-oriented unless you draw one, but excel layout is a spreadsheet that is in the form of many tables.

    Having highlighted some of the advantages of converting column lists to comma-separated lists, let’s now go into the various methods that can be harnessed to make this a reality.

    Contents:

    Toggle
    • Here’s how to Convert Column List to Comma Separated List in Excel
    • Using the TEXTJOIN Function
    • Using the CONCATENATE Function
    • Using Visual Basic for Applications (VBA)
    • Using Kutools For Excel
    • Conclusion

    Here’s how to Convert Column List to Comma Separated List in Excel

    Using the TEXTJOIN Function

    With a defined delimiter, the TEXTJOIN function in excel joins several data from a row, span of cells, or column.

    It is worthy of note however that the TEXTJOIN function is majorly available for use in excel for office 365, 2019 Excel, and then 2021 Excel packages.

    Now please follow carefully as I walk you through how to use this function.

    • Select a blank cell, such as cell C2 and type the formula =TEXTJOIN to convert a column list to a separated comma-separated list (“,“,TRUE,A1:A8).
    • On applying this formula to the dataset, column A1:A8 will be converted to a comma-separated list, and “,” shows how the list will be separated.

    Below is an illustration of a column dataset that was converted to a comma-separated list using the formula below:

    =TEXTJOIN(",",TRUE,A2:A8)

     

    Please take note of the TEXTJOIN function string, the bracket to be used is () and not {}.

    The implication of imputing something else into the string is that it won’t work at all.

    Though excel is not case sensitive if the text strings are used wrongly, there will be no result.

     

    Using the CONCATENATE Function

    Like I said earlier, the CONCATENATE function is also very useful in converting a column dataset to one separated by a comma.

    The following steps are applicable when working with this method.

    Step 1: Mark a blank cell adjacent to the list’s first data, such as C2, and type =CONCATENATE(TRANSPOSE(A2:A8)& ”,”) into it. The column A2:A8 will be converted to a comma-serrated list, and the separator “,” will be used to separate the list.

    Step 2: Now the next step is to mark TRANSPOSE(A2:A8)&”,” and then press F9.

    On pressing F9, the TRANSPOSE(A2:A8)&”,” that you marked earlier will change to your dataset separated by commas but still within two brackets. The two brackets look like this ({}).

    Step 3: You then erase the curly {} bracket and tap the enter button on the keyboard.

    On doing this, you will be shown your dataset in a list separated by a comma accordingly.

     

    Following sequentially all the steps above, we arrive at a destination of significance, that is, seeing all our column values being converted to a cell list separated by a comma.

    The pictorial representation of the steps highlighted so far is seen above.

    Please note that the CONCATENATE function only works when it’s properly imputed.

    Take note of all the symbols in the text string and also pay attention to the marking of the TRANSPOSE(A2:A8)&”,”.

    It’s meant to be marked alone and not the brackets with it, if the brackets are marked or highlighted with it, it won’t execute.

     

    Using Visual Basic for Applications (VBA)

    Another very useful method of converting column lists to comma-separated ones in excel other than the CONCATENATE function is using VBA. Highlight the dataset range you wish to convert, and follow these simple steps.

    Step 1: To open a Microsoft visual basic for application window, press down the ALT key and press F11 on the keyboard.

    Step 2: To paste the VBA string in the module, click on insert>module

    Below is the VBA string, you can copy it into your module from here

    Sub ChangeRange()
    'Updateby20220309
    Dim rng As Range
    Dim InputRng As Range, OutRng As Range
    xTitleId = "Excel Book"
    Set InputRng = Application.Selection
    Set InputRng = Application.InputBox("Range :", xTitleId, InputRng.Address, Type:=8)
    Set OutRng = Application.InputBox("Out put to (single cell):", xTitleId, Type:=8)
    outStr = ""
    For Each rng In InputRng
    If outStr = "" Then
    outStr = rng.Value
    Else
    outStr = outStr & "," & rng.Value
    End If
    Next
    OutRng.Value = outStr
    End Sub

    Step 3: After you have copied this string into your module, you then press the F5 button and click on “Run” to run the string.

    Step 3: You then see the column list you want to convert displayed (which was previously highlighted before running Microsoft VBA) as a dialog on the screen.

    Click on the Excel spreadsheet to verify the highlighted dataset range is correctly shown in the dialog box.

    Step 4: After clicking the OK button, you then proceed to select the cell you want your converted list to appear on the spreadsheet.

    Step 5: Finally, you click on the OK button once again, and then you have your column list all converted to a comma-separated list.

    Now please take note that the VBA method can be a bit stressful if you do not write the code correctly, you will have to trace your work and see where the mistake is.

    A single mistake of not putting “&” where it’s meant to be will cause a problem and the program will not run at all.

    To avoid error and stress, copy the one I have provided in this piece and then paste it into your VBA module following the other steps meticulously, you will most surely get results.

    Like I said earlier, programmers may like this method more, but then it can be used by all as long as the steps are followed.

     

    Using Kutools For Excel

    Kutools for Excel is a powerful add-in for Excel with the capability of simplifying various complex tasks using its advanced features. It is not available in Excel by default. Just as we have converted column lists to comma-separated lists in Excel using various methods, we can also use Kutools for Excel to obtain the same result without losing any data. This can be achieved following these simple steps:

    Step 1: Highlight the dataset range you wish to convert, click on the following in the order: Kutools – Merge & Split – Combine Rows, Columns or Cells without Losing Data.

     

    This opens a dialog box where you can configure how to combine rows and columns.

    Step 2: In the dialog box, make the following selections:

    • Click on Combine rows
    • Click on Other separator, and type in a comma “,” in the following box
    • Click on Delete contents of combined cells
    • Click on Apply
    • Click on OK

    Following sequentially the simple steps above, all our column values become converted to a cell list separated by a comma. Using Kutools, this can also be reverted to columns again if needed.

     

    Conclusion

    You are now knowledgeable in converting column lists to comma-separated lists in excel.

    These four simple and easy-to-model methods have been highlighted and thoroughly explained: the TEXTJOIN function method, the CONCATENATE function method,  VBA code string, and Kutools for Excel.

    Whichever of these methods, when correctly applied, will give a similar result.

    Share. Twitter LinkedIn Email Telegram
    Avatar photo
    Ovo Odioko
    • Website
    • LinkedIn

    Ovo is a highly specialized Computer and Networking Expert with experience in Windows, Cisco, Microsoft Office (Excel, Word, etc) and Networking engineering. Ovo is a creative, team player that loves sharing his experience with technology with readers to follow along. He has great attention to detail when discussing various technologies, tutorials and guides.

    Related Posts

    How to Find the Last Monday of the Month in Excel

    July 24, 2024

    Convert Bytes to MB or GB in Excel: 3 Methods!

    July 24, 2024

    How to Remove Characters from Right in Excel

    July 30, 2023

    How to Create a Stem and Leaf Plot in Excel

    January 10, 2023

    How to Remove Macros From an Excel Workbook

    January 10, 2023

    How to Remove Characters from a String in Excel

    January 10, 2023
    Add A Comment

    Comments are closed.

    Latest

    Nvidia Stock Soars to New Record at $219.44 Ahead of May 20 Earnings

    May 12, 2026

    Rocket Lab Shares Surge Past $120 Following Wave of Analyst Upgrades

    May 12, 2026

    GM Shares Decline Following 600 IT Layoffs Amid Strategic AI Workforce Transformation

    May 12, 2026

    SES Delivers €847M Q1 Performance as Intelsat Integration and Aviation Deals Fuel Expansion

    May 12, 2026

    Trump Dismisses Iran Peace Proposal — Oil Markets React as Hormuz Remains Restricted

    May 12, 2026
    • Facebook
    • Twitter

    Latest Reviews

    Meta Platforms Shares Tumble 8% Despite Strong Q1 Performance Amid AI Investment Surge

    April 30, 2026

    Flush.com Review: Casino & Sportsbook With 275% Welcome Bonus

    March 7, 2026

    Katsubet Review: Crypto Casino With 300% Welcome Bonus & Free Spins

    March 7, 2026

    7Bit Review: Crypto Casino With 325% Bonus & 250 FS

    March 7, 2026

    Mega Dice Review: Crypto Casino With 200% Bonus & 50 Free Spins, Legit?

    March 7, 2026


    Home / Privacy Policy / Terms & Conditions

    Computing.net © 1996 - 2026 Kooc Media Ltd. All rights reserved. Registered Company No.05695741

    Type above and press Enter to search. Press Esc to cancel.