Adding a range name
Select range, then enter the name in the name box
Or select an array and under formula tab select create from selection.
Use name manager to edit
Add developer tab
Access macros and form controls.
Insert (button you can attach to a macro) check box, combo box returns numeric value of position, list box, radio button, labels)
Active x
Form controls with vba
Look up feature in a dashboard
Use a combo box to create a drop down to select that field. Then reference that cell in your lookup function.
Index()
A look up function: index looks in a data range
Index(array or reference, row number, column number)