Hello,
I am trying to pullup a customer# based on their name in cell D1. There can be many customers with similar names. I am looking for help to populate a drop down list which the user can select to get the exact match. The cell D1 is populated by a designer, who may use apostrophes, nicknames, etc.
workbook 1: cell D1 has customer name
workbook 2: Col B has customer name, Col D has customer#
I was able to use vlookup in wb1 (cell F1) to find a partial match in wb2. I think i need to scrap this and somehow turn it into a dropdown list of partial matches. A partially matched # is useless since there is no way of knowing if its correct or not.
cell f1: dropdown box of partial matches from another list based on the text in cell d1.
I will use this customer# to pullup customer specific info stored on other workbooks that do not have customer names on them.
I am trying to pullup a customer# based on their name in cell D1. There can be many customers with similar names. I am looking for help to populate a drop down list which the user can select to get the exact match. The cell D1 is populated by a designer, who may use apostrophes, nicknames, etc.
workbook 1: cell D1 has customer name
workbook 2: Col B has customer name, Col D has customer#
I was able to use vlookup in wb1 (cell F1) to find a partial match in wb2. I think i need to scrap this and somehow turn it into a dropdown list of partial matches. A partially matched # is useless since there is no way of knowing if its correct or not.
cell f1: dropdown box of partial matches from another list based on the text in cell d1.
I will use this customer# to pullup customer specific info stored on other workbooks that do not have customer names on them.