BrighJShane
New Member
- Joined
- Jul 7, 2017
- Messages
- 4
Hi! I am very new to this forum and have beginner level VBA skills. I have spreadsheet with A-L columns and 121 rows "A7:L121" is the entire range of the dataset. I want to have a shortcut through a macro that will sort based on the following criteria:
Sort the "status" column (C) (It's either Open or Close), then after that, to sort it by the "priority" column (B) which is 1,2, 3 with one being the highest priority, then sort it by "team" column (F) through alphabetical order and then finally sort it by "due date" column (J) with the most recent ones come first. Then print the final results.
I created a couple of macros separately but things got messed up and it doesn't do it in order so i deleted them.
I would appreciate any help as its been bugging me for a while.
Have a lovely Weekend
Shane
Sort the "status" column (C) (It's either Open or Close), then after that, to sort it by the "priority" column (B) which is 1,2, 3 with one being the highest priority, then sort it by "team" column (F) through alphabetical order and then finally sort it by "due date" column (J) with the most recent ones come first. Then print the final results.
I created a couple of macros separately but things got messed up and it doesn't do it in order so i deleted them.
I would appreciate any help as its been bugging me for a while.
Have a lovely Weekend
Shane