ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   multiply A by 1000 record results in B (https://www.excelbanter.com/excel-worksheet-functions/67266-multiply-1000-record-results-b.html)

Mother Goose

multiply A by 1000 record results in B
 
how do I multiply the values in column A by 1000, and put the results in
column B


Steve G

multiply A by 1000 record results in B
 


"Mother Goose" wrote:

how do I multiply the values in column A by 1000, and put the results in
column B


If the first cell happens to be A1, the in B1 you would enter:
=SUM(A1*1000)
and hit enter.

To apply this formula to the rest of the B column you could select the B1
cell, put the pointer on the small square in the lower right-hand corner of
the cell, and drag down the column. This will apply the formula that you
entered in the B1 cell to all the cells that you drag down to.

Bob Phillips

multiply A by 1000 record results in B
 
=A1*1000

and copy down

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Mother Goose" wrote in message
...
how do I multiply the values in column A by 1000, and put the results in
column B




Ken Wright

multiply A by 1000 record results in B
 
The SUM function is unnecessary here and can be dispensed with altogether,
eg

=A1*1000.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------


"Steve G" <Steve wrote in message
...


"Mother Goose" wrote:

how do I multiply the values in column A by 1000, and put the results in
column B


If the first cell happens to be A1, the in B1 you would enter:
=SUM(A1*1000)
and hit enter.

To apply this formula to the rest of the B column you could select the B1
cell, put the pointer on the small square in the lower right-hand corner
of
the cell, and drag down the column. This will apply the formula that you
entered in the B1 cell to all the cells that you drag down to.





All times are GMT +1. The time now is 04:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com