
Originally Posted by
mangesh_yadav
If you are using the drop-down from the forms toolbar, then the selection will return you numbers 1 or 2 or 3 or 4 depending on which of the four colors you select.
Your formula should read:
=IF(A1=1,1.07,IF(A1=2,1.05,IF(A1=3,1.07,1.09)))*(C2+C2*C4)
considering that cell A1 is linked to the drop down.
If you have a combo-box from the control toolbox which returns the color name, then simply replace the 1, 2, 3 and 4 with the respective colors like "red", "blue" etc in the above formula
- Mangesh
Bookmarks