Forum Discussion

jimbob2285's avatar
jimbob2285
Icon for Advocate IV rankAdvocate IV
1 year ago
Solved

Summarise Value disabling conditional formatting on another column

Hi   Sorry, the link wasn't to a public location, this one is: Conditional Formatting Summary Test    Please help, I have a simple table with conditional formatting applied to one column, that's ...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi jimbob2285 ,

     

    This is because the Amount column contains blank value, I recommend you add a new column and check if Amount value is blank, if it is blank, then replace blank with 0.

    sub_Amount = IF(ISBLANK(Submissions[AMOUNT]),0,Submissions[AMOUNT])

     

     

     

    Best regards,

    Mengmeng Li