[mso] Re: Excel Question - Help Needed

No you can't have two formulas in the same cell.

But, your formula can certainly round down or truncate the cents off the 
result.

E.g. if your formula was

=(E11*F11)+(G11/H11)

Then

=FLOOR((E11*F11)+(G11/H11),1)

would round it down to the whole dollar below.  Or

=FLOOR((E11*F11)+(G11/H11),0.1)

would round it down at the 10 cents point.  Etc.

If you just want to truncate to a whole number, you can use INT (nnn) 
instead of FLOOR (nnn, significance).

Regards, Dave S

----- Original Message ----- 
From: "Pat Ferguson" <computertips4me4home@xxxxxxxxxxx>
To: <mso@xxxxxxxxxxxxx>
Sent: Thursday, June 21, 2007 12:08 AM
Subject: [mso] Excel Question - Help Needed


>I have an excel spreadsheet with formulas.
>
> In one of the cells that has a formula, I need the number not to round up.
> My boss does not want the cents to show (which alleviates the problem), 
> and
> the column width is wide enough.  Can you have two formulas in the same
> cell?  If so, how?
>
> The cells in question has a formula that is the total of other cells that
> are multiplied and then added together.
>
> Thanking you in advance for any help you can give me.
>
> Pat
> *************************************************************
> 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: