Help on combining formulas

Dazzybeeguy

Board Regular
Joined
Jan 6, 2022
Messages
120
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
I have a spreadsheet with this formula in say cell B6

=XLOOKUP(B5,Teams!C5:T5,Teams!C6:T30)

In another column I have

=FILTER(VSTACK(B6#),VSTACK(B6#)<>0)

How can I combine the two together so its all in cell B6

TIA
 

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
Hello, a proposition
Excel Formula:
=LET(tbl, VSTACK(XLOOKUP(B5,Teams!C5:T5,Teams!C6:T30)), FILTER(tbl, tbl<>0))
 
Upvote 0
Solution

Forum statistics

Threads
1,226,074
Messages
6,188,727
Members
453,494
Latest member
Alt F11

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