skipping blank cells while I am Coping a formula down using the fill handle in Excel

Corried

Board Regular
Joined
Dec 19, 2019
Messages
217
Office Version
  1. 2019
Platform
  1. Windows
  2. Web
Hello Excel

Would love your support

How To skip blank cells while Coping a formula down by dragging the fill handle.


I have a formula which to copied data on a next worksheet. The problem is. I want to copy the formula down, while skipping the blank of black cells which is indicated on the picture above



Thanks in advance
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
there are two ways to do it - one is not applicable in your case: it would require to have always the same number of balnk and non blank cells.
The other way to do it is to make the area a filtered list and Fliter out the blank cells. Then Filling down will not affect the hidden blank cells.

however I would normally have the formula everywhere and figure out a way (depending on the values in the blank cells or another condition) to make the cells only to appear to be empty.
 
Upvote 0
The other way to do it is to make the area a filtered list and Fliter out the blank cells
Thanks for your reply. The problem I am having is this. The formula is paste without pasting on the blank cells but with the wrong reference number. How can I get around this?

Thanks in advance
 
Upvote 0
what is the formula?
I cannot completely understand what you are saying.
 
Upvote 0
Thanks for your reply. The problem I am having is this.

  1. The cells are update but carries the wrong reference number. in other words, if the reference number in cell #1 is "A5" than follow by a blank cell in cell #2 after, follow by a cell with value on cell #3. the next reference valve should by "A6".
See example:

Correct Pasting #1 Example

=SUMPRODUCT('[Countries Indicators #1 NSB (1).xlsm]PMI'!A5)Correct value on Left
Blank Cell on Left
=SUMPRODUCT('[Countries Indicators #1 NSB (1).xlsm]PMI'!A6)Correct Value on left


Wrong Pasting #2 Example

=SUMPRODUCT('[Countries Indicators #1 NSB (1).xlsm]PMI'!A5)Correct value on Left
Blank Cell on Left
=SUMPRODUCT('[Countries Indicators #1 NSB (1).xlsm]PMI'!A7)Wrong Value on Left
The problem I am getting is #2 example. How can I fit this?



Thanks in advance
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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