#1   Report Post  
Posted to microsoft.public.excel.misc
Kim Kim is offline
external usenet poster
 
Posts: 284
Default Not sure...

I have a formula in a workbook and I don't know what it means. Can you please
tell me what ROUND means and also the ,5 at the end of the formula?

=ROUND((Z13-AB13),5)


Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Not sure...

From XL Help:

ROUND
Rounds a number to a specified number of digits.
Syntax
ROUND(number,num_digits)
Number is the number you want to round.
Num_digits specifies the number of digits to which you want to round
number.


In article ,
Kim wrote:

I have a formula in a workbook and I don't know what it means. Can you please
tell me what ROUND means and also the ,5 at the end of the formula?

=ROUND((Z13-AB13),5)


Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Not sure...

Kim,

It rounds the difference between the value in Z13 and AB13 to 5 decimal
places. The Excel help has a good explanation and examples. Search the help
for "ROUND worksheet function"

"Kim" wrote:

I have a formula in a workbook and I don't know what it means. Can you please
tell me what ROUND means and also the ,5 at the end of the formula?

=ROUND((Z13-AB13),5)


Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Not sure...

=ROUND((Z13-AB13),5)

That formula subtracts the value in cell AB13 from the value in cell Z13 and
rounds the result to 5 decimal places.

The ROUND function is pretty well documented in Excel Help.
Is there confusion about something else?
***********
Regards,
Ron

XL2002, WinXP


"Kim" wrote:

I have a formula in a workbook and I don't know what it means. Can you please
tell me what ROUND means and also the ,5 at the end of the formula?

=ROUND((Z13-AB13),5)


Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Not sure...

Excel has a help facility which explains each function (except DATEDIF), and
its syntax, and gives examples. You can either get at it through the help
window, or through the help menu, or by clicking on the hyperlink which
appears if you click on the function name in the formula, or by clicking on
the "fx" to the left of the formula window.
--
David Biddulph

"Kim" wrote in message
...
I have a formula in a workbook and I don't know what it means. Can you
please
tell me what ROUND means and also the ,5 at the end of the formula?

=ROUND((Z13-AB13),5)


Thanks!





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"