I have a list of items for sale in (column A) in a dropdown list to be used in a webform....
IE:
Dress $25
Pants $50
Shirt $30
I want to have the total cost of the selected item (single select in the column) populated (dollar amount only) in Column B automatically.
If Item 1 (Dress $25) is selected in Column A
THEN "$25" is populated in Column B (and can be used in a simple math formula at the end of the row).
Can someone help me with this basic formula?