Merge Data Using CONCATENATE or TEXTJOIN

Merge Data Using CONCATENATE or TEXTJOIN

Efficiently merging and manipulating data is a critical skill in finance. Combining information from various sources is a constant challenge for professionals who generate reports and conduct analyses. 

Fortunately, Microsoft Excel offers two functions to merge data: CONCATENATE and TEXTJOIN. Below, we will explore their utility in financial data management. You can also find an investment banking dataset to help you practice and apply the concepts discussed here.

 

Understanding CONCATENATE

The CONCATENATE function in Excel is a tool for combining texts from multiple cells into a single cell. The function is essential for creating unique identifiers, merging client data, or generating comprehensive reports.

The syntax for CONCATENATE is:

=CONCATENATE(text1, [text2], …)

Here, “text1” represents the first item to be merged, while “[text2]” and any subsequent arguments are optional additional items. 

Let’s consider a practical example using our investment banking dataset. Suppose you combine investors’ first and last names for more transparent financial documentation. 

You can do so by using the following formula:

=CONCATENATE(A2, ” “, B2)

In the above example, A2 contains the first name, B2 contains the last name, and the space in quotes (” “) adds a separator between the two. By dragging the formula down the column, you can quickly merge the names of all investors in your dataset.

Another everyday use case in finance is merging city and country information to view client locations comprehensively. Assuming the city is in column D and the country in column E, you can use CONCATENATE as follows:

=CONCATENATE(D2, “, “, E2)

The above formula combines the city and country with a comma and space separator, resulting in a merged location format such as “New York, USA.”

Exploring TEXTJOIN

Although CONCATENATE is a valuable function, it may come with limitations when working with complex merging scenarios. Luckily, Excel 2019 introduced the TEXTJOIN function, which allows for concatenating text strings with a specified delimiter and the option to ignore empty cells. 

The syntax for TEXTJOIN is as follows:

=TEXTJOIN(delimiter, ignore_empty, text1, [text2], …)

Where:

  • The ‘delimiter‘ argument specifies the character or string between each merged item. For example, a comma as the delimiter will separate each item with a comma.
  • The ‘ignore_empty‘ argument decides if empty cells should be included in the merged result (TRUE/FALSE). 
  • If set to TRUE, empty cells will be skipped. 

Let’s explore a practical example using our investment banking dataset. Create a formatted list of investment types for a client using columns F-J; some cells may be empty.

You can use TEXTJOIN to create a consolidated list as follows:

=TEXTJOIN(“, “, TRUE, F2:H2)

The formula sets the delimiter to comma and space and skips empty cells to display a formatted list of investment types.

Combining investment amounts with their corresponding types can be quickly done using the TEXTJOIN function. Assuming the investment amounts are in columns H through K, you can use the following formula:

=TEXTJOIN(“, “, TRUE, “Amount Invested: $” & SUM(H:H), “Stocks: $” & SUM(I:I), “Bonds: $” & SUM(J:J), “Mutual Funds: $” & SUM(K:K))

The above formula concatenates each investment type with its corresponding amount, separated by a colon and a dollar sign. The result will provide a clear overview of the client’s investment allocations:

  • Amount Invested: $410
  • Stocks: $100
  • Bonds: $72
  • Mutual Funds: $160

Download Excel Template

Download Template

Download Template

Merge Data Using CONCATENATE or TEXTJOIN

Try Macabacus for free to accelerate financial modeling in Excel.

Comparison Between CONCATENATE and TEXTJOIN

CONCATENATE and TEXTJOIN are Excel functions used to merge data. The difference is that CONCATENATE requires the delimiter to be manually included between items. Meanwhile, TEXTJOIN allows you to specify the delimiter once and apply it automatically. It makes TEXTJOIN more efficient for handling large amounts of data.

Use TEXTJOIN to merge cells without unwanted spaces. The ‘ignore_empty’ argument lets you include or exclude empty cells from the merged output. Such a feature is helpful for financial datasets.

Finance professionals can improve efficiency and readability by switching from CONCATENATE to TEXTJOIN. TEXTJOIN is available in Excel 2019 and Excel for Microsoft 365. For earlier versions of Excel, use other functions like IF and ISBLANK.

Advanced Usage Tips

Mastering the use of CONCATENATE and TEXTJOIN with finance functions like XLOOKUP can significantly enhance your data merging capabilities. XLOOKUP is a powerful tool for locating and retrieving data from a table or range. Combined with CONCATENATE or TEXTJOIN, it becomes a dynamic data-merging solution based on your specific criteria.

To create dynamic reports from a table of client information with columns for client ID, name, and investment type, you can use XLOOKUP to find the investment type for a specific client ID and merge it with other relevant data using CONCATENATE or TEXTJOIN. It enables your reports to update automatically based on the selected client.

Combine TEXTJOIN with SUMIF/SUMIFS for efficient and readable complex data aggregation in Excel.

Optimizing performance is crucial when working with large financial datasets. Use helper columns, break down data into smaller chunks, and use named ranges or tables for easier reference and maintenance.

Troubleshooting Common Issues

Even with the power of CONCATENATE and TEXTJOIN, there are common pitfalls that finance professionals may encounter when merging data. One issue is ensuring data accuracy and consistency. Before merging financial records, it’s crucial to validate and clean your data to avoid propagating errors or inconsistencies. It may involve using data validation techniques, removing duplicates, or standardizing formats.

Another challenge is maintaining scalable and readable financial models in Excel. As your data merging tasks become more complex, it’s essential to structure your workbook in a way that promotes clarity and ease of use. It can include using named ranges for frequently referenced data, organizing your worksheets logically, and providing clear documentation or comments for complex formulas.

If you encounter unexpected results or errors when using CONCATENATE or TEXTJOIN, there are a few troubleshooting steps you can take. First, double-check your syntax and ensure that you already included all the necessary arguments. Pay close attention to the placement of commas, quotation marks, and parentheses. If you’re working with text that contains special characters or delimiters, make sure to use appropriate text qualifiers or escape characters to avoid conflicts.

Another common issue is dealing with leading or trailing spaces in merged data. To remove unwanted spaces, you can wrap your CONCATENATE or TEXTJOIN formulas with the TRIM function, which eliminates any extra spaces from the beginning and end of the merged result.

Conclusion

In conclusion, CONCATENATE and TEXTJOIN are indispensable tools for finance professionals looking to streamline their data merging tasks in Excel. By mastering the said functions, you can efficiently combine information from various sources, generate comprehensive reports, and perform in-depth analyses. The real-world case studies presented above demonstrate the versatility and power of both functions in the context of portfolio management, client reporting, and risk analysis.

To further enhance your skills and accelerate your professional growth, we encourage you to use the provided investment banking dataset and practice applying the concepts discussed above. Experiment with different merging scenarios, integrate CONCATENATE and TEXTJOIN with other essential Excel functions, and explore ways to optimize your financial models for performance and readability.

As you incorporate the techniques into your daily workflow, consider exploring Macabacus to elevate your productivity further. Macabacus offers specialized tools that enhance Excel capabilities and ensure seamless integration with PowerPoint and Word, perfect for finance and banking professionals committed to precision and efficiency. Discover how Macabacus can help you save time, maintain document consistency, and meet high brand compliance standards!

Build Models & Decks 10x Faster with Macabacus

Gain access to 100+ shortcuts, formula auditing visualizations, easy Excel-to-PowerPoint linking, and productivity tools to build models and presentations faster than ever.

Discover more topics

Download The State of M&A Transactions
Download this report for expert guidance on innovative structures, cost-effective financing, and antitrust strategies to accelerate deals.
Read more
DCF Excel Template
Elevate your investment analysis with our free DCF model template. Understand discounted cash flow principles and perform accurate valuations in Excel.
Read more
Operating Model Excel Template
Download our free operating model Excel template. Forecast revenue, expenses, and key financial metrics for better decision-making.
Read more
LBO Excel Model
Try LBO modeling with our comprehensive Excel template. Understand key concepts, calculate returns, and gain actionable insights.
Read more