Return match range dynamically

cc1987

New Member
Joined
Mar 4, 2016
Messages
18
Hi,

I'm trying to find a formula that will dynamically return a range containing non-na values only.
I have one table that can contain different numbers of rows/columns and then a second to extract complete values only.
question.PNG


In the second one, I can filter row names & column headers to be complete values but I'm looking for a single formula that could go in cell B8 to then return the values as in the image.

*On a work laptop and cannot install XL2BB for the mini sheet
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Upvote 0

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
Another option
+Fluff 1.xlsm
ABCDEFGHIJKLMN
1
22020-2158434000#N/A#N/A#N/A#N/A#N/A96
32021-220004244#N/A#N/A#N/A#N/A#N/A50
42019-2028000420#N/A#N/A#N/A#N/A#N/A70
5
6
7
82020-215843400096
92021-22000424450
102019-202800042070
11
Primary
Cell Formulas
RangeFormula
M2:M4M2=SUM(IFERROR(B2:K2,0))
A8:H10A8=FILTER(A2:M4,MMULT(SEQUENCE(,ROWS(A2:M4),,0),--(ISERROR(A2:M4)))=0)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,589
Messages
6,120,415
Members
448,960
Latest member
AKSMITH

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