Go Back   FormKaos: Board > General Discussion > Coffee Lounge
FAQ Community Arcade Today's Posts Search

Coffee Lounge Talk amongst other community members.

Reply
 
LinkBack Topic Tools Rate Topic
  #1 (permalink)  
Old Mar 17, 05
Registered User
 
Join Date: Sep 2001
matéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the rough
Microsoft Excel Question :)

Hi I am not familiar with how to use Excel very well so i need your help.

I would like to multiply an entire column by 25% and put the result in another column.

can you give me the formula for that?

please!!!!

thanks times 100!
Reply With Quote
  #2 (permalink)  
Old Mar 17, 05
Registered User
 
Join Date: Jan 2002
Kraig is a jewel in the roughKraig is a jewel in the roughKraig is a jewel in the roughKraig is a jewel in the roughKraig is a jewel in the rough
Quote:
Originally Posted by matéo
Hi I am not familiar with how to use Excel very well so i need your help.

I would like to multiply an entire column by 25% and put the result in another column.

can you give me the formula for that?

please!!!!

thanks times 100!
Add the column together first:

1
2
3
4
5
6
=SUM(A1:A6) -- as an example. Substitute the A3:A8 for whatever your column range is.

Then whatever cell that sum formula is in, in the next cell over create another formula and multiply it by 1.25.

So let's say that =SUM(A1:A6) formula is in cell A9 the formula in the next cell over (that will calculate the 25% of what the column is) would be:
=A7*1.25

Get it?
Reply With Quote
  #3 (permalink)  
Old Mar 17, 05
diuqil_cidica
 
Join Date: Nov 2000
acidic_liquid is an unknown quantity at this point
No :(
Reply With Quote
  #4 (permalink)  
Old Mar 17, 05
diuqil_cidica
 
Join Date: Nov 2000
acidic_liquid is an unknown quantity at this point
Oh I figured it out. I'm using the Mac version though, I don't know if it's different.

What Kraig said was right. He kinda confused me with his last paragraph though. And I think he meant multiply by 0.25, not 1.25 to get 25% (1.25=125%).

You put down the numbers in a column, say A1 through A9. Then on A10, put the formula that adds it all up (=SUM(A1:A9)). Then, on the column next to that, B10, just copy the formula and multiply it by 0.25 (25%).

Playing around with it is fun :D
Reply With Quote
  #5 (permalink)  
Old Mar 17, 05
Registered User
 
Join Date: Sep 2001
matéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the rough
thanks Kraig and Erwin.

saved my ass!
Reply With Quote
  #6 (permalink)  
Old Mar 17, 05
Registered User
 
Join Date: Sep 2001
matéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the rough
WAIT WAIT!


I made a mistake.

I need to take each number in the column and multiply each one by 25%

so the columns have around 50 numbers and I need each one multiplyed by 25% is there a quick way to do this rather then entering every number?

maybe this will help.

its a list of prices of different products each one needs to be listed in another column X 25% and added to the original.

example

if i have 125 in column A I would like to find what the number would be with 25% added.

thnx :)
Reply With Quote
  #7 (permalink)  
Old Mar 17, 05
charly's Avatar
OH HAI
 
Join Date: Oct 2002
charly is an unknown quantity at this point
as far as i know, you would have to type them all in manually.

of course you can always copy =A*1.25
and then just add the number of the appropriate cell in after it's pasted. that would make it a bit quicker than completely typing each one in.
Reply With Quote
  #8 (permalink)  
Old Mar 17, 05
diuqil_cidica
 
Join Date: Nov 2000
acidic_liquid is an unknown quantity at this point
Isn't 16 x 0.25 plus 17 x 0.25 plus 18 x 0.25

the same as

(16+17+18) x 0.25????

If it is, then you'd only have to fix the formula. I really don't know excel. I just figured out the first one from what Kraig said.

But I'm sure there's a way too make a formula for each cell?

I don't know.

What's wrong with doing them all separately on a calculator? :p

I'm really not good at math :( And I don't use excel sorry.
Reply With Quote
  #9 (permalink)  
Old Mar 17, 05
charly's Avatar
OH HAI
 
Join Date: Oct 2002
charly is an unknown quantity at this point
Quote:
Originally Posted by acidic_liquid
Isn't 16 x 0.25 plus 17 x 0.25 plus 18 x 0.25

the same as

(16+17+18) x 0.25????
yes, it is. but by multiplying by 0.25, you're only finding out what 25% of the number is.

it seems he wants to add 25% to each number, therefore you multiply by 1.25.

each cell would also have to have a formula, because each formula would be different due to the cell number.
Reply With Quote
  #10 (permalink)  
Old Mar 17, 05
Registered User
 
Join Date: Sep 2001
matéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the rough
haha well thanks for the effort erwin. theres 303 of them so typing each one on the caculator and then writing them in the system would take a while.

thnx cheryl.
Reply With Quote
  #11 (permalink)  
Old Mar 17, 05
Polak
 
Join Date: Dec 2004
filipmaj is an unknown quantity at this point
put down the numbers you want to multiply in one column
then put down 0.25 in one column in as many rows as the first column has ie
1 0.25
2 0.25
3 0.25
4 0.25
5 0.25
then copy the first column and "paste special" into the column with the 0.25's. select "multiply" under "operations". and voila!
hope that helped :)
Reply With Quote
  #12 (permalink)  
Old Mar 17, 05
Registered User
 
Join Date: Sep 2001
matéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the rough
ok ill try it tommorow thnx man!
Reply With Quote
  #13 (permalink)  
Old Mar 17, 05
just why?
 
Join Date: Jan 2003
pbreak is an unknown quantity at this point
NOOOOOOOOO!!!!

These people obviously have their hearts in the right place but i feel you just want something like this...

A B
1 1.0 0.25
2 4.0 1.0
3 5.0 1.25
4 etc.....
5

therefore... in B1 put "=A1*0.25" (do NOT enter quotation marks..)
then just copy B1 and paste it to the rest of the B (or whatever column you are using) and YOU win!! yay.

edit: fucking stupid HTML - those 1.0, 4.0, 5.0 are supposed to be in the "A" column and 0.25, 1.0, 1.25 are supposed to be in the "B" column
Reply With Quote
  #14 (permalink)  
Old Mar 18, 05
diuqil_cidica
 
Join Date: Nov 2000
acidic_liquid is an unknown quantity at this point
Quote:
Originally Posted by charly
yes, it is. but by multiplying by 0.25, you're only finding out what 25% of the number is.

it seems he wants to add 25% to each number, therefore you multiply by 1.25.

each cell would also have to have a formula, because each formula would be different due to the cell number.
Yeah I figured that out after *blushes* Like I said, SUCK at math and logic, and excel :(
Reply With Quote
  #15 (permalink)  
Old Mar 18, 05
Control Canonical
 
Join Date: Dec 2001
Leviathan will become famous soon enoughLeviathan will become famous soon enough
EDIT: What Pbreak said :)


Original Message:
to do this quickly you can just copy and paste the formula

in the first Row 1 Col A you have your first price, In col B you have your first formula which would be =A1*1.25. Highlight the the first formula and copy it (ctrl C). Next, highlight the group of boxes in the column starting below the first formula all the way down to the end of the numbers you have and paste the formula you just copied. Exel will then multiply every number on the left by that formula so row two will be A2*1.25 and row three will automatically be A3*1.25 etc... This is the quickest way of doing it and it only takes two cols.
Reply With Quote
  #16 (permalink)  
Old Mar 18, 05
Registered User
 
Join Date: Sep 2001
matéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the roughmatéo is a jewel in the rough
thanks so much the last example worked no problem!
this saved me many hours!
Reply With Quote
Reply


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 On

Forum Jump


All times are GMT -7. The time now is 07:28 AM.


Forum software by vBulletin
Circa 2000 FNK.CA