I have a 2 page spreadsheet with sheet 1 being reporting, sheet 2 being data. What I am trying to do is retrieve a unique list from the data sheet, column N and input it into the reporting sheet starting in cell B12 but I need the unique output list to be based on a keyword in cell B2 on the reporting page (In this case it is billy).
Also I would like it so that if the key word is changed from Billy to Horse, it will change the unique list from Billy to any strings starting with horse.
As this will be used by a few non tech users the simpler the better, ideally a VBA code I can throw into the back that they wont have to worry about would be ideal
Thanks


Dictionaryobject to get the unique product listMicrosoft documentation:
Update:
Worksheet_Change()event code: Right click on sheet2's tab > View Code > paste the code