SiegGreeff
New Member
EXCEL2007. I want to create multiple searchable drop down lists, each on a row below the previous one, on the same worksheet but all using data from the same list. (the list of data is an inventory) and the searchable drop down lists , 22 of them, is on the input screen for an invoice.
So the person needs to select an item from the drop down list [the data from the inventory] then input the price. Then the next item in the next row will be the next searchable drop down list getting the data from the same inventory... and so on and so on.
I have managed to set up a searchable drop down list in the first row WHICH WORKS FINE, but when I copy the drop down list to the next row. it is no longer searchable and I can only get a complete list of all the stock in my inventory. I have used the following formulas:
COUNTIF
OFFSET
IFERROR(VLOOKUP(ROWS .....
IF(ISNUMBER(SEARCH ....... MAX
together with data validation to set up the searchable drop down list.
As you may have noticed I do not have much experience with this side of excel.
So the person needs to select an item from the drop down list [the data from the inventory] then input the price. Then the next item in the next row will be the next searchable drop down list getting the data from the same inventory... and so on and so on.
I have managed to set up a searchable drop down list in the first row WHICH WORKS FINE, but when I copy the drop down list to the next row. it is no longer searchable and I can only get a complete list of all the stock in my inventory. I have used the following formulas:
COUNTIF
OFFSET
IFERROR(VLOOKUP(ROWS .....
IF(ISNUMBER(SEARCH ....... MAX
together with data validation to set up the searchable drop down list.
As you may have noticed I do not have much experience with this side of excel.