Re: locking or grouping rows
- From: "Jimquist" <Jim-Almquist@xxxxxxx>
- Date: Fri, 3 Jun 2005 23:02:31 -0600
This doesn't work for me. Probably I don't understand what you mean by
"drag down"
thanks for trying -
"Dave Peterson" <ec35720@xxxxxxxxxxxxxxxxx> wrote in message
news:42A0C35B.19A55507@xxxxxxxxxxxxxxxxxxxx
> You can do it, but keeping your data in this format makes things like this
> much
> tougher than using one row per record.
>
> Try this against a saved copy of your workbook--if it doesn't work, close
> without saving!
>
> Insert a new column A.
> Insert a new row 1 for headers.
>
> Put this in A2 and drag down.
> =IF(MOD(ROW(),4)=2,B2,A1)&"--"&ROW()
>
> (It'll look funny, but it should sort ok.)
>
> Now select column A and do Edit|copy, Edit|paste special|Values
>
> Now sort your data using column A as the key. Delete column A when you're
> done.
>
>
>
>
>
>
> Jimquist wrote:
>>
>> I have made an address book and find that I am unable to sort it.
>> I "think" I need to group several rows.
>> 1st row: name > street number > children names > Home Phone
>> 2nd row: > city, state, zip > more names > Cell Phone
>> 3rd row: > > more names >
>> 4th row: blank - separator
>>
>> Is it possible to group those 4 rows to be able to sort on name in column
>> 1?
>> I'd like to keep this format rather than spread the information across
>> 8 -
>> 10 columns.
>> tia, Jim
>
> --
>
> Dave Peterson
.
- Follow-Ups:
- Re: locking or grouping rows
- From: Dave Peterson
- Re: locking or grouping rows
- References:
- locking or grouping rows
- From: Jimquist
- Re: locking or grouping rows
- From: Dave Peterson
- locking or grouping rows
- Prev by Date: Re: Deleting All Range Names
- Next by Date: Formula - Amortization
- Previous by thread: Re: locking or grouping rows
- Next by thread: Re: locking or grouping rows
- Index(es):
Relevant Pages
|