My data is as follows:
ColA or Lining goes from 1 to infinity. Each Lining will have 1,2,3,4,5,6 ColB or Patchings. Every patching needs to have 12 (1,2,3,4.....11,12) ColC or No of Heats. This is minimum requirement.
Eg: For Lining 1, Patching 1 starts and for Patching 1, Heat No 1 starts. Heat No should increase till 12 or more and then Patching 1 should convert to patching 2 and so on.If Heat No is below 12 for any Patching, that row should get highlighted as red and if more than 12, then with green.Here, data advances as P1-H1, P1-H2 till P1-H12. If it ends at P1-H11, then that row or cell is Red and if it ends at P1-H14, then both H13 and H14 cell should be Green.Similarly for Lining1 it advances as L1-P1-H1 TO L1-P1-H12/less/more.Then changes to L1-P2-H1 TO L1-P2-H12/less/more.Next changes to L1-P5-H12/less/more.If it does not reach L1-P6-H1 and resets to L2-P1-H1, the minimum 6 patching criteria is not met and that cell should be highlighted.It is just like a clock. 60 secs make a minute and 60 minutes make an hour. Similarly 12 Heats make a Patching and 6 such Patchings make a Lining.Hence if ColD or 'Bottom life' for every Lining should be 6 x 12 =72If it comes less than 72 then the cells needs to be highlighted. Same if it achieves more than 72.
I tried helper columns to get the rows where the values are less or more. Didn't succeed. Please help