Hi all,
I am cross-posting here; here is the link to my original post: http://www.mrexcel.com/forum/showthr...ighlight=Gos-C
I have a complex task that I am trying to accomplish, and need your help.
Sheet1 is my database and looks like the following:
Sheet2 is for the user input, in which Columns H and I would have a data validation drop-down list and looks like the following:HTML Code:
I want the drop-down list in Column H to show all the unique items from Column H of Sheet1 - sorted in ascending order.HTML Code:
For the drop-down list in Column I, when the user selects an item from the drop-down list in Column H, if Column AP of Sheet2 in not blank, I want the drop-down list to show all the items from Column G of Sheet1 that where Column H of Sheet1 matching the selection. If Column AP of Sheet2 is blank, I want the drop-down list to show only the items from Column G of Sheet1 where Column H of Sheet1 match the selection and also have Column K of Sheet1 showing INP. For example:
if Bird is selected and Column AP of Sheet2 is not blank, the drop-down list would show Chicken, Feather, Fly, Nest and Turkey - sorted in ascending order; but
if Bird is selected and Column AP of Sheet2 is blank, the drop-down list would show Chicken, Feather and Turkey - sorted in ascending order.
Records are continuously being added to Sheet1, and Column A contains formula to generate the RefNo.HTML Code:
Thanks for your time and help,
Gos-C
Bookmarks