There are a bunch of highlighted yellow text. I want to merge rows e.g. 6, 7, 8 and 9 into 6. Similarly 17 & 18 into 17. So and so forth
So the final output I want is
Note: 1. This is sample file but it could have hundreds of rows with uneven rows to be merged.
I have used the following formula ". =MOD(ROW(),2)" and then filter so only "Comments" shows then manually go through rows and merge manually. I want an automatic solution.
So the final output I want is
- Text
- URL
- Text
- URL
- Text
- URL
Note: 1. This is sample file but it could have hundreds of rows with uneven rows to be merged.
I have used the following formula ". =MOD(ROW(),2)" and then filter so only "Comments" shows then manually go through rows and merge manually. I want an automatic solution.