O
owibach
I'm sure this should be straight forward but I can't find the answer.
I've created an Array to hold 12 figures representing sales for 12 months.
How do I get a total for these without adding up the individual elements
such as Year(1) + Year(2) + Year(3) ...... There must be a function such as
DSUM applied to the array as a whole but I can't do it
I've created an Array to hold 12 figures representing sales for 12 months.
How do I get a total for these without adding up the individual elements
such as Year(1) + Year(2) + Year(3) ...... There must be a function such as
DSUM applied to the array as a whole but I can't do it