The Excel file has seven records (rows). I would like to organise every three records together. Yet, the following code returns a calculation error.
{ IF { =MOD({MERGESEQ},3) = 0} "{ MERGESEQ }: { MERGEFIELD _record}" "" }
How can I fix the error? Thank you for any help in advance!