Using IF

N

Nick

I'm trying to compare one column to another using the IF function. However,
My problem is that I'm trying to compare data that might not be in the same
row. For example, date 555 might be on row 15 in column A but row 593 in
column B. Is there a formula that will allow me to compare these two columns
and then delete or indicate that there is a match?
 
M

mdmackillop

You could use conditional formatting e.g.
=COUNTIF($B:$B,A1)>0
Check the Help file for more informatio
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top