Despite the Title, some of the answers to How can I copy a conditional formatting from one document to another? appear to address copying within a document.
My main impression of your sheet is that you have far too many CF rules and that whatever you do about copying, it would be easier with fewer of them. I also do n't see the need for the hidden columns,
=average(B4:B)
in B2 (your name would have to be moved - to A2?) and copied across to I2 would be sufficient for creating the CF rules in Sheet Kat Bester
.
I think you need two sets of rules, one for where an increased number is deemed improvement and one for the opposite. So with the range B4:E300,G4:H300
(limiting this to the rows where you have dates):
Green: =B4>=B$2-stdeva(B$3:B$300)/2
Amber: =B4>=B$2-stdevA(B$4:B$300)
Red: =B4>B$2-stdeva(B$3:B$300)*2
and for F4:F300,I4:I300
:
Red: =F4>F$2-stdeva(F$3:F$300)/2
Amber: =F4<=F$2-stdevA(F4:F300)
Green: =F4>F$2-stdevA(F$4:F$300)
The colour sequences matter.
This produces results different from what your sheet shows:
1) G5 : I think you are missing a $
2) 0
is not formatted
3) Empty cells are not formatted