i need to add a excel max function to change the following formula to output "0" if the result is a negative number. Any ideas? (fyi this is a google sheets formulas, not written in excel)
=ARRAY_CONSTRAIN(ARRAYFORMULA(IFERROR(IF(COUNTIF('Battle Points'!$F$2:$F$81,$L25),$M25-INDEX('Battle Points'!$K$2:$K$81, MATCH($L25,'Battle Points'!$F$2:$F$81,0)),"No Data"),"No Data")), 1, 1)
Solved by K. E. in 22 mins