0
How do I concatenate a range of cells in Excel?
For example: I have a column with many cells containing text information and I would like to concatenate them, but when using the concatenate function error occurs, it is necessary to select one by one of the cells.
The function =CONCATENAR(B2:B48)
in this way does not work and it is necessary to rewrite as follows: =CONCATENAR(B2;B3;B4; ... B48)
.
In search I found suggestion to use a function called unirtexto, but it is not recognized.
Excel 2016 does not recognize, when copying and pasting the result only appears the first record.
=CONCATENAR({"a "\"b "\"c "\"d "\"e "\"f "\"g "})
– Vladimir