Dropdown list that disappears after closing the Excel document
Solved
Julia1049
Posted messages
4
Status
Member
-
Julia1049 Posted messages 4 Status Member -
Julia1049 Posted messages 4 Status Member -
Hello everyone,
I'm writing this message because I have a problem with an Excel document.
When I close my Excel document and open it again, the drop-down lists I created (using the data validation tool) disappear... However, my conditional drop-down lists do not disappear... Just so you know, I'm using Excel 2016.
If you could help me, that would be great, as this is a real issue for me since it's a work document that I use regularly.
I'm writing this message because I have a problem with an Excel document.
When I close my Excel document and open it again, the drop-down lists I created (using the data validation tool) disappear... However, my conditional drop-down lists do not disappear... Just so you know, I'm using Excel 2016.
If you could help me, that would be great, as this is a real issue for me since it's a work document that I use regularly.
5 answers
Thank you for your help, but through perseverance, I managed to find a solution.
The problem was that the button that allows the dropdown list to appear was not showing anymore.
The solution I found is as follows:
Instead of making a classic dropdown list with a formula like "=Listes!$G$3:$G$8" that retrieves data from another Excel sheet named "Listes", I named the cells that contained the information I wanted. For example, I named it "Etape_du_cycle_de_vie" and then in data validation, I wrote "=Etape_du_cycle_de_vie" to display the dropdown list.
Here is a link to a simplified Excel folder to represent the solution I found:
https://www.cjoint.com/c/GErudGopNUg
The problem was that the button that allows the dropdown list to appear was not showing anymore.
The solution I found is as follows:
Instead of making a classic dropdown list with a formula like "=Listes!$G$3:$G$8" that retrieves data from another Excel sheet named "Listes", I named the cells that contained the information I wanted. For example, I named it "Etape_du_cycle_de_vie" and then in data validation, I wrote "=Etape_du_cycle_de_vie" to display the dropdown list.
Here is a link to a simplified Excel folder to represent the solution I found:
https://www.cjoint.com/c/GErudGopNUg
"... the button that allows the dropdown list to display was no longer showing"
What do you mean? What was preventing this display? And how did you get the button responses?
"I named the cells that contained the information I wanted"
This is indeed what is recommended in all the Excel courses and tutorials...