excel - Best match of a string from a predefined list of values? -


i doing survey on household appliances, visiting stores. note down full model number hand in notebook. home, need fill these in spreadsheet. have partial list of model numbers. want minimise effort entering unique parts of model number string.

  1. i'm using vlookup * wildcard in excel non-exact match. problem returns first match, though better match available.
  2. also, might miss out on hyphen or "/" , need mechanism correct that.

is there solution excel, libreoffice/openoffice or google sheets?

assuming model numbers in column , search value in b2, can use this. handle "/".

=query(a:a,"select lower(a) contains '"& lower(b2) &"'") 

Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -