View Single Post
 
Old 02-28-2017, 11:15 PM
FUGMAN FUGMAN is offline Windows 10 Office 2016
Banned
 
Join Date: Feb 2017
Posts: 55
FUGMAN is on a distinguished road
Default eliminating blan rows between cells in a column cantaining data

The assistance I have previously received in this Forum has been excellent.
I am thanking you in advance for any assistance regarding the following issue.

I have a column consisting of predictable data categories such as the following:

Column "A"
aaaa
bbbb
cccc
dddd
eeee

Unfortunately, the data is available to me with an unknown number of blank rows separating them such as:

Column "A"
"aaaa"


"bbbb"
"cccc"

"dddd"




"eeee"

The number of blank rows is inconsistent from one source to the next. I would like a procedure that will eliminate any blank rows between the values "aaaa" through "eeee". In addition, the nature of the beast is such that filter sorting is not an option.
Reply With Quote