TextJoin Formula

Richard2542

Board Regular
Joined
Apr 27, 2017
Messages
102
Office Version
  1. 365
  2. 2013
I am attempting to combine 2 adjacent columns of data into 1 text string (see attachment) using the TextJoin formula - I need to separate each combined result with a semi-colon.
 

Attachments

  • TextJoin Formula.jpg
    TextJoin Formula.jpg
    66.3 KB · Views: 10
What do you mean? It does include the player name.
 
Upvote 0

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Fluff...excellent - sorry to be such a "pain", but 1 last request is to sort by Rank and display results as shown in attachment.
TextJoin Formula 2.jpg
 
Upvote 0
Can you post some sample data.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
This works, I'd like to include Player Name -
Fluff, I'm having issues with the XL2BB upload; my best shot is to attach the image - I just need to include the Player Name then Rank the Players by Total wins
 

Attachments

  • TextJoin Formula 2.jpg
    TextJoin Formula 2.jpg
    82.7 KB · Views: 1
Upvote 0
In that case can you jus copy paste straight from Excel onto the board.
 
Upvote 0
Text Join Formula
Question: create and sort TextJoin formula (results shown in A16)
Total WinsRank
Player​
Combined​
Formula: D6:D10​
1191
Richard J​
1 - Richard J​
=IF(B6="","",B6&" - "&C6)
1074
Dave B​
4 - Dave B​
1113
Larry S​
3 - Larry S​
1152
Jim F​
2 - Jim F​
Adjusted Formula:
=TEXTJOIN("; ",,SORT(A6:A9&" - "&B6:B9))​
107 - 4; 111 - 3; 115 - 2; 119 - 1​
Preferred List shown by Rank (based on Total Wins)
(1) Ricard J - 119 (2) Jim F - 115 (3) Larry S - 111 (4) Dave B - 107​
 
Upvote 0
You're welcome & thanks for the feedback.
Fluff...I've been trying add a space between total wins and the next rank...i have tried everything - no luck (I'm trying to show more separation between each player (this is not a big deal, however, graphically it might be easier to read..
 
Upvote 0

Forum statistics

Threads
1,215,640
Messages
6,125,974
Members
449,276
Latest member
surendra75

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top