Forum Discussion
Mac Excel 16.9 data validation drop down list
- Jul 25, 2020
For what it's worth, your image is NOT showing a data validation drop down list; it's the list that appears when you try to Sort based on the column heading. Given the inconsistencies in that list that shows, the spaces, I would think it would be very beneficial to actually have a good Data Validation list.
That is aside from wanting to add Thailand to the list of valid entries, but it's another issue altogether.
An image, sadly, is not anywhere near as effective as the actual worksheet when soliciting help, so may I ask you to post a copy of the actual workbook. Or a reasonable facsimile--after taking out the names of any real people or other confidential info. Then I or somebody else can help with more specific recommendations.
For what it's worth, your image is NOT showing a data validation drop down list; it's the list that appears when you try to Sort based on the column heading. Given the inconsistencies in that list that shows, the spaces, I would think it would be very beneficial to actually have a good Data Validation list.
That is aside from wanting to add Thailand to the list of valid entries, but it's another issue altogether.
An image, sadly, is not anywhere near as effective as the actual worksheet when soliciting help, so may I ask you to post a copy of the actual workbook. Or a reasonable facsimile--after taking out the names of any real people or other confidential info. Then I or somebody else can help with more specific recommendations.
- zulfikhanJul 25, 2020Copper Contributor
Thank you for your prompt reply, attached excel file, in summary not sure where to add/amend dropdown list for example - country of origin. Have checked data validation (list) field and it appears empty.
- mathetesJul 25, 2020Silver Contributor
You actually did not have a data validation table for the column on Country of Origin. Nor was it set up as a table.
So I've done both...Sheet 2 now contains a list that is referenced in the Data Validation for column F. And I've turned the array of information on the "Nitrile" sheet into a table, so that as new rows get added, the data validation for column F continues.
If you have the most recent version of Excel, then we could make the Data Validation table one that grows dynamically as new countries get added. You'd need to be able to make the functions UNIQUE and FILTER work...so a way to test whether you have that is simply to start typing in an empty cell, =UNIQUE(..... and see if it lets you complete it.
If it does work, come back and I'll create that data validation list so it expands as you add new legitimate entries.
- zulfikhanJul 26, 2020Copper Contributor
Thank you ever so much for your assistance and time.
You actually did not have a data validation table for the column on Country of Origin. Nor was it set up as a table.
/* ok, that is what was throwing me off, i thought there was a dropdown in the original file with some values, i understand there was a dropdown column but with no values.
When you set up as a table, I assume you mean as you have now set up a table on sheet 2 with values
So I've done both...Sheet 2 now contains a list that is referenced in the Data Validation for column F. And I've turned the array of information on the "Nitrile" sheet into a table, so that as new rows get added, the data validation for column F continues.
/* i have now added a dropdown list for column c also, however when I add a new row it does not provide the same data validation as you have managed for column F, not sure what I need to do to allow that.
If you have the most recent version of Excel, then we could make the Data Validation table one that grows dynamically as new countries get added. You'd need to be able to make the functions UNIQUE and FILTER work...so a way to test whether you have that is simply to start typing in an empty cell, =UNIQUE(..... and see if it lets you complete it.
/* UNIQUE function is available cell G8- I have provided the latest file. Thank you so much.
If it does work, come back and I'll create that data validation list so it expands as you add new legitimate entries.