a sorting dilemma

R

rodchar

hi all,

i have a simple spreadsheet as follows:

excel row,name,type
1,john,email
2, , phone
3,cathy,pager
4, , cell phone

I want to sort by type.
The problem is 2 rows represent a person. The column Name is merged, which
takes up 2 rows. But the Column type can have either merged cells or
individual cells.

Anyone know of different ways to solve this?

thanks,
rodchar
 
J

JBeaucaire

There are two design errors here to overcome. A true database styl
environment uses one row per data set, you've got two. You shoul
consider redesign into a standard format to alleviate this problem an
all future ones that stem from non-standard design

Merged cells are for presentations. On the sheets you "work" with, yo
should not employ Merged Cells since it breaks so many formulas an
closes doors to simple solutions

If presentation is key in an excel sheet, use another sheet to gathe
data together and format that sheet for presentation. Leave your ra
data in a simple, manageable layout
 
S

Sean Timmons

The only fix I can give you is to unmerge the rows. Then, just enter the
person's name in each of the rows. That would fix it.

Suggestion would be to highlight the column and uncheck merge cells. Then,
in the first blank row, enter = and reference the cell just above. Copy this
formula and do Edit - Go to - Special - Blanks and paste. Copy the column
again and paste-special values to get rid of the formulas...
 
R

rodchar

Thanks everyone. This was very helpful,
rod.

Sean Timmons said:
The only fix I can give you is to unmerge the rows. Then, just enter the
person's name in each of the rows. That would fix it.

Suggestion would be to highlight the column and uncheck merge cells. Then,
in the first blank row, enter = and reference the cell just above. Copy this
formula and do Edit - Go to - Special - Blanks and paste. Copy the column
again and paste-special values to get rid of the formulas...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top