Remove blank cells from column and output list in another column

mlektra

New Member
Joined
Jun 2, 2008
Messages
14
Hi guys, I want to remove blank cells from a column and output list in another column. I have joined a picture to show you.

List is starting at F:3 and goes to F:80. There is a lot of blank space.

I want to output in column G. Starting at G3.

Thanks for the help.


TK0ZPpK.png
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
First create a list from your original Values. Highlight F3:F80 then Above Column A in the text box that should read F3 Type "List"

Then in G3

=IFERROR(INDEX(List, SMALL(IF(FREQUENCY(IF(List<>"", MATCH(ROW(List), ROW(List)), ""), MATCH(ROW(List), ROW(List)))>0, MATCH(ROW(List), ROW(List)), ""), ROW(A1)), COLUMN(A1)), "")

Confirm with Ctrl+Shift+Enter

Then Drag that down to G80
 
Upvote 0
not sure about this. I can't really move or rename stuff. Best thing I can do is to remove titles and grey bar and have my source list in F1.

I can't change what is in F column, this is an output of previous columns (A, B, C, D, E) And theres already stuff in these columns. My list appears like that in F column and I can't really change it. I can start the data wherever I want (F1..F2..F3..) but I must start with that list there.
 
Upvote 0
Here's my stab:
=IFERROR(INDEX($F$3:$F$80,SMALL(IF($F$3:$F$80<>"",ROW($F$3:$F$80)-ROW($F$3)+1,""),ROWS($F$3:F3))),"")

Enter that in G3 with Ctrl Alt Enter, then drag it down

Also, best of luck finding your love.
 
Upvote 0

Forum statistics

Threads
1,215,482
Messages
6,125,060
Members
449,206
Latest member
Healthydogs

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