Multiple tables in single sheet

Hi,

I have multiple tables (dynamic range)  in the same sheet and want to compare them with tables in another sheet.

Please let me know how to do this.

Regards,

Sateesh

March 13th, 2015 8:40am

Could you elaborate on which type of differences are you trying to detect? What is the output you would ideally get from the comparison?

Do you expect cell XY in worksheet A to be equal to cell XY in worksheet B?
If this is the case, I would create a third worksheet and write on cell A1 this formula (assuming your worksheets are called "worksheet A" and "worksheet B"):

=if('worksheet A'!A1='worksheet B'!A1, "", "mismatch")

Now you can copy A1 formula to the desired range in the third worksheet, and find the mismatching values.



Free Windows Admin Tool Kit Click here and download it now
March 13th, 2015 10:29am

Could you elaborate on which type of differences are you trying to detect? What is the output you would ideally get from the comparison?

Do you expect cell XY in worksheet A to be equal to cell XY in worksheet B?
If this is the case, I would create a third worksheet and write on cell A1 this formula (assuming your worksheets are called "worksheet A" and "worksheet B"):

=if('worksheet A'!A1='worksheet B'!A1, "", "mismatch")

Now you can copy A1 formula to the desired range in the third worksheet, and find the mismatching values.



March 13th, 2015 2:28pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics