using dropdown(combobox) instead of data validation to autocomplete items

abdo meghari

Active Member
Joined
Aug 3, 2021
Messages
465
Office Version
  1. 2019
Hi Guys,
I search for using three combo boxes instead of data validation
combobox1 will be in column B,combobox2 will be in column C,combobox3 will be in column D, and should start from row21
when I select combobox1 should populate item in combobox2 based on combobox1 , when select combobox2 then should populate item in combobox 3 based on combobox1,2
for instance :
I have data like this
column B,C,D in BRAND sheet from row2
B C D
BS 1200R20 G580 JAP
BS 1200R20 G580 THI
BS 1200R20 R187 THI
BS 1400r20 VS JAP
combobox1,2,3 are existed in INVOICE sheet from row 21
when select combobox1 =BS 1200R20, then populate in combobox2 =G580 ,R187 , and when select combobox2=G580 then will populate JAP,THI in combobox3
so I don't want any duplicates items in comboboxes 1,2,3 when select specific item as in BS 1200R20 and when write ITEM for instance in combobox1 BS 1200R20 should autocomplete and filter list contains based on written .
I'm talking about OLEObjects(combobox), not on userform .
thanks in advance .
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Could you upload a sample workbook (without sensitive data) to a sharing site like dropbox.com or google drive?
And then share the link here.
 
Upvote 0
I've downloaded your file.
when select combobox1 =BS 1200R20, then populate in combobox2 =G580 ,R187 , and when select combobox2=G580 then will populate JAP,THI in combobox3
What is the combobox for? Is it only to show the information?
Or also to send the information to a specific cell? if so, to what cell?
 
Upvote 0
What is the combobox for?
not just show in three comboboxes ,also in INVOICE sheet should select the item and populate in the cell to issue new invoice
and when write the item in combobox1 then will filter tje whole item until finishing write and populate in the cell where contain the combo box
for instance when select data validation B21 "BS 1200R20" then will populate item in B21 so the same thing when select combobox1 B21 "BS 1200R20" then will populate item in B21 .
three comboboxes should show for each cell to select item until TOTAL row in IVOICE sheet.
the items in three comboboxes will be linked with columns B,C,D in BRAND sheet .
 
Upvote 0
three comboboxes should show for each cell
I don't understand, you want to put the combobox on each cell?
So 3 combobox on each row? on how many rows? say if there are 10 rows then there would be 30 combobox?
 
Upvote 0
Yes should put combobox on each cell
Yes 3 comboboxes on each row
Exactly would be 30 comboboxes as your example,but there's point when start comboboxes should be from row21 and finish to before Total row ,should ignore the Total row from addition of comboboxes .
 
Upvote 0
Yes should put combobox on each cell
Yes 3 comboboxes on each row
Exactly would be 30 comboboxes as your example,but there's point when start comboboxes should be from row21 and finish to before Total row ,should ignore the Total row from addition of comboboxes .
I'm not a fan of having too many activex objects on a single sheet, as they can be unstable.
How about using a userform with just 3 combobox.
The comboboxes are cascading, as you said:
when I select combobox1 should populate item in combobox2 based on combobox1 , when select combobox2 then should populate item in combobox 3 based on combobox1,2
You can activate the userform by double clicking the cell > search the information in the combobox > send the information to the cell.
 
Upvote 0
You can activate the userform by double clicking the cell > search the information in the combobox > send the information to the cell.
ok if you see this better way ,but I want cancelling data validation from showing , I don't need it if I use combo boxes.
 
Upvote 0

Forum statistics

Threads
1,215,125
Messages
6,123,193
Members
449,090
Latest member
bes000

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