Hi there,
I'm quite new in Excel macros and I'm trying to go through 5,000+ rows of an excel sheet named Results (RAW). It contains data from Columns A to E:
A - 1st condition (with merged columns)
B - 2nd condition (with merged columns)
C - disregard
D - 3rd condition (with merged columns)
E - raw results (contains excess)
I have another sheet named Industry + Business Need which has Columns A to C:
A - matches Results (RAW) sheet's 1st condition (with merged columns)
B - matches Results (RAW) sheet's 3rd condition (with merged columns)
C - actual results
I need Results (RAW) to contain actual results only. Since I'm going through 5,000 rows, I need a code that can automatically delete rows on Results (RAW) sheet if they don't match ALL the conditions on Industry + Business Need sheet. Can you please help create a macro that would work for me? Kindly note that the code needs to work on merged columns. Thank you!
I'm quite new in Excel macros and I'm trying to go through 5,000+ rows of an excel sheet named Results (RAW). It contains data from Columns A to E:
A - 1st condition (with merged columns)
B - 2nd condition (with merged columns)
C - disregard
D - 3rd condition (with merged columns)
E - raw results (contains excess)
I have another sheet named Industry + Business Need which has Columns A to C:
A - matches Results (RAW) sheet's 1st condition (with merged columns)
B - matches Results (RAW) sheet's 3rd condition (with merged columns)
C - actual results
I need Results (RAW) to contain actual results only. Since I'm going through 5,000 rows, I need a code that can automatically delete rows on Results (RAW) sheet if they don't match ALL the conditions on Industry + Business Need sheet. Can you please help create a macro that would work for me? Kindly note that the code needs to work on merged columns. Thank you!