Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2006

Tip: Looking for answers? Try searching our database.

Formula or Format Error??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DavidB - 17 Oct 2006 06:28 GMT
Can anyone tell me please why this formula is returning a 4 figure % in my
destination cell Q13 even though I have cleared the cell to "No Decimal
Places":
=IF(OR(V13="",
X13=""),"",IF(V13="N","",IF(X13="R","",SUM(V13*0.15)+(X13*0.85))))

Cheers
David
Biff - 17 Oct 2006 07:13 GMT
If the result of this:

SUM(V13*0.15)+(X13*0.85)

Is an integer and the cell is formatted as PERCENTAGE then that will happen.

Try this:

=IF(OR(V13="",X13="",V13="N",X13="R"),"",SUM(V13*0.15,X13*0.85)/100)

Biff

> Can anyone tell me please why this formula is returning a 4 figure % in my
> destination cell Q13 even though I have cleared the cell to "No Decimal
[quoted text clipped - 4 lines]
> Cheers
> David
DavidB - 17 Oct 2006 07:38 GMT
Thanks Biff

> If the result of this:
>
[quoted text clipped - 16 lines]
> > Cheers
> > David
Biff - 17 Oct 2006 08:10 GMT
You're welcome!

Biff

> Thanks Biff
>
[quoted text clipped - 20 lines]
>> > Cheers
>> > David
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.