I was working on an application which reads data from supplied spreadsheets. In one column it expected a %. It expected it to be written as 30 (for example for 30%). However some spreadsheets arrived with the % written as 0.30.
So to change these value within the spreadsheet (for any selected range) I wanted to simply multiple the selected cells by 100.
To achieve this is very simple. Just follow these steps
- In an empty cell type 100
- Now select the altered cell and copy it
- Next, select the range of cells you wish to multiply by the copied value
- Right mouse click on the cells and select Paste Special
- Select the Operation Multiple and press OK
- Finally delete the cell we added in step 1