multiple columns in drop down list

Montanes

New Member
Joined
Aug 18, 2016
Messages
42
Office Version
  1. 365
Platform
  1. Windows
Hi all, apologies if this has already been answered elsewhere, there are a lot of threads to search.

In sheet 2, I have 3 columns with 250 stock items. The 1st column has the stock code, the 2nd a description and the 3rd has the pack size.

In sheet 1, I need to select a stock code from a drop down list, but I cant remember all of them so when selecting the code, I want the drop down list to also show the description and pack size in columns 2 and 3 from sheet 2.

The final entry from my drop down list will only show the stock code, I just need the other columns visible whilst selecting.

By the way, I am using Excel 2016 but I need the solution to work in earlier versions at work please.
 
Where's the dropdown?
On a UserForm, or have you put a dropdown onto a worksheet?
Ie, is it a FormControl or an Activex Control?

If a Form Control, then you need to specify the RowSource.
And you need to know how many lines (rows) contain data

Code:
Sheet1!K1:M14
Where K and M are the column bounds, and 14 is the last row of data.
Named Ranges are safer, but more difficult to define
 
Upvote 0
Thanks hicksi, but can you assume you're talking to an idiot with no idea what he's doing...in fact don't just assume please.

Column 'A' in sheet one MUST be restricted to show ONLY a stock code, nothing else. I figured this would be best done by using a drop down list which is easy enough even for me.

I have created the source for this drop down list in sheet 2, using 3 columns as described earlier, stock code, description and pack size.

My problem is that when I am selecting the stock code back in sheet 1 using the drop down list, I cant remember all the codes so I wanted to have the description and pack sizes in display during the selection process.

Once I have selected the correct code, only the code would be in entered in the cell as per a normal drop down list.

UserForm and activex control is foreign to me, sorry.
 
Upvote 0
Thanks hicksi, but can you assume you're talking to an idiot with no idea what he's doing...in fact don't just assume please.

Column 'A' in sheet one MUST be restricted to show ONLY a stock code, nothing else. I figured this would be best done by using a drop down list which is easy enough even for me.

I have created the source for this drop down list in sheet 2, using 3 columns as described earlier, stock code, description and pack size.

My problem is that when I am selecting the stock code back in sheet 1 using the drop down list, I cant remember all the codes so I wanted to have the description and pack sizes in display during the selection process.

Once I have selected the correct code, only the code would be in entered in the cell as per a normal drop down list.

UserForm and activex control is foreign to me, sorry.

Ah... I'll leave this to the Excel-Gurus. I think this stuff (multi-columnar Combo-Boxes) only works with the Activex Control, and I'm not even sure that it works on the Embedded one on a Worksheet.
Sowwy.
 
Upvote 0

Forum statistics

Threads
1,226,812
Messages
6,193,114
Members
453,777
Latest member
Miceal Powell

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