vijitkumar
New Member
At any given point of time, two sheets of data to be compared. Either in same workbook or a different workbook.
Attached is a file where there are 3 sheets of data.
Instance1: For Sam in master sheet, compare the 'coverage %' with Sam in Coverage sheet and give the output as : Values match, Coverage % is 90 for Sam in both sheets
Instance2: For Lisa in master sheet, compare the 'Team size' with Lisa in Team size sheet and give the output as : Values do not match, Team size is 35 in Master sheet and team size is 33 in Team size sheet
Note the data can be in any cell. The only thing that will remain constant will be the names and the parameters across the sheets.
Can someone help me with the right approach to be taken? I understand only vba approach will work.
Attached is a file where there are 3 sheets of data.
Instance1: For Sam in master sheet, compare the 'coverage %' with Sam in Coverage sheet and give the output as : Values match, Coverage % is 90 for Sam in both sheets
Instance2: For Lisa in master sheet, compare the 'Team size' with Lisa in Team size sheet and give the output as : Values do not match, Team size is 35 in Master sheet and team size is 33 in Team size sheet
Note the data can be in any cell. The only thing that will remain constant will be the names and the parameters across the sheets.
Can someone help me with the right approach to be taken? I understand only vba approach will work.