Copy values from two different columns into one?
I have two columns of unique text values. I’d like to create a third column that automatically copies over any value added to the first two columns. So if I have 10 values in column A and 12 values in column B, then column C would have 22 values (and rows), and a new item added to either A or B would then add a twenty-third value (and row) to column C. Is this possible?