Re: Row Compression
- From: "Duke Carey" <duke_No_Junk_carey_at_hotmail.com>
- Date: Sat, 16 Apr 2005 06:41:25 -0400
If the order of your rows has to be maintained, you can insert a new column
A, fill it with a series of numbers, 1 thru n, then sort on the column with
the blanks, delete the 'bad' rows, re-sort by the column with the series in
it, and finally delete that column.
Otherwise, use Jim's suggestion
"W. Watson" <wolf_tracks@xxxxxxxxxxx> wrote in message
news:rA08e.6997$lP1.5201@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Is it possible to remove rows that are blank in some column?
>
> Suppose I have
>
> a 4
> b 6
> 8
> d 2
> e 9
>
> And want to remove rows with a blank in column 1 and collapse the whole
> array to get:
>
> a 4
> b 6
> d 2
> e 9
>
> --
> Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA)
> (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
> Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet
>
> "Academic disputes are vicious because so little
> is at stake." -- Anonymous
>
> Web Page: <home.earthlink.net/~mtnviews>
>
.
- Follow-Ups:
- Re: Row Compression
- From: W. Watson
- Re: Row Compression
- References:
- Row Compression
- From: W. Watson
- Row Compression
- Prev by Date: Re: Hiding rows before printing
- Next by Date: Re: Complicated Formula
- Previous by thread: Re: Row Compression
- Next by thread: Re: Row Compression
- Index(es):
Relevant Pages
|