if/true/false help

L

Lori

I know this is probably simple, but i just can't get it to work :blush:

I have a column of numbers in a worksheet. I get updated data feeds that
may have changes in the numbers. I copy this column next to the existing
column.

I need a formula that will tell me if each row in the column matches the row
in the next column.

so E2 is true if it matches F2, E3 to F3, E4 to F4, etc
and false if it does not match.
 
M

Ms-Exl-Learner

Paste this formula in G2
=IF(AND(E2="",F2=""),"",E2=F2)

Copy the G2 formula and paste it to the remaining cells of G Column.

Remember to Click Yes, if this post helps!
 

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