Hi all,
As I see it if I want to total 4 stored values, let's say (A+B+C+D), then the only way to do it is to total A+B to create a new stored value (E), then (E+C) to create a new stored value (F), then (F+D) to create a new stored value (G) which would be the total.
I'm thinking there is probably a much easier way to do this?
How to total more than 2 stored values easily?
- jamesedwards
- Posts: 5397
- Joined: Wed Nov 21, 2018 6:16 pm
Damn! I need to add up a hundred values... 
