Excel sheet increases when using Paste Special's Multiply option.

bnkolev

New Member
Joined
Feb 19, 2018
Messages
6
Hi all,

I have a lot of columns in excel that I want to multiple by the same number, but want to do it in the same cells without having to create new sheets etc. I found the Paste Special + Multiply option. It does the job, but it increases the size of my excel sheet by a significant number. It seems it is multiplying the empty cells in the selected columns and I could not find a way around it. is there a way to do this without increasing the size of my excel sheet?

Thanks, Boris
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi all,

I have a lot of columns in excel that I want to multiple by the same number, but want to do it in the same cells without having to create new sheets etc. I found the Paste Special + Multiply option. It does the job, but it increases the size of my excel sheet by a significant number. It seems it is multiplying the empty cells in the selected columns and I could not find a way around it. is there a way to do this without increasing the size of my excel sheet?
Thanks, Boris
Try using
Code:
SkipBlank:=True
argument.

Or if doing it manually, check the 'Skip Blanks' box.
 
Last edited:
Upvote 0
Even with Skip Blanks box, it multiplies the empty cells and gives a value "0" to where previously the cells where empty.
 
Upvote 0
Try using
Code:
SkipBlank:=True
argument.

Or if doing it manually, check the 'Skip Blanks' box.


Even with Skip Blanks box, it multiplies the empty cells and gives a value "0" to where previously the cells where empty.
 
Upvote 0
that is odd. On my system, the blanks remain blank.
 
Upvote 0

Forum statistics

Threads
1,215,444
Messages
6,124,892
Members
449,194
Latest member
JayEggleton

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top