Hi all,
I need to find away to auto populate a field with a specific description based on the following
I have a row that contains 3 columns, column A has a drop down box with 2 choices. Column B has a drop down list with 10 options. Column C needs to auto populate based on the combination of choices made in column A and B
Column/Field A1 has 2 options that are selected from a drop down list, they are Alberta and Manitoba
Column/Field B1 has 10 different choices that are selected from a drop down list, they are the course code names to 5 different courses. There is an old course code and a new course code for each course so 2 course code names for each course, 10 course codes for 5 courses. Each of the 5 courses not only have 2 course numbers (old & new) they also have 2 different course names. The name of the courses are strictly related to the selected province and not the course code.
Column/Field C1 needs to auto=populate with the correct course name based on the combination selected in column A (Province) and Column B Course Code.
My data table looks like this
---Column B List---- --Column C Description--
Course Codes Manitoba Desc Alberta Desc
column A9 Column B9 Column C9 Column D9
B1005 6700 A Accounting Practical Accounting
B1006 6800 Law 1 General Law
B1007 6900 Nursing 1 Practical Nursing
D4000 8500 Drafting Basic Drafting
Example:
A1 I select Alberta from a drop down list
B1 I select course D4000
The formula identifies to use the Alberta description for D4000 "Basic Drafting" This is auto-populated in to C1
Thanks again for your help!
I need to find away to auto populate a field with a specific description based on the following
I have a row that contains 3 columns, column A has a drop down box with 2 choices. Column B has a drop down list with 10 options. Column C needs to auto populate based on the combination of choices made in column A and B
Column/Field A1 has 2 options that are selected from a drop down list, they are Alberta and Manitoba
Column/Field B1 has 10 different choices that are selected from a drop down list, they are the course code names to 5 different courses. There is an old course code and a new course code for each course so 2 course code names for each course, 10 course codes for 5 courses. Each of the 5 courses not only have 2 course numbers (old & new) they also have 2 different course names. The name of the courses are strictly related to the selected province and not the course code.
Column/Field C1 needs to auto=populate with the correct course name based on the combination selected in column A (Province) and Column B Course Code.
My data table looks like this
---Column B List---- --Column C Description--
Course Codes Manitoba Desc Alberta Desc
column A9 Column B9 Column C9 Column D9
B1005 6700 A Accounting Practical Accounting
B1006 6800 Law 1 General Law
B1007 6900 Nursing 1 Practical Nursing
D4000 8500 Drafting Basic Drafting
Example:
A1 I select Alberta from a drop down list
B1 I select course D4000
The formula identifies to use the Alberta description for D4000 "Basic Drafting" This is auto-populated in to C1
Thanks again for your help!