Greetings,
I'm reading J.Walkenbach's Excel 2007 PP with VBA on monitoring a range to validate data entry but could not make a sense to help me with this lil' problem
I've multiple worksheets in which column D contains text string (post, location & grade) & column E contains the corresponding grade only. Data entry into col E is "restricted" by means of dropdown list (from another worksheet named DropDownList). Sample of data in those worksheets is as below:
and the dropdown list/range labelled Gred which is in a worksheet named DropDownList is as below:
I'm using dropdown in E currently to save time & minimise typing error as at times other people will be updating these data (not to mention that this is the only step so far that i know LOL)
Q:
How could I have cells in column E compare/reflect the grade in column D?
I'm reading J.Walkenbach's Excel 2007 PP with VBA on monitoring a range to validate data entry but could not make a sense to help me with this lil' problem

I've multiple worksheets in which column D contains text string (post, location & grade) & column E contains the corresponding grade only. Data entry into col E is "restricted" by means of dropdown list (from another worksheet named DropDownList). Sample of data in those worksheets is as below:
Excel Workbook | ||||
---|---|---|---|---|
D | E | |||
1 | Tempat | Gred | ||
2 | Timbalan Pendakwa Raya Unit Pendakwaan Negeri Melaka (Mahkamah Sesyen Melaka) Gred L41 | L41 | ||
3 | Timbalan Pendakwa Raya Unit Pendakwaan Negeri Melaka (Mahkamah Sesyen Melaka) Gred L41 (Kontrak) | L41 (K) | ||
Sheet |
and the dropdown list/range labelled Gred which is in a worksheet named DropDownList is as below:
Excel Workbook | |||
---|---|---|---|
J | |||
1 | L41 (K) | ||
2 | L41 | ||
3 | L44 (M) | ||
4 | L44 | ||
5 | L48 (M) | ||
6 | L48 | ||
7 | L52 (M) | ||
8 | L52 | ||
9 | L54 (M) | ||
10 | L54 | ||
Sheet |
I'm using dropdown in E currently to save time & minimise typing error as at times other people will be updating these data (not to mention that this is the only step so far that i know LOL)

Q:
How could I have cells in column E compare/reflect the grade in column D?