Formulas in excel help

litrelord

Well-known Member
Joined
Dec 1, 2002
Messages
519
I was just using excel’s help and came across this part which tells you how to create a running balance. The first calculation is “=SUM(A2,-B2)”.

Now is it just me or is that making things overly complicated. The next formula which goes underneath this and you need to copy down is =SUM(C2,A3,-B3). Once again, why not just use =C2+A3-B3 or something similar. I find this really bizarre as I’m always telling people only to use SUM when necessary (not that I’m anal about it or anything just that seeing =SUM(a1) makes me wonder whether someone fully grasped the concept of formulas).

So is it just me being lame or does this seem long-winded to anyone else. And are there any absurd bits of Excel ‘help’ that you’ve seen.

Oh, and BTW, I’m not trying to knock Microsoft or their help files in general as they’re quite often very useful. Just thought I’d share my new found useless information with the world.

Regards

Nick
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Litrelord, you are not alone in the world with your observation! I have learned to accept that we two are just too smart for the rest of them. Yes, =SUM(A1,A2) is actually used by some folks! I believe that it's a matter of consistency in use, a sort of habit that many people cultivate by reason of being bullied into "good code". I, for one, believe in coding as simply as possible, even though I might use a lot of comments to explain what I am doing.

So, just don't worrry about it, remember that different people do things in different ways, and, always, "If it isn't wrong, then it's right". and just let go! Live and let live. Don't fret any more about these "little" things, and use that time in looking at the "big" things.

Having said the above, just do as I say, and, not as I do, ha, ha.
 
Either way is fine. Using the SUM function seems to be the general idiom and with consistency comes ease of understandabilty. Therefore, I use SUM so that others viewing my work can ease through it without having to stop and think.
 

Forum statistics

Threads
1,223,713
Messages
6,174,038
Members
452,542
Latest member
Bricklin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top