Hi there.
I have the following cells whose values will be in drop-down list. Except for "cost". "cost" will automatically generate values which are dependent on the values of "subject" and "schedule".
Subject Schedule Cost
I will have hidden in the worksheet a reference chart, all the combinations and permutations of "subject", "schedule" and "cost".
for example.
Subject Schedule Cost
maths full time 500
maths part time 300
english full time 525
english part time 255
etc...
So therefore when the user select "maths" in the "subject" field and "part time" in the "schedule" field the "cost" will be "300".
I am wondering if it is pratical to do this in excel, either through macros or formulas via 'if' statements? I am new to macros. If it can be done with formulas just point me in the right direction please...
Thanks a million in advance.
I have the following cells whose values will be in drop-down list. Except for "cost". "cost" will automatically generate values which are dependent on the values of "subject" and "schedule".
Subject Schedule Cost
I will have hidden in the worksheet a reference chart, all the combinations and permutations of "subject", "schedule" and "cost".
for example.
Subject Schedule Cost
maths full time 500
maths part time 300
english full time 525
english part time 255
etc...
So therefore when the user select "maths" in the "subject" field and "part time" in the "schedule" field the "cost" will be "300".
I am wondering if it is pratical to do this in excel, either through macros or formulas via 'if' statements? I am new to macros. If it can be done with formulas just point me in the right direction please...
Thanks a million in advance.