Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default array product formulas

I have a colum of data almost 2500 entries long, what I want Excel to do is
take each cell and multiply it by a given value and then display it in a
corresponding cell
for instance:
colum d
BV
197
99
213
2465
886
1478
156
take each value and multiply it by 1.05 for:
colum f
ADJ BV
206.85
103.95 and so on down the colum

ANY help on this would be greatly appreciated as it would more than likely
save me several hours worth of tedious work
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default array product formulas

Assume your numbers in column D start in D2. Enter this formula in F2 and
copy down as needed:

=D2*1.05

Biff

"Smokeyhavoc" wrote in message
...
I have a colum of data almost 2500 entries long, what I want Excel to do is
take each cell and multiply it by a given value and then display it in a
corresponding cell
for instance:
colum d
BV
197
99
213
2465
886
1478
156
take each value and multiply it by 1.05 for:
colum f
ADJ BV
206.85
103.95 and so on down the colum

ANY help on this would be greatly appreciated as it would more than likely
save me several hours worth of tedious work



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default array product formulas

doing it the way your saying would require me to do it in each cell, for
almost 2500 entries. I was looking for a formula to do each one indivually,
but the whole colum in one fel swoop. Reason being is I need to do this
several times with other factors with the same base data

"Biff" wrote:

Assume your numbers in column D start in D2. Enter this formula in F2 and
copy down as needed:

=D2*1.05

Biff

"Smokeyhavoc" wrote in message
...
I have a colum of data almost 2500 entries long, what I want Excel to do is
take each cell and multiply it by a given value and then display it in a
corresponding cell
for instance:
colum d
BV
197
99
213
2465
886
1478
156
take each value and multiply it by 1.05 for:
colum f
ADJ BV
206.85
103.95 and so on down the colum

ANY help on this would be greatly appreciated as it would more than likely
save me several hours worth of tedious work




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default array product formulas

Nope. He means type it for the first cell then copy (emphasis on copy) for
the remaining 2,499.

After you enter the formula, select the cell w/the formula and place the
mouse over the lower right corner. When it becomes a small black cross,
click the left mouse button and drag the formula down your column. Then let
up on the mouse button.



"Smokeyhavoc" wrote:

doing it the way your saying would require me to do it in each cell, for
almost 2500 entries. I was looking for a formula to do each one indivually,
but the whole colum in one fel swoop. Reason being is I need to do this
several times with other factors with the same base data

"Biff" wrote:

Assume your numbers in column D start in D2. Enter this formula in F2 and
copy down as needed:

=D2*1.05

Biff

"Smokeyhavoc" wrote in message
...
I have a colum of data almost 2500 entries long, what I want Excel to do is
take each cell and multiply it by a given value and then display it in a
corresponding cell
for instance:
colum d
BV
197
99
213
2465
886
1478
156
take each value and multiply it by 1.05 for:
colum f
ADJ BV
206.85
103.95 and so on down the colum

ANY help on this would be greatly appreciated as it would more than likely
save me several hours worth of tedious work




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default array product formulas

You don't type in a formula for each of 2500 cells. You type in 1 formula
and copy it to 2500 cells. It takes about 2 seconds!

For example, if the range for the formulas is F2:F2500, type the formula in
F2.

Select cell F2 and goto the menu EditCopy.
Hit function key F5
Enter F3:F2500
Hit OK
Goto the menu EditPaste

Or, you can just "grab" the fill handle with the mouse and drag copy the
formula down the column. This might take 20 seconds. The fill handle is the
little black square in the lower right corner of the selected cell. When you
hover the mouse over the fill handle it will change from a "fat" + to a
"skinny" + . Then just "grab" it with the right mouse button and drag.

Biff

"Smokeyhavoc" wrote in message
...
doing it the way your saying would require me to do it in each cell, for
almost 2500 entries. I was looking for a formula to do each one
indivually,
but the whole colum in one fel swoop. Reason being is I need to do this
several times with other factors with the same base data

"Biff" wrote:

Assume your numbers in column D start in D2. Enter this formula in F2 and
copy down as needed:

=D2*1.05

Biff

"Smokeyhavoc" wrote in message
...
I have a colum of data almost 2500 entries long, what I want Excel to do
is
take each cell and multiply it by a given value and then display it in
a
corresponding cell
for instance:
colum d
BV
197
99
213
2465
886
1478
156
take each value and multiply it by 1.05 for:
colum f
ADJ BV
206.85
103.95 and so on down the colum

ANY help on this would be greatly appreciated as it would more than
likely
save me several hours worth of tedious work








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default array product formulas

Then just "grab" it with the right mouse button and drag.

I meant grab it with the LEFT mouse button although you can also do it with
the right button but then you have another menu to go through when let up.

Biff

"Biff" wrote in message
...
You don't type in a formula for each of 2500 cells. You type in 1 formula
and copy it to 2500 cells. It takes about 2 seconds!

For example, if the range for the formulas is F2:F2500, type the formula
in F2.

Select cell F2 and goto the menu EditCopy.
Hit function key F5
Enter F3:F2500
Hit OK
Goto the menu EditPaste

Or, you can just "grab" the fill handle with the mouse and drag copy the
formula down the column. This might take 20 seconds. The fill handle is
the little black square in the lower right corner of the selected cell.
When you hover the mouse over the fill handle it will change from a "fat"
+ to a "skinny" + . Then just "grab" it with the right mouse button and
drag.

Biff

"Smokeyhavoc" wrote in message
...
doing it the way your saying would require me to do it in each cell, for
almost 2500 entries. I was looking for a formula to do each one
indivually,
but the whole colum in one fel swoop. Reason being is I need to do this
several times with other factors with the same base data

"Biff" wrote:

Assume your numbers in column D start in D2. Enter this formula in F2
and
copy down as needed:

=D2*1.05

Biff

"Smokeyhavoc" wrote in message
...
I have a colum of data almost 2500 entries long, what I want Excel to
do is
take each cell and multiply it by a given value and then display it in
a
corresponding cell
for instance:
colum d
BV
197
99
213
2465
886
1478
156
take each value and multiply it by 1.05 for:
colum f
ADJ BV
206.85
103.95 and so on down the colum

ANY help on this would be greatly appreciated as it would more than
likely
save me several hours worth of tedious work







  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 200
Default array product formulas

What Biff meant was that after entering the formula in F2, fill down as
needed. I.e., put the cursor on the lower right corner of Cell F2, click
and drag down column F as far as needed.

Alan Beban

Smokeyhavoc wrote:
doing it the way your saying would require me to do it in each cell, for
almost 2500 entries. I was looking for a formula to do each one indivually,
but the whole colum in one fel swoop. Reason being is I need to do this
several times with other factors with the same base data

"Biff" wrote:

Assume your numbers in column D start in D2. Enter this formula in F2 and
copy down as needed:

=D2*1.05

Biff

"Smokeyhavoc" wrote in message
...
I have a colum of data almost 2500 entries long, what I want Excel to do is
take each cell and multiply it by a given value and then display it in a
corresponding cell
for instance:
colum d
BV
197
99
213
2465
886
1478
156
take each value and multiply it by 1.05 for:
colum f
ADJ BV
206.85
103.95 and so on down the colum

ANY help on this would be greatly appreciated as it would more than likely
save me several hours worth of tedious work



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default array product formulas

I tried what you said and it didn't work the first time, then after a little
reading into it I figured out what you meant. thanks for the help

"Smokeyhavoc" wrote:

doing it the way your saying would require me to do it in each cell, for
almost 2500 entries. I was looking for a formula to do each one indivually,
but the whole colum in one fel swoop. Reason being is I need to do this
several times with other factors with the same base data

"Biff" wrote:

Assume your numbers in column D start in D2. Enter this formula in F2 and
copy down as needed:

=D2*1.05

Biff

"Smokeyhavoc" wrote in message
...
I have a colum of data almost 2500 entries long, what I want Excel to do is
take each cell and multiply it by a given value and then display it in a
corresponding cell
for instance:
colum d
BV
197
99
213
2465
886
1478
156
take each value and multiply it by 1.05 for:
colum f
ADJ BV
206.85
103.95 and so on down the colum

ANY help on this would be greatly appreciated as it would more than likely
save me several hours worth of tedious work




  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default array product formulas

Hi

Just to add to what has already been said, dependent upon your version
of Excel, instead of holding the fill handle and dragging down, giving a
double left click on the fill handle, will fill down the column for the
extent of data in the column to the left.

Also, in your second post you said
I need to do this several times with other factors with the same base
data


If that is the case, you would be better placing your factor in another
cell e.g. G1 than make the formula
=D2*$G1
and fill down as described.

Now you can just change the value in G1 to obtain your other results.

--
Regards

Roger Govier


"Smokeyhavoc" wrote in message
...
I tried what you said and it didn't work the first time, then after a
little
reading into it I figured out what you meant. thanks for the help

"Smokeyhavoc" wrote:

doing it the way your saying would require me to do it in each cell,
for
almost 2500 entries. I was looking for a formula to do each one
indivually,
but the whole colum in one fel swoop. Reason being is I need to do
this
several times with other factors with the same base data

"Biff" wrote:

Assume your numbers in column D start in D2. Enter this formula in
F2 and
copy down as needed:

=D2*1.05

Biff

"Smokeyhavoc" wrote in
message
...
I have a colum of data almost 2500 entries long, what I want Excel
to do is
take each cell and multiply it by a given value and then display
it in a
corresponding cell
for instance:
colum d
BV
197
99
213
2465
886
1478
156
take each value and multiply it by 1.05 for:
colum f
ADJ BV
206.85
103.95 and so on down the colum

ANY help on this would be greatly appreciated as it would more
than likely
save me several hours worth of tedious work





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
array formulas Dave Excel Worksheet Functions 2 March 17th 06 04:41 PM
Can array formulas work if rows are inserted? Chris Excel Worksheet Functions 1 March 16th 06 03:30 PM
array formulas R.VENKATARAMAN Excel Worksheet Functions 7 June 16th 05 10:25 PM
array formulas johnT Excel Worksheet Functions 14 March 29th 05 08:35 AM


All times are GMT +1. The time now is 06:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"