PC Review


Reply
Thread Tools Rate Thread

Auto-populate, Auto-copy or Auto-fill?

 
 
=?Utf-8?B?SmF5IFMu?=
Guest
Posts: n/a
 
      10th Aug 2007
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?
 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      10th Aug 2007
Select column A and F5>Special>Blanks>OK

Enter an = sign in active cell then point or arrow up to cell above and hit CTRL
+ ENTER


Gord Dibben MS Excel MVP

On Fri, 10 Aug 2007 09:50:01 -0700, Jay S. <Jay S.@discussions.microsoft.com>
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?


 
Reply With Quote
 
=?Utf-8?B?TWF4?=
Guest
Posts: n/a
 
      10th Aug 2007
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?

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      10th Aug 2007
You could get rid of the blanks in column B where there is a new
colour by first of all inserting a new cell in A1, so all the colours
move down one row. Then you could apply autofilter to column B to
select Blanks. Then you could highlight all the visible rows within
the filter range (although there will be nothing in them - use the
blue row identifiers as a guide) and Edit | Delete Row. Select All
from the filter pull-down in column B, and you should be left with
this:


red apple
firetruck
wagon
yellow canary
lemon

Then select the cell below "red" within this data and press F5 (or
Edit | GoTo), click on Special then click on Current Region. Then
press F5 again, click Special, then click Blanks -all the blanks in
column A should be highlighted, with the active cell being under the
cell containing "red".

Then type = and then click on the cell containing "red", and then use
CTRL-Enter to put this formula in all the blanks.

You will then need to fix the values, so highlight all the data in
column A, click <copy>, then Edit | Paste Special | Values (check) |
OK then <Enter>.

Than should give you what you want without any VBA.

Hope this helps.

Pete


On Aug 10, 5:50 pm, Jay S. <Jay S...@discussions.microsoft.com> 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?



 
Reply With Quote
 
=?Utf-8?B?SmF5IFMu?=
Guest
Posts: n/a
 
      10th Aug 2007
Haven't tried these yet but certainly will (and wanted to reply before the
weekend)! Thank you all for the suggestions.

"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?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Complete (auto fill) in Lookup Fields lucindaaps Microsoft Access 0 13th Jan 2010 09:56 PM
Auto fill form where reports auto fill for selection Faron - GMail Microsoft Access Forms 1 16th Jun 2008 07:48 AM
Using auto-fill to populate a table using data from several tabs Joel Bernard Microsoft Excel Worksheet Functions 2 11th Jan 2008 08:46 PM
Auto-Fill / Auto-Suggest / Auto-Complete =?Utf-8?B?VGlubGV5UGFya0lMR2Fs?= Microsoft Outlook Contacts 2 5th Jan 2005 07:00 PM
auto fill in the To: field doesn't populate email address when.... Robert Miller Microsoft Outlook Discussion 1 31st Oct 2003 09:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:58 PM.