[mso] Re: EXCEL ROUND DOWN FUNCTION
- From: "Linda F. Johnson" <linda@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- To: <mso@xxxxxxxxxxxxx>
- Date: Thu, 26 Feb 2004 07:54:57 -0500
I was going to mention the "incorrectness" in the format of these formulas
also, but I figured I wouldn't nitpick.
But, while we are at it, I will add a "correction" to what Andrew says
also....he says:
the SUM(<range>) function should ONLY be used for
adding a range of contiguous cells
Which is not technically correct either....SUM can be used for noncontiguous
cells also, if you just separate them with commas...for example,
=SUM(A1,B15,D33,F96) is a perfectly acceptable formula. It can even include
ranges as well as noncontiguous cells, like this =SUM(A1,B15,C22:C55,F12)
So, if I were doing the rounddown formula shown below, I would format it
this way:
=ROUNDDOWN((SUM(C10,E10,G10)),0)
Different strokes, eh?
Linda
Linda's Computer Stop
http://personal-computer-tutor.com
ABC Free Ezine ~ Free Ebooks and Tutorials
*all outgoing mail scanned by Norton AV. If you got a bug that looks like
it came from me, it did NOT!
-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On Behalf
Of Andrew the Owl
Sent: Thursday, February 26, 2004 2:40 AM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Re: EXCEL ROUND DOWN FUNCTION
David,
Although
=ROUNDDOWN(SUM(C10)+(E10)+(G10),0)
works and gives the correct answer, it is actually incorrect syntax. I'm
surprised that noone gave you the correct formula.
=rounddown(c10+e10+g10,0)
would be correct.
It's arguably a minor point (if a formula works, then it works) but you
should understand that the SUM(<range>) function should ONLY be used for
adding a range of contiguous cells, e.g. =SUM(A1:A100). It is NOT required
(as many people seem to believe) to introduce any formula.
I regard the fact that, for example =SUM(A1*B1) works, as a bug in Excel; it
should give an error. I have a lot of students who make this mistake. In
the OCR New CLAIT exams it is considered acceptable but at the higher level
of CLAIT Plus it is marked as an error.
all the best,
Andrew Kendon
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in
the subject line.
Or, visit the group's homepage and use the dropdown menu. This will also allow
you to change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with
instructions. Once you are a member of the files group, you can go here to
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************
- Follow-Ups:
- [mso] Re: EXCEL ROUND DOWN FUNCTION
- From: Jim Pettit
- References:
- [mso] Re: EXCEL ROUND DOWN FUNCTION
- From: Andrew the Owl
Other related posts:
- » [mso] EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- » [mso] Re: EXCEL ROUND DOWN FUNCTION
- [mso] Re: EXCEL ROUND DOWN FUNCTION
- From: Jim Pettit
- [mso] Re: EXCEL ROUND DOWN FUNCTION
- From: Andrew the Owl