ଏହି କଣ୍ଟ‍୍ରୋଲ୍‌କୁ ପରିବର୍ତ୍ତନ କରିବା ଫଳରେ ଏହି ପୃଷ୍ଠା ସ୍ବୟଂଚାଳିତ ଭାବରେ ଅପ୍‌ଡେଟ୍ ହୋଇଯିବ

TEXTJOIN

The TEXTJOIN function combines the contents of cell ranges or strings with a specified delimiter between each value.

TEXTJOIN(delimiter, ignore-empty, string, string…)

delimiter: A string to add between combined values. delimiter can also be empty, or a reference to a string in another cell.

ignore-empty: A boolean TRUE or FALSE.

FALSE (0): If FALSE, empty cells are included in the result.

TRUE (1): If TRUE, empty cells aren’t included in the result.

string: Any value. Can also be a cell or a range of cells.

string…: Optionally include one or more additional values or cell references.

Notes

  • Including header cells can cause TEXTJOIN to return an error.

  • As an alternative to the TEXTJOIN function, you can use &, the concatenation operator.

  • To combine the contents of cells without a delimiter, you can also use CONCAT.

Examples

Given A1=1, A2=2, A3=3, B1=A, B2=B, B3=C and C1:C3 are empty:

=TEXTJOIN(" ",TRUE,A,B) returns "1 2 3 A B C".

=TEXTJOIN(A1,TRUE,B) returns "A1B1C".

=TEXTJOIN(",",FALSE,A1:A3,C1:C3,B1:B3) returns "1,2,3,,,,A,B,C".

See alsoCONCAT
Morty Proxy This is a proxified and sanitized view of the page, visit original site.
ସହାୟକ କି?
କ‍୍ୟାରେକ୍ଟର୍ ସୀମା: 250
ସର୍ବାଧିକ କ‍୍ୟାରେକ୍ଟର୍ ସୀମା 250 ଅଟେ।
ଆପଣଙ୍କ ମତାମତ ପାଇଁ ଧନ‍୍ୟବାଦ।
Morty Proxy This is a proxified and sanitized view of the page, visit original site.