I want to create a vlookup formula based on the value in a combo box control. I can’t remember how to find the name of the control to reference it in the vlookup formula. When I select the combo box and goto Insert, Name, Define the name at the bottom of the dialog is “Drop Down 1033”.
I want the vlookup formula to look at the value (text) in the combo box, then goto a named range. The formula I tried is
=vlookup(“Drop Down 1033”,salesno,2,false)
I get the NA error.
Any ideas?
Thanks,
Craig.