+ Reply to Thread
Results 1 to 3 of 3

rows side by side - looking for discrepences in numbers.

  1. #1
    Registered User
    Join Date
    02-27-2008
    Posts
    1

    rows side by side - looking for discrepences in numbers.

    i have over 2000 numbers in 2 rows that i have to look for discrepancies. they are suppose to match up, but dont because my SUMS are off by 49. so im looking where that 49 is. so now im on this forum to try to get some help. any help please on how i can find the numbers that dont match up, thanks


    my eyes will thank you

  2. #2
    Registered User
    Join Date
    02-27-2008
    Posts
    4
    Hi, this may sound like a dumb answer but it's pretty easy to do. I presume you are looking for the number in column B to be the same as column A? If so a simple way of checking would be to copy a formula into all the cells of column C simply as =A1-B1 etc., this way all values in column C will be zero except for the ones that have an error.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,704
    Or use conditional formatting, assuming your two columns are A and B

    Select column A

    Format > Conditional formatting > choose "formula is" from dropdown and type this formula in the box

    =(A1<>B1)*(A1<>"")

    select suitable format, e.g. red fill pattern > OK

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1