A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Select column E.
E1 should be the active cell in the selection.
On the Home tab of the ribbon, click Conditional Formatting > New Rule...
Select 'Use a formula to determine which cells to format'.
Enter the formula
=ISNUMBER(XMATCH(E1, range_name))
Click Format...
Activate the Fill tab.
Select red as fill color.
Click OK, then click OK again.
Excel will automatically adjust E1 to E2 when it applies the rule to E2, etc.