Hi everyone!! first time posting here so bear with me
I’m trying to compare worksheet “listing” from workbook A and worksheet “entries” from Workbook B . Specifically, i’m comparing the sum of the data in the above mentioned. Now Here is the tricky part. I only want to sum of the cells that contain the specific text “RED” in workbookA and “PAGE” in workbook B.
Basically, I want to automate this function using VBA so that by clicking on the macro, a message box pops out telling me if the values between the sheets match or don’t match. The automation is done in a separate master file
I tried using sum(sumifs) function, but it does not seem to work for me
(
I’d be so so grateful if any of you could take the time to help me out!!!
I’m trying to compare worksheet “listing” from workbook A and worksheet “entries” from Workbook B . Specifically, i’m comparing the sum of the data in the above mentioned. Now Here is the tricky part. I only want to sum of the cells that contain the specific text “RED” in workbookA and “PAGE” in workbook B.
Basically, I want to automate this function using VBA so that by clicking on the macro, a message box pops out telling me if the values between the sheets match or don’t match. The automation is done in a separate master file
I tried using sum(sumifs) function, but it does not seem to work for me
I’d be so so grateful if any of you could take the time to help me out!!!