View Single Post
 
Old 06-11-2013, 02:03 PM
mkasem mkasem is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Jun 2013
Location: US
Posts: 1
mkasem is on a distinguished road
Default Trying to update a table cell with a value based on a drop down box entry

Hi,
I created a drop box that has 4 possible responses. Each response has a weight on it. I would like to create a function/macro/code to update the table cell with that weighted value.

For example:

Select color (blue =1, red =2, yellow =3) - Users selects red - Output = 2
Select Town (Boston=1, New York=2, LA = 3) - Users selects LA - Output = 3
etc... -----------------
Final Score = 5


Thanks
Reply With Quote