Prev: How do I create a travel expense report by employee, by campus, b.
Next: counting function with weekdays only
From: dp_amsafe_elkhart on 23 Mar 2010 12:11 I have a combo box in cell C2, with facility locations in it. In another cell i want to either have an if statement if it matches the name put in an overhead rate or i could do a vlookup and have a hidden table in the sheet. Is there a way to do either of these on a combo box.
From: T. Valko on 23 Mar 2010 12:37
What kind of combo box is it? Is it a Forms combo box or a Control Toolbox combo box? You have to do the lookup based on the combo box linked cell. The 2 types of combo boxes use the linked cell differently. A Forms combo box will return the selection *index number* to the linked cell. A Control Toolbox combo box will return the actual selection to the linked cell. -- Biff Microsoft Excel MVP "dp_amsafe_elkhart" <dp_amsafe_elkhart(a)discussions.microsoft.com> wrote in message news:A5834576-AD11-496A-959B-E086B4D210FF(a)microsoft.com... >I have a combo box in cell C2, with facility locations in it. In another > cell i want to either have an if statement if it matches the name put in > an > overhead rate or i could do a vlookup and have a hidden table in the > sheet. > Is there a way to do either of these on a combo box. |