dpowyslybbe
New Member
Hi all,
I have a spreadsheet with regularly changing data which I then need to perform a large number of addition/sum calculations on [approx 5000]. As a result speed of calculation is something in the back of my mind so I'd be interesting in knowing which addition method you think may be faster.
Method 1 - Use of the '+' symbol
- eg. =A1+C1+E1+G1
Method 2 - Use of the SUM function
- eg. =SUM(A1,C1,E1,G1)
Your thoughts would be much appreciated.
Yours,
I have a spreadsheet with regularly changing data which I then need to perform a large number of addition/sum calculations on [approx 5000]. As a result speed of calculation is something in the back of my mind so I'd be interesting in knowing which addition method you think may be faster.
Method 1 - Use of the '+' symbol
- eg. =A1+C1+E1+G1
Method 2 - Use of the SUM function
- eg. =SUM(A1,C1,E1,G1)
Your thoughts would be much appreciated.
Yours,