Hi!
I'm not sure what you mean by merge.
e.g. A1 has "XYZ" and B1 has "ABC" then C1 = A1& B1 will show "XYZABC"
But if you want simply to display the 2 columns as if they were 1 an
have "XYZABC" displayed, that would need either a helper column (like
above) or VBA.
Al