Help!

how to have cells automatically fill when entering value i..

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions RSS
Next:  Array Formula Syntax question...  
Author Message
Matt
External


Since: May 31, 2006
Posts: 248



PostPosted: Fri Nov 06, 2009 7:35 am    Post subject: how to have cells automatically fill when entering value in ref
Archived from groups: microsoft>public>excel>misc (more info?)

How do you automatically fill in values down a spreadsheet. I have a formula
in cell A1 that references the value in B1 (ie ="text"& B1) When I enter a
number in b1 (ie 55) cell a1 then reads "text55".......here is my
question.....I want to add a value to B2 and have A2 fill in the value from
above without having to copy afterwards. I have a workbook that functions
like this but cannot figure out how it is done. No values appear in A2 until
i hit enter after filling a value in cell B2 and hitting enter.
Back to top
Basta1980
External


Since: Aug 19, 2009
Posts: 4



PostPosted: Fri Nov 06, 2009 7:46 am    Post subject: RE: how to have cells automatically fill when entering value in ref [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Matt,

Perhaps there's some VBA in that particular workbook with a change event.
You can check that by pressing ALT + F11. Anyway I reckon that VBA works best
with wath you like to do. In the Programming forum you can find all sorts of
inof on programming.

Regards,

Basta

"Matt" wrote:

> How do you automatically fill in values down a spreadsheet. I have a formula
> in cell A1 that references the value in B1 (ie ="text"& B1) When I enter a
> number in b1 (ie 55) cell a1 then reads "text55".......here is my
> question.....I want to add a value to B2 and have A2 fill in the value from
> above without having to copy afterwards. I have a workbook that functions
> like this but cannot figure out how it is done. No values appear in A2 until
> i hit enter after filling a value in cell B2 and hitting enter.
Back to top
Daryl S
External


Since: Nov 03, 2009
Posts: 4



PostPosted: Fri Nov 06, 2009 7:57 am    Post subject: RE: how to have cells automatically fill when entering value in ref [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Matt -

Try this formula - if there is nothing in B1, then you won't get the stray
"text".

=IF(len(B1)>0,"text"& B1,"")

Look at the forumulas in the other spreadsheets you use to see what they
test for.

--
Daryl S


"Matt" wrote:

> How do you automatically fill in values down a spreadsheet. I have a formula
> in cell A1 that references the value in B1 (ie ="text"& B1) When I enter a
> number in b1 (ie 55) cell a1 then reads "text55".......here is my
> question.....I want to add a value to B2 and have A2 fill in the value from
> above without having to copy afterwards. I have a workbook that functions
> like this but cannot figure out how it is done. No values appear in A2 until
> i hit enter after filling a value in cell B2 and hitting enter.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum