Lord MJ Wrote:
> I have a spreadsheet with one column of data, and I want to check all
> the values in that column to see if they exist in another column of
> data.
>
> What types of formulas or operations exist in excel that will allow me
> to accomplish this?
>
> Michael
Hi Michael
Try this, assuming your columns of data are next to each other
=IF(ISERROR(VLOOKUP(A2,B2:B5,1)),"No match","Match")
ps are you an ex Royal Mail employee from Southampton/Portsmouth?
--
Paul Sheppard
------------------------------------------------------------------------
Paul Sheppard's Profile:
http://www.excelforum.com/member.php...o&userid=24783
View this thread:
http://www.excelforum.com/showthread...hreadid=398790