- column
- TECHNOLOGY Q&A
Confirm That Numbers Match
Please note: This item is from our archives and was published in 2003. It is provided for historical reference. The content may be out of date and links may no longer function.
Related
No Results
TOPICS
-
Uncategorized Article
Q. I need to be sure that a number at one end of a large spreadsheet matches another number at the other end. Since it’s tedious going back and forth to check, I wonder if you have a shortcut for making sure they match.
A. Excel has a simple solution. Say one number is in cell A1 and the other is in A2. In the cell where you want the numbers compared, enter this formula:

=exact(A1,A2)
If A1 and A2 match, the cell with the formula will read TRUE; if they don’t, it will display FALSE, as the screenshot at right illustrates.