Hi guys,
I am new to Excel and would like to know what formula to use for the example below.
I have a data table which includes the type of fruit, the size and the result.
I know how to use the data validation function to create a selectable drop down list for both items, but would like to automatically calculate the result based on the options that I chose.
I would like this to be displayed in the result column.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Size[/TD]
[TD="align: center"]Apples[/TD]
[TD="align: center"]Oranges[/TD]
[TD="align: center"]Bananas[/TD]
[/TR]
[TR]
[TD="align: center"]Small[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD="align: center"]Medium[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]6[/TD]
[/TR]
[TR]
[TD="align: center"]Large[/TD]
[TD="align: center"]7[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]9[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Fruit[/TD]
[TD="align: center"]Apples[/TD]
[/TR]
[TR]
[TD="align: center"]Size[/TD]
[TD="align: center"]Med[/TD]
[/TR]
[TR]
[TD="align: center"]Result[/TD]
[TD="align: center"]4[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance
I am new to Excel and would like to know what formula to use for the example below.
I have a data table which includes the type of fruit, the size and the result.
I know how to use the data validation function to create a selectable drop down list for both items, but would like to automatically calculate the result based on the options that I chose.
I would like this to be displayed in the result column.
<tbody>[TR]
[TD="align: center"]Size[/TD]
[TD="align: center"]Apples[/TD]
[TD="align: center"]Oranges[/TD]
[TD="align: center"]Bananas[/TD]
[/TR]
[TR]
[TD="align: center"]Small[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD="align: center"]Medium[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]6[/TD]
[/TR]
[TR]
[TD="align: center"]Large[/TD]
[TD="align: center"]7[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]9[/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD="align: center"]Fruit[/TD]
[TD="align: center"]Apples[/TD]
[/TR]
[TR]
[TD="align: center"]Size[/TD]
[TD="align: center"]Med[/TD]
[/TR]
[TR]
[TD="align: center"]Result[/TD]
[TD="align: center"]4[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance