Put in order without blanks

bluefeather8989

Active Member
Joined
Nov 20, 2009
Messages
325
Office Version
  1. 365
Platform
  1. Windows
In cells C18:C30 is a list of numbers and letters that are values from a formulas. I nee a way if possible to Order these without the blank.example in E18:E30.

Screenshot 2024-03-09 223234.png
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Like this perhaps:

CDEF
17FormulaFilter blanks
18111
19222
20333
21444
22555
23666
24777
25R
26H
27E
28RR
29HH
30EE
Sheet1
Cell Formulas
RangeFormula
C18:C30C18=IF(F18:F30="","",F18:F30)
D18:D27D18=FILTER(C18:C30,C18:C30<>"")
Dynamic array formulas.

Or in one go, if the formula is an array formula:

CDEF
16Filtered
17Formula
1811
1922
2033
2144
2255
2366
2477
25R
26H
27E
28R
29H
30E
Sheet1
Cell Formulas
RangeFormula
C18:C27C18=LET(f,IF(F18:F30="","",F18:F30),FILTER(f,LEN(f)))
Dynamic array formulas.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,737
Messages
6,126,575
Members
449,318
Latest member
Son Raphon

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