To populate it down, you could try the methods described in
either of these 2 excellent pages by:
1. Debra Dalgleish:
http://www.contextures.com/xlDataEntry02.html
Excel -- Data Entry -- Fill Blank Cells
Fill Blank Cells
Fill Blank Cells Programmatically**
**Sub FillColBlanks() by Dave Peterson
2. David McRitchie:
http://www.mvps.org/dmcritchie/excel/fillempt.htm
Fill in the Empty Cells
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jay S." wrote:
> I'm trying to work with an export from a Lotus Notes db <grumble>. My first
> column contains sporadic entries (with blank cells between), as each of the
> column A entries are associated with column B entries in the rows where the
> column A cell is empty. For example:
>
> red
> apple
> firetruck
> wagon
> yellow
> canary
> lemon
>
> If cell A1 is "red" in my example, how can I autopopulate A2-A4 to also be
> "red" and A6-A7 to autopopulate with "yellow" based on that value in A5? Is
> there some formular expression that I could use. I'm not VisualBasic
> skilled, but could something simple be done there?