Hello,
Let me start by saying I'm aware that merging two cells A1 and A2 should remove the value from A2 but I was given a workbook with merged cells where the second cell's value was not removed. However, I am unable to reproduce this when attempting to change the values
In the example, I have pasted the original merged cells in B3/C3 and you can see that B3=C3="CVA GROUP"
In row 5 the 2 cells were unmerged and you can see the formatting is different for C5 but the values are still the same.
Row 7 the cells are remerged and C7's value is removed as a consequence
Finally Row 9 is the original with an attempt to change the value to "EXERCISE GRP" but here, only the first value is changed and the original second value is retained
Any ideas on how to rename the original such that both cells return the same value?
Let me start by saying I'm aware that merging two cells A1 and A2 should remove the value from A2 but I was given a workbook with merged cells where the second cell's value was not removed. However, I am unable to reproduce this when attempting to change the values
In the example, I have pasted the original merged cells in B3/C3 and you can see that B3=C3="CVA GROUP"
In row 5 the 2 cells were unmerged and you can see the formatting is different for C5 but the values are still the same.
Row 7 the cells are remerged and C7's value is removed as a consequence
Finally Row 9 is the original with an attempt to change the value to "EXERCISE GRP" but here, only the first value is changed and the original second value is retained
Any ideas on how to rename the original such that both cells return the same value?
merge example.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | ||||||||
2 | A3 | B3 | ||||||
3 | Original: | CVA GROUP | CVA GROUP | CVA GROUP | ||||
4 | ||||||||
5 | Row3 unmerged: | CVA GROUP | CVA GROUP | CVA GROUP | CVA GROUP | |||
6 | ||||||||
7 | Row 5 merged | CVA GROUP | CVA GROUP | 0 | ||||
8 | ||||||||
9 | Row 3 renamed | EXERCISE GRP | EXERCISE GRP | CVA GROUP | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E9:F9,E7:F7,E5:F5,E3:F3 | E3 | =B3 |