In a separate, helper, column in row 2 enter:
=--ISBLANK(A2)
and copy down
Then switch on Autofilter and set this new column to display only 0
Then copy the visible rows and paste them to your separate worksheet
Then remove Autofilter in the original sheet

Signature
Gary''s Student - gsnu200713
M Imran Buhary - 02 Apr 2007 08:52 GMT
Hi Buddy,
I think Max gave me the answer I was looking for.
I wanted to do this without the filtering machanism. And auto updation too.
So, thanks a lot for your time and effort anyway.
keep up the good work Experts....
Regards,
Imran.

Signature
M Imran Buhary
> In a separate, helper, column in row 2 enter:
>
[quoted text clipped - 5 lines]
> Then copy the visible rows and paste them to your separate worksheet
> Then remove Autofilter in the original sheet
One formulas play which makes it dynamic as required
Assume source data in Sheet1, cols A to C, from row2 down. Col A is the key
col, as per post
In Sheet2,
Paste the same col headers into B1:D1
Put in A2:
=IF(Sheet1!A2="","",ROW())
Leave A1 blank
Put in B2:
=IF(ROW(A1)>COUNT($A:$A),"",INDEX(Sheet1!A:A,SMALL($A:$A,ROW(A1))))
Copy B2 to D2. Select A2:D2, copy down to cover the max expected extent of
data in Sheet1, say down to D200. Hide away col A. Cols B to D will return
the required results, ie only the lines where col A in Sheet1 is not blank,
all neatly bunched at the top. When you update in Sheet1's col A, Sheet2
will reflect it automatically.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Hi All,
> I have a worksheet with Colonm Headings and Data below each heading,
[quoted text clipped - 8 lines]
> from
> the original list, its like a building list.
M Imran Buhary - 02 Apr 2007 08:50 GMT
Thanks a lot Max.
That was really impressive and helpful.
keep up the good work.
Regards,
Imran.

Signature
M Imran Buhary
> One formulas play which makes it dynamic as required
>
[quoted text clipped - 29 lines]
> > from
> > the original list, its like a building list.
Max - 02 Apr 2007 11:42 GMT
Welcome. Glad it helped.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Thanks a lot Max.
> That was really impressive and helpful.
[quoted text clipped - 3 lines]
> --
> M Imran Buhary
M Imran Buhary - 22 Jun 2008 08:05 GMT
Hi Max,
You gave me this tip long time ago. Sorry to disturb you again in this one.
Suppose in one column i have maturity dates, Using the same formulas you
gave me earlier is it possible reflect the information automatically sorted
by the column which has the dates?
How do I do this?

Signature
M Imran Buhary
> One formulas play which makes it dynamic as required
>
[quoted text clipped - 29 lines]
> > from
> > the original list, its like a building list.