I would like to combine the content of many cells in one cell. One possible solution for me is CONCATENATE
function.
If I use this:
=CONCATENATE(B1,C1,D1)
it works fine, but for:
=CONCATENATE(B1:D1)
I am seeing such a value: #VALUE
in the cell. How can I define range in a CONCATENATE function?