[mso] Re: hellp round formula. Use in excel
- From: Thomas Hutchins <hutch99999@xxxxxxxxx>
- To: mso@xxxxxxxxxxxxx
- Date: Sat, 28 Mar 2009 05:40:18 -0700 (PDT)
ROUND() would return 25.00 with the sample numbers you gave. You could use
INT() to truncate the decimal part of the number:
=INT(A1+B1)
returns 24.00
I'm not sure which versions of Excel support the ROUNDDOWN function (I know
2007 does). If your Excel has ROUNDDOWN(), you cold use that:
=ROUNDDOWN(A1+B1,0)
returns 24.00
If you really mean ROUND() but just gave a bad example, try
=ROUND(A1+B1,0)
which returns 25.00
Hope this helps,
Hutch
--- On Sat, 3/28/09, lalan tiwari <tiwarilalan@xxxxxxxxx> wrote:
From: lalan tiwari <tiwarilalan@xxxxxxxxx>
Subject: [mso] hellp round formula. Use in excel
To: mso@xxxxxxxxxxxxx
Date: Saturday, March 28, 2009, 12:56 AM
Sir,
A B C
14.56 10.08 24.64 (=A+B)
I want this cell ROUND 24.00
How can use Excel ROUND Formul in cel C
Thanks.
*************************************************************
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, visit the group's homepage and use the dropdown
menu at the top. This will allow you to unsubscribe your email address or
change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to share files with the group, you must join our Yahoo sister
group. This group will not allow for posting of emails, but will allow you to
join and share problem files, templates, etc.:
http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for FILE
SHARING ONLY.
If you are using Outlook and you see a lot of unnecessary code in your email
messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************
*************************************************************
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, visit the group's homepage and use the dropdown
menu at the top. This will allow you to unsubscribe your email address or
change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to share files with the group, you must join our Yahoo sister group.
This group will not allow for posting of emails, but will allow you to join
and share problem files, templates, etc.:
http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for FILE
SHARING ONLY.
If you are using Outlook and you see a lot of unnecessary code in your email
messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************
Other related posts: