Hi,
I have two columns with names in them and I want to check whether the names in the columns match and if not keep checking until it finds a match and display "yes" otherwise display a "no".
So I want a cell in say column B to check each cell in column A until it goes through the cells in the column. The two columns are not of the same length as in one column has less rows than the other one.
do I use a IF statement or a IFERROR statement? how do i go about it?
thanks
I have two columns with names in them and I want to check whether the names in the columns match and if not keep checking until it finds a match and display "yes" otherwise display a "no".
So I want a cell in say column B to check each cell in column A until it goes through the cells in the column. The two columns are not of the same length as in one column has less rows than the other one.
do I use a IF statement or a IFERROR statement? how do i go about it?
thanks