Conditional formatting on visible range?
问题 I have a table with times of actions and I want to highlight rows that are more than 20-ish minutes more than the one above. The actual number of minutes is less important. For that I use conditional formatting with the formula: =F3-F2>0,01766 So far so good. But now if I apply filter on the table the the formula does not work anymore because it looks at the hidden rows. Only the first highlight is made by the conditional formatting the other two are done by me. Is it possible to get