You are reading a single comment by @Chalfie and its replies. Click here to read the full conversation.
  • Your if function has the sum of 2000. you borrowed 20000.

    change

    =IF(SUM($C$6:D6)>2000,"Paid","")

    to

    =IF(SUM($C$6:D6)>$A$1,"Paid","")

    and then it will look at the value in cell a1.

About

Avatar for Chalfie @Chalfie started