Updating a dropdown list from a table in another sheet.

rp4717

New Member
Joined
May 29, 2023
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I am using office 365 to create my invoice for my business. The invoice is on Sheet1. I am currently using a drop down list for my customers. The drop list is from a Table that I created in Sheet2. I am trying to get that drop list on sheet 1 to update as I add customers to the table in Sheet2. I have not been able to find a way that works. Any help would be appreciated. Thanks.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Welcome to the MrExcel board!

If you have not done so already, make the customer list table on Sheet2 into a formal Excel table (Insert ribbon tab -> Table)

Here is mine - it is called Table2

rp4717.xlsm
A
1Customer Name
2Cust 1
3Cust 2
4Cust 3
5Cust 4
6Cust 5
7Cust 6
8Cust 7
Sheet2


Then on Sheet1, set up your Data Validation drop-down list like this.

rp4717.xlsm
A
1
2Cust 3
3
4Cust 4
5
6
7
8
9
10
Sheet1
Cells with Data Validation
CellAllowCriteria
A2:A10List=INDIRECT("Table2[Customer Name]")


1685409553698.png
 
Upvote 0
Solution
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,133
Messages
6,123,234
Members
449,092
Latest member
SCleaveland

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