Link to home
Start Free TrialLog in
Avatar of maverick0728
maverick0728Flag for United States of America

asked on

Userform combobox display values that meet criteria from a worksheet or named range

I have a worksheet:
col a = partnum
col b = description
col c = process
the data looks like this (col a: col b: col c)
part1: apartnum1: Make
part2: apartnum2: Buy
part3: apartnum3: Make
part4: apartnum4: Make
part5: apartnum5: Buy
part6: apartnum6: Make

I want to have a combobox on a userform that displays only the parts that have a process of "Make" in column c.  With the example above, I would see these partnum's in my combobox
part1
part3
part4
part6

How can I do this?  Attach an example spreadsheet if possible.  Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Martin Liss
Martin Liss
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of maverick0728

ASKER

Awesome, thanks.
You're welcome and I'm glad I was able to help.

In my profile you'll find links to some articles I've written that may interest you.
Marty - MVP 2009 to 2015