How to merge two columns in one

Hello,

I have two columns with two types of information and empty cells. I want to merge them in one column.

image

Thank you for your help

Karine

Hi Karine,

you can simply append the both columns using the text concatenation operator (&):

[Column 1] & [Column 2]

Hi Dmitry,

Thank you for response.

Have a nice day