Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Rounding Cell Values

How can a cell value be rounded down to the nearest even number
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Rounding Cell Values

Hi,

Try

=MROUND(A1-1,2)

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"RWAMSLEY" wrote:

How can a cell value be rounded down to the nearest even number

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Rounding Cell Values

Try this

=FLOOR(A2,2)

Mike

"RWAMSLEY" wrote:

How can a cell value be rounded down to the nearest even number

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 913
Default Rounding Cell Values

On Mon, 5 Jan 2009 11:17:01 -0800, RWAMSLEY
wrote:

How can a cell value be rounded down to the nearest even number



If the cell value is always positive, try the following

=FLOOR(A1,2)

If the cell value is always negative, try the following

=-CEILING(-A1,2)

If the cell value can positive or negative, try the following

=CHOOSE(SIGN(A1)+2,-CEILING(-A1,2),0,FLOOR(A1,2))

Hope this helps / Lars-Åke
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rounding Time values mebsmith Excel Discussion (Misc queries) 7 October 14th 08 10:20 PM
Rounding up values Sarah (OGI) Excel Worksheet Functions 1 September 20th 07 11:17 AM
SUMPRODUCT rounding up values Terranoman Excel Worksheet Functions 2 February 6th 07 04:02 PM
rounding values in in array before sum Bruce Excel Worksheet Functions 4 January 31st 06 10:06 AM
Stop rounding values Keith Excel Worksheet Functions 3 November 11th 04 04:29 PM


All times are GMT +1. The time now is 11:50 AM.

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

About Us

"It's about Microsoft Excel"