code compare values of columns into two sheets and result in another sheet

abdelfattah

Well-known Member
Joined
May 3, 2019
Messages
1,429
Office Version
  1. 2019
  2. 2010
Platform
  1. Windows
hi, everyone i would code to show difference values between columns into two sheets and show the result in another sheet for more explanation


sheet1:

ITEMBRANDTYPEORIGINQUNTITY
110.00-16 8PRFSMTHI7
210-18 10PR FGFG***10
310-16.5 8PRFGINDO20

<tbody>
</tbody>





sheet2:

ITEMBRANDTYPEORIGINQUNTITY
110.00-16 8PRFSMTHI7
210-18 10PR FGFG***10

<tbody>
</tbody>





what i would the result in sheet3:


ITEMBRANDTYPEORIGINQUNTITY
110.00-16 8PRFSMTHI0
210-18 10PR FGFG***0
310-16.5 8PRFGINDO20

<tbody>
</tbody>
 
Last edited:

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Can the BRAND column name be used to match the rows between sheets?
Or can there be the same brand with different TYPE and/or ORIGIN?

Can there be multiple instances of the same item in each sheet?
Could the item in row 3 be repeated in row 300?
 
Upvote 0

Forum statistics

Threads
1,213,490
Messages
6,113,957
Members
448,535
Latest member
alrossman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top