How to highlight deletions from sheet 2 on sheet 1?

grim72ftm

New Member
Joined
Sep 9, 2013
Messages
5
I have an Excel spreadsheet.
On Sheet1 I have a vast amount of data (over 7000 rows and up to column AA):
eg
A Code, B Description, C Page, etc etc AA Proposed Deletions (this column is currently blank and I want to highlight from those found in Sheet2),

On Sheet2 I have a list of proposed deletions (500 rows and 3 columns).
A Code, B Description, C Page

How do I make Sheet1 look up the deletion from Sheet2 and highlight them on Sheet1?


I think this is fairly straight forward to do - but I'm rubbish when it comes to formulae so the easiest solution in basic layman terms would be greatly appreciated.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Welcome to MrExcel.

Try:

=REPT("DELETE",ISNUMBER(MATCH(1,INDEX((Sheet2!A$2:A$501=A2)*(Sheet2!B$2:B$501=B2)*(Sheet2!C$2:C$501=C2),),FALSE)))
 
Upvote 0

Forum statistics

Threads
1,216,037
Messages
6,128,440
Members
449,453
Latest member
jayeshw

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