What the function - TEXTJOIN in Excel + 3 Advanced Examples

  Рет қаралды 8,871

Chandoo

Chandoo

4 жыл бұрын

Welcome to episode 2 of What the Function. We will learn about TEXTJOIN() function in Excel.
Use TEXTJOIN to combine a bunch of text values with delimiter in Excel. The simple usage is
=TEXTJOIN(delimiter, ignore_missing_values, your range of inputs)
For ex: you can use =TEXTJOIN(", ", true, A1:A5) to combine values in range A1 to A5 in comma separated format.
TEXTJOIN is an alternative to CONCATENATE function.
For more details and example file, visit
chandoo.org/wp/textjoin-funct...
#textjoin() #CombineTextValuesExcel

Пікірлер: 55
@blackinktraining9810
@blackinktraining9810 3 жыл бұрын
Great video. It's hard to believe there are so many un-tapped functions in Excel.
@sarva0483
@sarva0483 4 жыл бұрын
this is like pearl inside the shell ! thanks for letting us know.
@zakaria9821
@zakaria9821 4 жыл бұрын
Effective as usual! Thanks!
@rajanghadi2337
@rajanghadi2337 4 жыл бұрын
I used =MID(H4,SEQUENCE(LEN(H4)),1) to split each character in rows and =MID(H4,SEQUENCE(,LEN(H4)),1) to split each character in columns. Thank you for this video
@chandoo_
@chandoo_ 4 жыл бұрын
Yes, I would use SEQUENCE too as it is easier than 21-ROW() technique.
@rahulchopra2030
@rahulchopra2030 4 жыл бұрын
Brilliant explanation sir . A good alternative for concatenate
@wayneedmondson1065
@wayneedmondson1065 3 жыл бұрын
Hi Chandoo.. thanks for this fun video on some different ways to use TEXTJOIN. I like the text reversal formula with MID and SEQUENCE. Great ideas.. Thumbs up!!
@maheshsanghani6380
@maheshsanghani6380 2 жыл бұрын
Sir Thanks for teaching in a nice way .
@PaulaWeb3andCrypto
@PaulaWeb3andCrypto 4 жыл бұрын
awesome - great video, and the weather looks awaesome
@chandoo_
@chandoo_ 4 жыл бұрын
It has been a great week so far. :)
@dhunpagla3871
@dhunpagla3871 4 жыл бұрын
Mr Chandoo you are really Khurapati in excel 👌🙂
@chandoo_
@chandoo_ 4 жыл бұрын
Not sure if that means crazy... but I will take it :D
@dhunpagla3871
@dhunpagla3871 4 жыл бұрын
@@chandoo_ you are absolutely correct Mr Chandoo ...it is crazy 🙂👌 & suits you 😎
@mguru1982
@mguru1982 Жыл бұрын
as usual, u r awsom
@SandeepSharma-md2ex
@SandeepSharma-md2ex 10 сағат бұрын
Pls make a video how can I subtotal only negative values in using subtotal formula
@SandeepSharma-md2ex
@SandeepSharma-md2ex 10 сағат бұрын
Awesome like you..
@90hsilva
@90hsilva 4 жыл бұрын
Very good tips, thanks
@chandoo_
@chandoo_ 4 жыл бұрын
Glad it was helpful!
@gagansingh3481
@gagansingh3481 2 жыл бұрын
Awesome Chnadoo
@chandoo_
@chandoo_ 2 жыл бұрын
Thanks 🤗
@hazemali382
@hazemali382 3 жыл бұрын
Wow more than great ♥
@chandoo_
@chandoo_ 3 жыл бұрын
Thanks Hazem.
@The_1two3
@The_1two3 2 жыл бұрын
U r really awesome 😎.
@chandoo_
@chandoo_ 2 жыл бұрын
Thank you so much 😀
@taizoondean689
@taizoondean689 3 жыл бұрын
Thanks bro
@chandoo_
@chandoo_ 3 жыл бұрын
Welcome
@redhaakhund1271
@redhaakhund1271 3 жыл бұрын
Supper 👍👍👍👍👍
@chandoo_
@chandoo_ 3 жыл бұрын
Thanks 🤗
@kanchanprajapati7228
@kanchanprajapati7228 3 ай бұрын
Please provide the practice materials for this topics
@joedaguro
@joedaguro 2 жыл бұрын
Very helpful, i need help on my data on network folder: (1) when I move to another pc station, it returns connection error unless I manually edit (2) rows is mixed with rows of either comments or numbers but independent cell (note: they are usually in same column), i need the numbers only. Thank you👌🙏
@chandoo_
@chandoo_ 2 жыл бұрын
You can use parameters in PQ to set folder path. For cleaning data, just use split or extract options in PQ. See this video if you are new to PQ and want to understand how to use it - kzbin.info/www/bejne/hpqpcpSVn8-Ue6s
@manishtare
@manishtare 3 жыл бұрын
I am using flashfill feature insted any other commands. That is more convenient to use.
@chandoo_
@chandoo_ 3 жыл бұрын
Flash fill is very easy to use, but manual. So if your data changes, make sure to press CTRL+E to redo the flashfill.
@saxena1955
@saxena1955 3 жыл бұрын
Hi Chandoo, Coded Output How we can do it in Office 2013 as array function is not available there?
@eloytama9193
@eloytama9193 2 жыл бұрын
Wonder if anyone knows how to text to join certain rows that are excluding a certain highlight [im filtering them to show green] currently am able to get all of the rows/columns but unable to exclude certain ones if unchecked
@hemanthkumar4870
@hemanthkumar4870 4 жыл бұрын
Wow... very useful Apart from that..I love your beard...
@chandoo_
@chandoo_ 4 жыл бұрын
Thanks! 🧔🧔🧔
@venkatiyer7459
@venkatiyer7459 4 жыл бұрын
Excellent as usual Sir.... I am using Excel 2013... your trick for mid with row() is not working for me ... I don't know where I am making mistake... for me it's homework as such ... Thanks
@chandoo_
@chandoo_ 4 жыл бұрын
Hi Venkat.. Thank you. You can use MID & ROW to convert text to an array in 2013, but you will not be able to use TEXTJOIN as it is a new function in 2016 Excel.
@venkatiyer7459
@venkatiyer7459 4 жыл бұрын
@@chandoo_ Sir I tried my best ... copied the formula =MID(B6,{1,2,3,4,5,6},1) but I am getting only one character and not all the characters in each column as shown by you .... whether this has any reason with my 2013 instead of 2016 ... Please advice..
@chandoo_
@chandoo_ 4 жыл бұрын
Hi Venkat... In all other versions excel Excel 365, you will only get one character. The spill behaviour and dynamic array functionality is only part of Excel 365. In older versions, to get all the values, you select a range of cells, type the formula =MID(B6,{1,2,3,4,5,6},1) in first cell and press CTRL+Shift+Enter.
@venkatiyer7459
@venkatiyer7459 4 жыл бұрын
Chandoo Thanks Sir
@venkatiyer7459
@venkatiyer7459 4 жыл бұрын
@@chandoo_ Thanks a lot .. It worked with CSE
@ursvenky6394
@ursvenky6394 2 жыл бұрын
Hi chandooo How can we do that in VBA please. I've been trying to get it on my own but no luck. Could u help me ?
@chandoo_
@chandoo_ 2 жыл бұрын
You can use the CONCAT UDF for this. Here is the code that I shared all the way back in 2008. chandoo.org/wp/how-to-add-a-range-of-cells-in-excel-concat/
@spyxxx566
@spyxxx566 3 жыл бұрын
is TEXTJOIN only available in Excel 365 and not 2016?
@chandoo_
@chandoo_ 3 жыл бұрын
You need Excel 2019 or 365 to use Textjoin
@daae_rion
@daae_rion 3 жыл бұрын
Hello!! thank you so much for this video. Is there a way to exclude duplicate values? So if for some reason a person was listed twice and you only wanted their name returned once in the "Members" column? thanks again!!
@chandoo_
@chandoo_ 3 жыл бұрын
You can use the newly introduced UNIQUE function to do this. See this page for more info on dynamic array functions like UNIQUE, FILTER etc. chandoo.org/wp/dynamic-array-functions/
@mirrrvelll5164
@mirrrvelll5164 3 жыл бұрын
Link doesnt work....
@chandoo_
@chandoo_ 3 жыл бұрын
Please try again - chandoo.org/wp/textjoin-examples/
@mirrrvelll5164
@mirrrvelll5164 3 жыл бұрын
@@chandoo_ It does work =) Thx for this amazing idea!
What the function - XLOOKUP for Excel in simple words
8:55
ТАМАЕВ vs ВЕНГАЛБИ. Самая Быстрая BMW M5 vs CLS 63
1:15:39
Асхаб Тамаев
Рет қаралды 4,8 МЛН
WHO DO I LOVE MOST?
00:22
dednahype
Рет қаралды 17 МЛН
Final muy inesperado 🥹
00:48
Juan De Dios Pantoja
Рет қаралды 18 МЛН
TEXTJOIN FUNCTION EXCEL  #shorts
0:50
Excel in a Minute
Рет қаралды 17 М.
TEXTJOIN function in Excel
0:36
Karina Adcock
Рет қаралды 19 М.
Combine Excel Sheets with *this* simple formula
4:44
Chandoo
Рет қаралды 26 М.
Excel Dynamic Arrays and How to use them...
10:22
Chandoo
Рет қаралды 258 М.
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 3,3 МЛН
iOS 18 vs Samsung, Xiaomi,Tecno, Android
0:54
AndroHack
Рет қаралды 43 М.
Samsung S24 Ultra professional shooting kit #shorts
0:12
Photographer Army
Рет қаралды 27 МЛН
Телефон в воде 🤯
0:28
FATA MORGANA
Рет қаралды 1,1 МЛН