Hi all,
I really need some help here. I would like to get a macro that does the following:
1. Prompt user to select folder with excel files.
2. Combine the workbooks into one master workbook. Each workbook should have its own sheet in the Master workbook.
3. Compare the column called "rates"(this is the E column) for any changes in row values (decimal values) between sheets in the Master workbook.
If there is an increase or decrease in the row values copy the two values to a third sheet.
Sheet 3 should have column names
"Reference Row Id" - displays the row number were the difference was found.
"Rate 1" - Row value of column "rate" found in sheet 1
"Rate 2" - Row value of column "rate" found in sheet 2
"Percentage" - Increase or decrease percentage between values found in the columns "Rate1" and "Rate2"
Thanks.
I really need some help here. I would like to get a macro that does the following:
1. Prompt user to select folder with excel files.
2. Combine the workbooks into one master workbook. Each workbook should have its own sheet in the Master workbook.
3. Compare the column called "rates"(this is the E column) for any changes in row values (decimal values) between sheets in the Master workbook.
If there is an increase or decrease in the row values copy the two values to a third sheet.
Sheet 3 should have column names
"Reference Row Id" - displays the row number were the difference was found.
"Rate 1" - Row value of column "rate" found in sheet 1
"Rate 2" - Row value of column "rate" found in sheet 2
"Percentage" - Increase or decrease percentage between values found in the columns "Rate1" and "Rate2"
Thanks.