Good Night (@codepeople).
a new question arose.
I have the following equation:
ROUND(fieldname74+fieldname75+fieldname76+fieldname78+fieldname77+fieldname79+fieldname80,0.01);
I need that whenever the result of the equation is = 70, I return 100
if the result is not =70, return the result of the equation.
Can you still help me?