![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Location: Uttoxeter, England
Posts: 38
|
Is there a way I can perform a sort on more than 3 fields at the same time?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
1. You could record a macro.
2. You could create and sort on a concatenated field. |
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Location: Uttoxeter, England
Posts: 38
|
Thanks very much - the concatenate option looks good.
|
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
=CONCATENATE(A:A,",",B:B,",",C:C) |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|