teebird
Technical User
- Dec 11, 2001
- 239
Hi All
I have a number of lookup tables (named ranges) on Sheet3
Named Range Column 1 - Column 2 - Column 3
Admin . . . . . . . . .AO1 . . . . .0 . . . . . . .50
. . . . . . . . . . . . . AO2 . . . . 51 . . . . . 100
Prof . . . . . . . . . .P1 . . . . . .0 . . . . . . . 50
. . . . . . . . . . . . .P2 . . . . . 51 . . . . . .100
Sheet 1 I have a form. What I want is a formula so that when a number is entered into Cell B2 on Sheet 1, Excel will first match the option selected to the corresponding named range on Sheet 3 eg. Admin. Then it will look through the range to match the number entered (76) to a range of numbers. My option button is called "Forms.OptionButton.1"
Sheet 1
Cell B2 = 76
Option button choice selected = Admin
Excel will find the named range Admin then look for where the 76 is and return the value in the 1st column - in this case AO2.
Any assistance would be greatly appreciated. I have no idea where to start. I am thinking a lookup function but the option button has lost me.
thanks Tee
I have a number of lookup tables (named ranges) on Sheet3
Named Range Column 1 - Column 2 - Column 3
Admin . . . . . . . . .AO1 . . . . .0 . . . . . . .50
. . . . . . . . . . . . . AO2 . . . . 51 . . . . . 100
Prof . . . . . . . . . .P1 . . . . . .0 . . . . . . . 50
. . . . . . . . . . . . .P2 . . . . . 51 . . . . . .100
Sheet 1 I have a form. What I want is a formula so that when a number is entered into Cell B2 on Sheet 1, Excel will first match the option selected to the corresponding named range on Sheet 3 eg. Admin. Then it will look through the range to match the number entered (76) to a range of numbers. My option button is called "Forms.OptionButton.1"
Sheet 1
Cell B2 = 76
Option button choice selected = Admin
Excel will find the named range Admin then look for where the 76 is and return the value in the 1st column - in this case AO2.
Any assistance would be greatly appreciated. I have no idea where to start. I am thinking a lookup function but the option button has lost me.
thanks Tee