Recent content by natashaP

  1. N

    Max of multiple columns

    Hi Poppa Smurf I'm still getting "0" after using the suggested code To exclude 0 from the test we need to add an IF END IF statement to check for a zero in the FieldArray. This is done by adding IF FieldArray(I) > 0 then and END IF as ahown in the code below. If the value in the FieldArray(I)...
Top Bottom