On the top I have all of the contact/data information.
Below that I have a blank merged cell row that I can imput the details.
Even if I don't use the merged cells, I will still have the problem of not
being able to sort the two rows together; right?
I really appriciate your help.
> > But every contact is going to have a lot of data. And every contact will
> > have notes.
[quoted text clipped - 23 lines]
>
> gls858
> .. On the top I have all of the contact/data information.
> Below that I have a blank merged cell row that I can imput the details.
> Even if I don't use the merged cells, I will still have the problem of not
> being able to sort the two rows together
In row2: Bob Smith/IRA/Destination/Amount/Address/Phone Number
In row3: Notes: Bob Smith called to say that he received the paperwork
(merged)
Just venturing some thoughts ..
Assuming the sample data above is in cols A to F, in row2 down ..
Insert a new col A, unmerge & left align the merged cells in cols B to G
Then put in A2: =INT((ROW(A1)-1)/2)+1
Copy A2 down to return a "double numbered row" series: 1,1,2,2,3,3 ...
Kill the formulas in col A with an "in-place" copy > paste special > values
The double numbered rows would stick together as long as we sort cols A to G
with col A as the 1st sort key ..

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Max - 14 Sep 2006 09:38 GMT
Instead of merging the 2nd row for each record in cols B to G, try "Center
across selection". Select the cells, then Format > Cells > Alignment tab,
under Text alignment - Horizontal's droplist, select "Center Across
Selection" > OK. You could do the above for the "2nd row" of the 1st record
then use the format painter (double-click on the icon, with the
centred-aross-selection cells selected) to paint the format to the rest.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---