ilkertanli
Programmer
i need to compare 2 columns (consist of strings(company names) and not equal in size column A has 2500 entries, column B has 4000 entries) in excel to check whether the string in column A is in the column B or not, i tried some function like search and find and they didnt work, i also tried to write a macro.....
i was unable to use =search(a1, b1:b4000) it doesnt search through b1 to b4000 if functions finds a1 on b1 return the value of 1 otherwise returns #VALUE! which means a1 couldnt find on b1 and doesnt look for b2, b3 and so on.
i need a function which takes a1 searches through b1 through b4000 if found returns the value of 1 otherwise 0 then takes a2 searches ......
thnx for help!!
Ilker TANLI
i was unable to use =search(a1, b1:b4000) it doesnt search through b1 to b4000 if functions finds a1 on b1 return the value of 1 otherwise returns #VALUE! which means a1 couldnt find on b1 and doesnt look for b2, b3 and so on.
i need a function which takes a1 searches through b1 through b4000 if found returns the value of 1 otherwise 0 then takes a2 searches ......
thnx for help!!
Ilker TANLI