A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Select cell A1.
Activate the Formulas tab of the ribbon.
Click Name Manager.
Click New..
Enter GetFormula in the Name box.
Enter the formula =GET.CELL(6,!A1) (yes, exactly like that) in the Refers to box.
Click OK, then Close.
Select the cells that you want to format conditionally.
Activate the Home tab of the ribbon.
Select Conditional Formatting > Manage Rules...
Click New Rule...
Select 'Use a formula to determine which cells to format'.
Enter the formula =ISNUMBER(SEARCH("Sheet1",GetFormula))
Click Format...
Activate the Fill tab and select a suitable highlight color, e.g. pale blue.
Click OK twice.
Repeat the above series of steps from 'Click New Rule...', but with "Sheet3" and pale red, etc.
When you have defined all the rules you want, click OK to close the Conditional Formatting Rules Manager.