How do I write the formula so that all x,y coordinates are display without spaces using a FILTER???

arthurz11

Board Regular
Joined
Nov 9, 2007
Messages
158
Office Version
  1. 2021
Platform
  1. Windows
How
Picture1.png
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
from the looks of it, it just combines all the x,y tables
 
Upvote 0
from the looks of it, it just combines all the x,y tables
The process that I am doing is that I first filter the data vertically. Now I need to filter the data horizontally. The ranges are very, very long. But just knowing how to write the filter horizontally will facilate my results. The actual range that I am doing is from WY11 to BLN11. So as you can see, that'a a very, very long range. So instead of copy and paste, the FILTER formula would be much simplier. Would you please be so kind as to let me know what do I write after =FILTER(A2:H2,A2:H2 so I can get the results like rolls A11, A12, and A13?
 
Upvote 0
Not much to go on but try
Excel Formula:
=FILTER(A2:H4,A1:H1<>"")
 
Upvote 0
Solution
Like this ?

Excel Formula:
=FILTER(A2:H4,(A2:H2<>"")*(A3:H3<>"")*(A4:H4<>""),"")

1724991076399.png
 
Upvote 0
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,221,517
Messages
6,160,266
Members
451,635
Latest member
nithchun

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