Make a list removing those containing "Blank"

londa_vba

Board Regular
Joined
May 11, 2023
Messages
61
Office Version
  1. 365
Platform
  1. Windows
Hi
I found the code below that works how I would like; however, when I have some merged cells between rows 34 through 38 and would like the list to continue on the next page at row 39-64 and I am not sure how to make that happen.

Excel Formula:
=IFERROR(INDEX($V$10:$V$33,SMALL(IF(NOT($V$10:$V$33="Blank"),ROW($V$10:$V$33)-ROW(INDEX($A$10:$A$33,1,1))+1),ROWS($Y$10:$Y10))),"")
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Hi
I found the code below that works how I would like; however, when I have some merged cells between rows 34 through 38 and would like the list to continue on the next page at row 39-64 and I am not sure how to make that happen.

Excel Formula:
=IFERROR(INDEX($V$10:$V$33,SMALL(IF(NOT($V$10:$V$33="Blank"),ROW($V$10:$V$33)-ROW(INDEX($A$10:$A$33,1,1))+1),ROWS($Y$10:$Y10))),"")
Disregard this post. Not sure how to delete it
 
Upvote 0

Forum statistics

Threads
1,216,741
Messages
6,132,450
Members
449,729
Latest member
davelevnt

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