Skip to main content

we can use max function and round function togeher in the same fourmula ? 

Hi,

We can use MAX inside of Math.round, but not the other way around:

Math.round([MAX(expression1,expression2)])


Thanks


its not working 
 

 


You haven’t put the [] between. Have one before MAX and at the end.