I've got a list of customers where the customers are repeated across multiple rows. I'd like to merge cells that are similar in Column A, but not touch anything else. If I could even format bold borders between customers, that'd be great.
Basically,
1 | abc | abc
1 | abc | def
1 | def | xyz
2 | abc |
2 | abc | def
3 | | xyz
4 | abc | qrs
4 | abc | def
5 | mni | xyz
To
1 | abc | abc
| abc | def
| def | xyz
2 | abc |
| abc | def
3 | | xyz
4 | abc | qrs
| abc | def
5 | mni | xyz