Hi guys, I'm working on a new order, and am doubling the quantities from a previous one. Does anyone know a way to select a range of cells and automatically double the number in each field? That would save me oodles of time.
well I know a way but it isn't really what you want. It would be taking the cell next to it (or somewhere) and multiplying the orig x 2. Drag that down the range to get all the new values, then cut and paste special to paste just the values, not the formula
Dork !
It's Excel, not Excell.
Exactly. Mycrosoft Excell. It came free with my copy of Wyndows XP.Not in china![]()
Dork !
It's Excel, not Excell.
- In an empty cell, enter the number that you want to multiply by.
- Select that cell, right click and Copy .
- Select the range of cells you want to multiply.
- Right-click them and select Paste Special.
- Click Multiply.
Congratulations.
Dork !
It's Excel, not Excell.
- In an empty cell, enter the number that you want to multiply by.
- Select that cell, right click and Copy .
- Select the range of cells you want to multiply.
- Right-click them and select Paste Special.
- Click Multiply.
Congratulations.
You should have had him create a macro containing loops in VBA. That's how real men do it.