I want to copy the data into another column but leave out the blanks and the corresponding data rows containing blanks.. how can i do it..
I'll try to clarify my point by this example..
Suppose the data looks like this
column A Column B
1 Sam
2 Sandy
3 Jim
(blank) Sarah
4 Roger
(blank) Andrew
5 Kevin
(blank) Brian
6 Matthew
And i want something looking like this leaving the entire rows of blank data..
Column C column D
1 Sam
2 Sandy
3 Jim
4 Roger
5 Kevin
6 Matthew
What formula should i use??
Bookmarks