How can I copy a conditional formatting from one document to another?

Google SheetsGs Conditional-Formatting

Google Sheets Problem Overview


Google Spreadsheets can copy cell format to destination cell, but it seems "Conditional formatting" information didn't be copied.

Can we just copy the "Conditional formatting" from one document to another?

I know we can recreate it from the "Conditional formatting" dialog but it's really time consuming, whereas if we can just copy and paste, then it's fantastic.

Google Sheets Solutions


Solution 1 - Google Sheets

If you want to copy conditional formatting to another document you can use the "Copy to..." feature for the worksheet (click the tab with the name of the worksheet at the bottom) and copy the worksheet to the other document.

Then you can just copy what you want from that worksheet and right-click select "Paste special" -> "Paste conditional formatting only", as described earlier.

Solution 2 - Google Sheets

You can also copy a cell which contains the conditional formatting and then select the range (of destination document -or page-) where you want the conditional format to be applied and select "paste special" > "paste only conditional formatting"

Solution 3 - Google Sheets

To copy conditional formatting from google spreadsheet (doc1) to another (doc2) you need to do the following:

  1. Go to the bottom of doc1 and right-click on the sheet name.
  2. Select Copy to
  3. Select doc2 from the options you have (note: doc2 must be on your google drive as well)
  4. Go to doc2 and open the newly "pasted" sheet at the bottom (it should be the far-right one)
  5. Select the cell with the formatting you want to use and copy it.
  6. Go to the sheet in doc2 you would like to modify.
  7. Select the cell you want your formatting to go to.
  8. Right click and choose paste special and then paste conditional formatting only
  9. Delete the pasted sheet if you don't want it there. Done.

Solution 4 - Google Sheets

To achieve this you can try below steps:

  1. Copy the cell or column which has the conditional formatting you want to copy.
  2. Go to the desired cell or column (maybe other sheets) where you want to apply conditional formatting.
  3. Open the context menu of the desired cell or column (by right-click on it).
  4. Find the "Paste Special" option which has a sub-menu.
  5. Select the "Paste conditional formatting only" option of the sub-menu and done.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionuser2575413View Question on Stackoverflow
Solution 1 - Google SheetsKorneliusView Answer on Stackoverflow
Solution 2 - Google SheetsnewbieView Answer on Stackoverflow
Solution 3 - Google Sheetsuser5609288View Answer on Stackoverflow
Solution 4 - Google SheetsRahul MahadikView Answer on Stackoverflow