Can anyone advise correct formula if i wanted to look up/match a certain value in a cell from a data range on different sheet. if value is found, will return "OUT", otherwise will leave cell blank... Can xls also look up if list of values will be encoded not in range but in a cell, separated by comma? I hope someone can help me..been researching this for days.my formula doesn't seem to work if data (on separate sheet) will be displayed in horizontal(eg from column a-z), but works fine vertically (row 2-26). i prefer if i can just encode all details in one cell to save on space... pls pls pls help..... these are the formula im using...
=if(isna(match,value,range,false)),"out",lookup(value,range)) and if(isna(match(value,range)),"","out")
=if(isna(match,value,range,false)),"out",lookup(value,range)) and if(isna(match(value,range)),"","out")