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 / November 2007

Tip: Looking for answers? Try searching our database.

ROUND function syntax question (hopefully simple)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Nick Xylas - 01 Nov 2007 15:45 GMT
I want to round the results of the following formula to a single
decimal place. Can anyone tell me the correct syntax to use the ROUND
function? Putting all the commas and parentheses in the right place
has always been my downfall where long, complicated Excel functions
are concerned!

The formula is: =IF(J7>0,D7/J7*100,"")
JE McGimpsey - 01 Nov 2007 15:48 GMT
One way:

   =IF(J7>0,ROUND(D7/J7*100,1),"")

> I want to round the results of the following formula to a single
> decimal place. Can anyone tell me the correct syntax to use the ROUND
[quoted text clipped - 3 lines]
>
> The formula is: =IF(J7>0,D7/J7*100,"")
Nick Xylas - 01 Nov 2007 16:18 GMT
> One way:
>
>     =IF(J7>0,ROUND(D7/J7*100,1),"")

Thanks
 
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.