If(Dropdown2.Selected.Value = "Calculate two", (TextInput11.Text=Text(Average(Value(TextInput9.Text),Value(TextInput10.Text)))));
I want to calculate the average based on selection on dropdownlist, but it seem not working and I can't find out what's wrong with my code.
Is that any better solution for this? Thanks.