Match Data on list & extract

geeitsme

Board Regular
Joined
Mar 12, 2002
Messages
78
Im using XL 2k and working on several worksheets. Im trying to create a formula to do the following.

On Hardware Wksht Tab cell B20 should extract data from HardwareLIST Wksht if it matches to cell C20 from Hardware Wksht Tab. The cell in HardwareLIST A10 is a drop down list of hardware.

C20 Specifies 4 x 8 Only
C21 Specifies 4 x 9 Only
C22 Specifies 4 x 10 Only

However the drop list contains 3 different types of 4x8's, 4x9's & 4x10s. If selected then B20 should read drop list and match criteria & return the value from HardwareLIST D10. Im having trouble formulating this one. Any hints?

Thanks
Gee
 
I downloaded the addIn and I select Used Range and it highlights the columns and nothing else happens. No new browser is activated.
Silly question, but did you follow the message box prompts from there?
 
Upvote 0

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
No message prompts popped up.

Anyways the formula worked for me by naming the list instead of cell referencing.

=SUMIF(WoodSizes,"eig*",amounts)
=SUMIF(WoodSizes,"nin*",amounts)
=SUMIF(WoodSizes,"ten*",amounts)

Now they add my values according to type.

Thanks for the help & quick assistance and for the colo addin.

Gee
 
Upvote 0
Such a very amazing link!
This is an interesting discussion. thank you for sharing.
Please welcome to me.
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,606
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top