S
Stephen
I have a continuous for with mutiple fields. I have totals at the bottom of
the form which work as follows:
data fields: XS, S, M, L (these are quantities). Sometimes there is NO
value, example: the customer only ordered M and L.
XS S M L
Style1 3 4 4
Style2 4 2 2 1
(expected)
Totals: 7 6 6 1
results)
Totals: #error #error #error #error
Formulas
=sum(XS) =sum(S) .......
At the bottom of the form, I have XSSUM = sum([XS])
I use the same format throughout the totals at teh bottom.
For ALL of the totals, I am getting #Error.
Help?
-Stephen
the form which work as follows:
data fields: XS, S, M, L (these are quantities). Sometimes there is NO
value, example: the customer only ordered M and L.
XS S M L
Style1 3 4 4
Style2 4 2 2 1
(expected)
Totals: 7 6 6 1
results)
Totals: #error #error #error #error
Formulas
=sum(XS) =sum(S) .......
At the bottom of the form, I have XSSUM = sum([XS])
I use the same format throughout the totals at teh bottom.
For ALL of the totals, I am getting #Error.
Help?
-Stephen