Hey Every . I've tried searching but I'm not even sure what I want to call what I want to do.
I'm wanting to create a worksheet that based on the selection in a dropdown menu will populate rows based on a cell match.
DataSheet
Fancy sheet
So I want this to have a Drop Down with a list of thing 1,2,3 Depending on which one is selected I want any row that has it in column A to be populated on my other sheet.
I'm wanting to create a worksheet that based on the selection in a dropdown menu will populate rows based on a cell match.
DataSheet
Data1 | Data2 | Data3 | Data4 | Data5 | Data6 | Data7 |
Thing1 | Stuff1 | Stuff2 | Stuff3 | Stuff4 | Stuff5 | Stuff6 |
Thing2 | Stuff1 | Stuff2 | Stuff3 | Stuff4 | Stuff5 | Stuff6 |
Thing3 | Stuff1 | Stuff2 | Stuff3 | Stuff4 | Stuff5 | Stuff6 |
Fancy sheet
So I want this to have a Drop Down with a list of thing 1,2,3 Depending on which one is selected I want any row that has it in column A to be populated on my other sheet.