I'm trying to post a value in one cell based on the selected value in another.
If [Size] = "XS" then return the value of 40
If [Size] = "S" then return the value of 200
If [Size] = "M" then return the value of 400
If [Size] = "L" then return the value of 600
If [Size] = "XL" then return the value of 1000
If [Size] = "XXL" then return the value of 3500
If no size is selected, leave the cell blank