View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
test[_6_] test[_6_] is offline
external usenet poster
 
Posts: 2
Default Filling Blank Cells

Hi

I have Text(Peoples Names) in Column A of a worksheet with blank spaces in
between. I need to copy the Text(Peoples Names) to the next cell in the
column. My reference would always have to be the Cell above. If the next
Cell contains Text(Peoples Names) then this will be the next reference until
the first entire blank row is detected or Blanks are detected in Coumn B.

A1 = Julian
A2 = Blank
A3 = Jack
A4 = Blank

Result A2 to be Julian and A4 to be Jack

Thanks
Julian