Help! Need to compare 2 sets of data

S

StiltsCC

Hello- First post here, as I am desperately trying to complete a ta
project.

I have 4 columns of data (essentially the same 2 sets: 1 column o
account numbers, and 1 column of account values), from 2 differen
sources, next to each other on the same worksheet.

Unfortunately, the amount/length of data between the 2 sets doesn'
match up, or this might be easier (the set on the right is about 14
rows longer).

Example:

Number Value Number Value

441577 79111.62 441520 250023.96
441577 76524.28 441577 79111.62
442029 122389.32 441577 76524.28
442066 111582.95 442029 122389.32
442080 27570.9 442066 111582.95
442084 84623.45 442080 27570.90
442087 25449.06 442084 84623.45
442105 98158.47 442087 25449.06

The end goal is to make sure the values in the available columns matc
up across the board, so I can fix the accounts whose values don’
match.

I can disregard and delete any number/value that is not contained i
both sets.

Thank you in advance! I'll be standing by to answer any question
 
S

Spencer101

StiltsCC;1609417 said:
Hello- First post here, as I am desperately trying to complete a ta
project.

I have 4 columns of data (essentially the same 2 sets: 1 column o
account numbers, and 1 column of account values), from 2 differen
sources, next to each other on the same worksheet.

Unfortunately, the amount/length of data between the 2 sets doesn'
match up, or this might be easier (the set on the right is about 14
rows longer).

Example:

Number Value Number Value

441577 79111.62 441520 250023.96
441577 76524.28 441577 79111.62
442029 122389.32 441577 76524.28
442066 111582.95 442029 122389.32
442080 27570.9 442066 111582.95
442084 84623.45 442080 27570.90
442087 25449.06 442084 84623.45
442105 98158.47 442087 25449.06

The end goal is to make sure the values in the available columns matc
up across the board, so I can fix the accounts whose values don’
match.

I can disregard and delete any number/value that is not contained i
both sets.

Thank you in advance! I'll be standing by to answer any questions

Perhaps use =COUNTIF() to compare account numbers in the two list.
Those that result in a zero are not in both lists and can therefore b
deleted.

Then =VLOOKUP() the amounts from one list to the other and compare.

That should highlight the ones you need to check/amend.

Let me know if you need that explaining more fully
 

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