I have created a form where the first three fields are the customer's details and the next eleven are the products they've chosen from a look up table.
My problem is that I then want to make a "Total" field based on the total value of the products they've chosen.
I've tried this formula...
=sum((Gk1.column(2))+(Def1.column(2))+(Def2.column(2))+(Def3.column(2))+(Def4.column(2))+(Mid1.column(2))+(Mid2.column(2))+(Mid3.column(2))+(Mid4.column(2))+(Str1.column(2))+(Str2.column(2)))
...but it just returns an error.
When I include the formula but without the sum function it lists all the values so i've done something right.
If anyone can help with this I would really appreciate it.
Thanks.
My problem is that I then want to make a "Total" field based on the total value of the products they've chosen.
I've tried this formula...
=sum((Gk1.column(2))+(Def1.column(2))+(Def2.column(2))+(Def3.column(2))+(Def4.column(2))+(Mid1.column(2))+(Mid2.column(2))+(Mid3.column(2))+(Mid4.column(2))+(Str1.column(2))+(Str2.column(2)))
...but it just returns an error.
When I include the formula but without the sum function it lists all the values so i've done something right.
If anyone can help with this I would really appreciate it.
Thanks.