Quote:
|
Originally Posted by archVille
How can i drag the = to all the other cells so that automatically will make the (*) ????
|
Insert a column and write a formula to multiply just the number. You can drag the formula down the column to duplicate it for all your rows.
This formula removes the text and commas from the number then mulitplies by 1000000.
=SUBSTITUTE(LEFT(A2,SEARCH(" ",A2)-1),",","")*1000000