Hi
I have a file with cells with a drop-down lists set to control/help values inputs.
I want to copy / paste theses cells on several lines.
Expected : on all lines, I have the same drop down lists set on cells.
Actual result : only the first line gets the drop down lists
We are analyzing this situation. Meanwhile, as an alternative solution you can drag down selected cells from the left corner of selected array of cells like that:
As you can see, that way all drop-down lists remain in the cells.
May I know the origin of this file, i.e. in which application it was initially created? Was it created and edited in our editors? I am asking because we have troubles checking the document in any other editor to verify consistency of this behavior - document either cannot be opened or behaves weirdly when working with it.
I went a little further in my investigations, I started âfrom scratchâ my creation process to try to identify a source to the bug.
The purpose of this file is to generate the menus of the school restaurant until the next holidays.
The general idea is to input the daily menus via drop-down lists and to get htlm code that I get in the L2 cell. I copy/paste the html code in an empty html file, and voila.
The way I create the file is:
0) I take the file from the previous school period (november/december)
Is erase all the lines but the first (Line 5)
In A5, I type the date of the first monday (08/01)
I select cells from A5 to AS5 and I drag down selected cells on around 70 lines
I remove lines related to dates to far in the futur
I filter the lines with column B (keep lines containing only 3, 6, 7) and I delete these lines (to remove Wednesday, Saturday and Sunday as there is no school on these days)
I unfilter to display the useful lines
=> This is at this time that the dropdown list vanish.
So I guess the glitch happens on line deletion.