I am trying to create a User defined function (UDF) using python xlwings library to recall price of the product. I have a list of 299 products, remembering name of all the products is not possible.
I am trying to create an UDF like below to get the price of the product:
=ProductPrice(Name_of_Product) *#this will be used in excel cell*
Here, I want a drop down of all my 299 products to choose one from the list. Something like below:
I can not see any help on this available on internet.
Is it possible to achieve this? if yes, can you please guide?

