Forum Discussion
Conditional formatting different cells
If I got you correctly, do you need to create blocks for other days and then apply conditional format for these created blocks?
I am glad to help if you provide more information.
- KegelsPeterNov 12, 2019Copper Contributor
Hi MohamedGadAllah,
It is difficult to explain. But the system is working as needed. The only problem is to copy the conditional formatting from one block to another.
The refecence cell will alwasy be the one from the original and not from the new block.
If i copy the conditional formatting from b15:c22 with the reference cell b10 to b25:c32 then the reference cell will still be b10.
The reason is the format: =$B$10="4-Teruggebracht" .... then color.
If i dot it like this: =$B10="4-Teruggebracht" .... then it is coloring just 1 cell and not the whole block.
So i need a VBA code to make it working. If i need to do the conditional formatting for every block = 2x365 blocks.... That can not be the idea.