compairing worksheets

  1. J

    Compairing 2 sheets selected from a userform

    Hello - I have a code to populate a userform of all the sheets: Private Sub UserForm_Activate() Application.ScreenUpdating = False Dim r, NumShts As Long Dim i As Integer NumShts = ThisWorkbook.Worksheets.count With UserForm2 i = 0 .ListBox2.Clear 'clear all existing list box items...
  2. F

    Compare two sheets in VBA

    Hello I would like to compare two sheets. The sheets have item numbers that differentiate the rows. What I want to do is first find if the item number exists on both sheets and if it does compare a quantity, not the item number. If the quantity matches do nothing is it does not match I would...
  3. P

    Comparing Timetables: Index-Match Formula to find Closest Value with Multiple Conditions?

    Hello All, this is my first post, so apologies if I come across noob-ish! What I am trying to do is compare 'Prices' between different 'Providers' for 'Trips' that they all run/operate - Public Transport for instance. The raw data might look something like this if simplified: <tbody> Provider...
  4. D

    comparing 2 worksheets

    So every quarter at my store I get a list of discounts from our vendors. Some items don't change some are changed and new items are added. the vendor has a 4 digit vendor number. What I am looking to do is upload these into 1 excel file the old deals being on sheet 1 and the new list in sheet...

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