Hi,
Is there a quicker way to sum 12 fields in one record?
One record contains the account no, and budget for the 12 months in different fields.
I want to sum the 12 months.
Thanks
Jacques
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi Jacques,
How about:=NL("Sum","Tablename","=NF(,""Fieldname1"")+NF(,""Fieldname2"")+…etc…+NF(,""Fieldname12"")")
Please note that you need to enter 2 double quotes around Fieldname. This is required because you are nesting a function within a function.
Does this do the trick for you?
Please sign in to leave a comment.