ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Create Condensed List from Imported Data (https://www.excelbanter.com/excel-discussion-misc-queries/245637-create-condensed-list-imported-data.html)

Lemmesee

Create Condensed List from Imported Data
 
I have a sheet that has Imported Data from a test file. I refresh this data
often. The Imported data has many Blank rows.
On another Sheet, I need to make a list of the Imported Data, Col A. I need
the list to have the Blank Cells OMITTED.
I prefer not to use AutoFilter.

Is there some way that i can do this?

Stefi

Create Condensed List from Imported Data
 
Try to record a macro! I got this when doing the job in your request:

Sub Macro1()

Columns("A:A").Select
Selection.AutoFilter
Selection.AutoFilter Field:=1, Criteria1:="<"
Selection.SpecialCells(xlCellTypeVisible).Select
Range("A1").Select
Selection.Copy
Sheets("Munka6").Select 'destination sheet
ActiveSheet.Paste
End Sub

You can assign a hot key to the macro!

Regards,
Stefi

€˛Lemmesee€¯ ezt Ć*rta:

I have a sheet that has Imported Data from a test file. I refresh this data
often. The Imported data has many Blank rows.
On another Sheet, I need to make a list of the Imported Data, Col A. I need
the list to have the Blank Cells OMITTED.
I prefer not to use AutoFilter.

Is there some way that i can do this?


Gord Dibben

Create Condensed List from Imported Data
 
Copy the entire sheet then select a column that would have the blank
rows..................F5SpecialBlanksOK

EditDeleteEntire Row.


Gord Dibben MS Excel MVP

On Thu, 15 Oct 2009 20:04:01 -0700, Lemmesee
wrote:

I have a sheet that has Imported Data from a test file. I refresh this data
often. The Imported data has many Blank rows.
On another Sheet, I need to make a list of the Imported Data, Col A. I need
the list to have the Blank Cells OMITTED.
I prefer not to use AutoFilter.

Is there some way that i can do this?




All times are GMT +1. The time now is 06:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com