Results from a combo box into a formula

D

Dan S

I created a combo box that looks at a small table of values. After one of
those values has been selected how do I get that value to use in a formula in
a cell next to it? Does this really get in VB/advanced knowledge?

Thanks,
Dan
 
B

Bob Phillips

No, just link your combobox to a cell, and use that cell in the formula.

on the combox, right-click, select Format Control, Control tab.
 
Top