add a number into a cell when a dropdown menu item is selected
I have two items in a dropdown menu in Numbers. When one is selected I need a number to be inserted into a cell in another row, when the other is selected,d I need a different number to be inserted to that cell
I was wondering if it's something like this:
(if B2=choice2; then C2=20);(if B2=choice3; then C2=40)
but obviously that's not working....