I need to consolidate 3 columns of phone numbers into 1 column, but I need to be able to prioritize the data in one column over another. For example if row 1 has a number in all 3 columns I need the consolidation to know that the information in Column D is kept over the information in columns C and B. However for row 2 where there is no given information in Column D the consolidation needs to keep the information for Column C.
So some rows have data in all 3 columns, some have it only 1 or 2, some have it in none. But in the consolidation column D data needs to be kept over column C and column B data, column C data needs to be kept over column B data, and if there is no data in columns D or C than column B data is kept.
How do I make this happen?
So some rows have data in all 3 columns, some have it only 1 or 2, some have it in none. But in the consolidation column D data needs to be kept over column C and column B data, column C data needs to be kept over column B data, and if there is no data in columns D or C than column B data is kept.
How do I make this happen?