Forum Discussion
smacsween
5 years agoFrequent Visitor
Conditional merge columns
i am trying to merge columns based on an IF statement and ISBLANK. If I have Country name in Table1, use that value, if not, use the Country value from Table2. I can't see how to do this, I have...
smacsween
5 years agoFrequent Visitor
What I am trying to do is create a new text column:
Let's see if I can describe it differently. If the text already exists in a column from Table 1, use that. If that column in Table 1 is null or blank, instead take the text from the relevant column in Table 2.
The Union function gives me both together, and I end up with different rows but containing identical data. I only need one or the other because the field will be present in at least one of the columns, maybe both.