Hi friends,
Please may I be helped with a code that will do the following: If I type a name in column A, and the age in column B, As soon as column B is released, I would like the columns A and B to sort according to column B, ascending order. This must work for all consecutive pairs of columns, so anything in column C, then the age in column D, release column D then all info sort in columns C and D, according to D, ascending order. All and any help will be greatly appreciated. Thank you kindly.
Please may I be helped with a code that will do the following: If I type a name in column A, and the age in column B, As soon as column B is released, I would like the columns A and B to sort according to column B, ascending order. This must work for all consecutive pairs of columns, so anything in column C, then the age in column D, release column D then all info sort in columns C and D, according to D, ascending order. All and any help will be greatly appreciated. Thank you kindly.
Sort.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Pete | 15 | ||||||
2 | Sandra | 12 | ||||||
3 | John | 18 | ||||||
4 | ||||||||
5 | ||||||||
6 | ||||||||
7 | ||||||||
8 | ||||||||
9 | ||||||||
10 | ||||||||
11 | ||||||||
12 | ||||||||
13 | ||||||||
14 | ||||||||
15 | ||||||||
16 | ||||||||
17 | ||||||||
18 | ||||||||
19 | ||||||||
Sheet1 |