Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to multiply all entries in an excel column by a number [closed]

Tags:

excel

I have an excel sheet with huge column size. I want to operate upon the column (no copying to a blank column) and multiply all the entries in that column by 1000, replacing the previous entries. Any help is appreciated. Thanks.

like image 764
Iknoor Avatar asked Apr 25 '13 00:04

Iknoor


2 Answers

Here is the solution for you.

All you need to do is write a value in a cell, copy that and then use paste special option.

How to multiply a range cells by a number in Excel?

like image 197
Sachin Avatar answered Nov 20 '22 03:11

Sachin


you can put the number that you need to multiply for in an other cell, for example in the image is B1, then create an other column multiplying the first number (image is A2) by the one in B1, but put the formula with $B$1 instead of B1, that will keep B1 value static, then drag the formula down and that is it, a new column with all entries multiplied by B1.

enter image description here

like image 5
Balz Avatar answered Nov 20 '22 03:11

Balz