T
tango
dear all, how to search without wildcard? i mean if both side also
need to search? first level the item can be matched easily the problem
is the second level which is the desc. u see, even same item but have
different desc, rite? that is why i do not know how to search for
second level but at least minimise the search as first level item
already found.
VLOOKUP accepts wildcards. To search for plate anywhere in the cell
VLOOKUP("*plate*",TheRange,2,0)
need to search? first level the item can be matched easily the problem
is the second level which is the desc. u see, even same item but have
different desc, rite? that is why i do not know how to search for
second level but at least minimise the search as first level item
already found.
VLOOKUP accepts wildcards. To search for plate anywhere in the cell
VLOOKUP("*plate*",TheRange,2,0)