Microsoft Excel - Comparing columns in Excel worksheets

Asked By Colette on 09-Jul-15 09:28 AM

I'd like to write a formula or 'If...then' statement that checked if data in one column (the data is a unique code such as ULPR3000) existing in one column, can be found in another.


How would I write that please?

Harry Boughen replied to Colette on 09-Jul-15 05:55 PM
Hello Colette,

You can determine if this formula gives a value other than 0.

=COUNTIF($B$1:$B$10,"="&A1)

Harry