Hi team, I have two columns that I want to merge, they both never contain records in the same row. The Concatenate function works fine except for that it merges values equal to zero . eg.. Column A Column B
123 0
0 45
After Concatenating these two columns. My result would be 1230 and 045, but i really want 123 and 45. The remaining records in the columns are similiar, you wont find two records in a row. Always zero and a number.
Bookmarks