I have a merged table from power query (full outer). now I have columns AA B C DD EE and lots of null fields.
Now how do I merge the columns but only overwrite blanks from one column and discard if not required.
I need to merge columns 1 and 2. I want to merge the columns so that column 2 is the "master" column and column 1 only fills in the blank cells of column 2.
As the source is dynamic the results also should be dynamic and updated when refreshed.
This is how the table looks now got the columns from both lists.
Now I want to merge 1&2s if there two data points, 1 is the priority (A1 overwrites A2, D1 Overwrites D2 etc..)
I have a grasp of excel but am by no means an expert, however, I can learn and figure it out if given the steps.
Now how do I merge the columns but only overwrite blanks from one column and discard if not required.
I need to merge columns 1 and 2. I want to merge the columns so that column 2 is the "master" column and column 1 only fills in the blank cells of column 2.
As the source is dynamic the results also should be dynamic and updated when refreshed.
A1 | A2 | B1 | C1 | D1 | D2 | E1 | E2 |
001 | 001 | bb1 | cc1 | dd1 | dd2 | ee1 | ee2 |
002 | dd2 | ee2 | |||||
003 | dd2 | ee2 | |||||
004 | bb1 | cc1 | dd1 | ee1 | |||
005 | bb1 | cc1 | dd1 | ee1 | |||
006 | 006 | bb1 | cc1 | dd1 | dd2 | ee1 | ee2 |
007 | 007 | bb1 | cc1 | dd1 | dd2 | ee1 | ee2 |
008 | bb1 | cc1 | dd2 | ee1 | |||
009 | 009 | bb1 | cc1 | dd1 | dd2 | ee1 | ee2 |
010 | dd2 | ee2 |
This is how the table looks now got the columns from both lists.
Now I want to merge 1&2s if there two data points, 1 is the priority (A1 overwrites A2, D1 Overwrites D2 etc..)
I have a grasp of excel but am by no means an expert, however, I can learn and figure it out if given the steps.