Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi, here are the repro steps:

  1. Add some formula to a cell and reference in arguments some other cells. In the example below: A1=200, A2=300, A3=SUM(A1:A2).

    Empty



  2. Now apply some conditional formatting. In the example below: "Higlight Cells Rulles" -> "Equal Too..." -> "Format Cells that are EQUAL TO: 500".

    Empty



  3. Cell A3 gets highlighted because the result of formula equals to 500.

    Empty


  4. Now modify cell A1 value to something different, for example 100. Cell A3 no longers equals 500, but the cell is still conditionaly formatted. To remove the highlight you need to reapply the value to cell A3, but it should instead happen immediately after modifying A1.


    Empty