Apply Conditional Formatting – Multiple Sheets in Excel & Google Sheets
Written by
Reviewed by
This tutorial demonstrates how to apply conditional formatting to multiple sheets in Excel and Google Sheets.
In the latest versions of Excel, you can no longer select multiple sheets and then apply a conditional formatting rule to all the sheets at once. You need to do one sheet first, then copy the conditional formatting between sheets. Or, you can write a macro to repeat the conditional formatting on each sheet.
Apply Conditional Formatting to Multiple Sheets
Copy-Paste
- Select the sheet with the conditional formatting applied and right-click the cell with conditional formatting rule. Then click Copy (or use the keyboard shortcut CTRL + C).
- Next, click on the destination sheet and select the destination cell or cells. Right-click and choose Paste Special > Paste Format.
Format Painter
You can also copy the conditional formatting rule from one sheet to another with the Format Painter feature.
- Select the cell in the source sheet that has a conditional formatting rule and then, in the Ribbon, select Home > Clipboard > Format Painter.
- Click on the destination sheet and click on the cells or cell where you wish to apply the format.
Create a Macro to Apply Conditional Formatting Rule
While creating a new conditional formatting rule in Excel, you can record a macro to mimic the steps you take.
- In the Ribbon, select View > Macros > Record Macro.
OR, in the Ribbon, select Developer > Code > Record Macro.
Note: If you don’t see the Developer Ribbon, you’ll need to enable it.
- In the Record Macro dialog box, (1) type in a name for your macro and (2) make sure you select Personal Macro Workbook from the drop-down list. Then, (3) click OK to start recording.
- Once you have clicked OK, you can follow the steps to create the conditional formatting rule you require, and then click the stop button at the bottom of the screen to stop recording the macro.
- To run the macro on a different sheet, switch to that sheet and select the cell or cells you wish to apply the conditional formatting to.
- In the Ribbon, select View > Macros > View Macros.
OR Developer > Visual Basic > Macros
- Click on the Macro in the Macro name list and then select Run.
- You can run the macro on as many sheets as you require.
Note: You can view the code by selecting the macro in the Macro dialog box (shown above) and selecting Edit. This takes you to the Visual Basic Editor and enables you to view and/or edit your VBA code.
Apply Conditional Formatting to Multiple Sheets in Google Sheets
You can apply conditional formatting to multiple sheets in Google Sheets in the same way as you do in Excel.
Copy Conditional Formatting From One Cell
Copy-Paste
If you already have a cell or column with a Conditional Formatting rule set up, you can use Copy-Paste to copy the rule to another sheet.
- Right-click on a cell that has the conditional formatting rule applied to it and click Copy (or use the keyboard shortcut CTRL + C).
- Select the sheet you require and then select the cell or cells in that sheet where you wish to apply the conditional formatting rule. Select Paste special > Format only (or use the keyboard shortcut CTRL + ALT + V).
The conditional formatting rule will then be applied to the entire column you have selected.
Paint Format
If you already have a cell or column with a conditional formatting rule set up, you can use Paint Format to copy the rule to another column.
- Select the cell with the relevant conditional formatting rule. Then in the Menu, select Paint Format.
- Select the destination sheet, then highlight the cells to copy the conditional formatting rule to.