drniranjan
New Member
- Joined
- Jun 15, 2011
- Messages
- 19
Hi frnds,
I have data, in a colum say; 1, 2 ,3 ,4 ,blank, 8, 11, 2, 12, 3. the total number of cells starting from top to bottom cells is even number. I need the above data in following format:
1 8
2 11
3 2
4 12
blank 3
means copying last half of cell values and pasting in adjancent column. Then I need to the delet the entire row, where blank cells are there. means the final format would look like:
1 8
2 11
3 2
4 12
Can anyone help me out with a macro code to solve my problem.
Thanks, niru
I have data, in a colum say; 1, 2 ,3 ,4 ,blank, 8, 11, 2, 12, 3. the total number of cells starting from top to bottom cells is even number. I need the above data in following format:
1 8
2 11
3 2
4 12
blank 3
means copying last half of cell values and pasting in adjancent column. Then I need to the delet the entire row, where blank cells are there. means the final format would look like:
1 8
2 11
3 2
4 12
Can anyone help me out with a macro code to solve my problem.
Thanks, niru