Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Chad
 
Posts: n/a
Default How do I round down to nearest .05% in Excel?

I have a column of %'s that I need to round DOWN to the nearest .05%. So,
1.24% goes down to 1.20%. I do have the Analysis ToolPak.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default How do I round down to nearest .05% in Excel?

=FLOOR(E1,1/2000)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Chad" wrote in message
...
I have a column of %'s that I need to round DOWN to the nearest .05%. So,
1.24% goes down to 1.20%. I do have the Analysis ToolPak.



  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default How do I round down to nearest .05% in Excel?

Maybe....

=FLOOR(A1,0.05)

Vaya con Dios,
Chuck, CABGx3



"Chad" wrote:

I have a column of %'s that I need to round DOWN to the nearest .05%. So,
1.24% goes down to 1.20%. I do have the Analysis ToolPak.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default How do I round down to nearest .05% in Excel?

Chuck,

I like your version more than mine, but if it is percentage, I think it
should be

=FLOOR(A1,0.0005)

or even better as I just discovered

=FLOOR(A1,0.05%)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"CLR" wrote in message
...
Maybe....

=FLOOR(A1,0.05)

Vaya con Dios,
Chuck, CABGx3



"Chad" wrote:

I have a column of %'s that I need to round DOWN to the nearest .05%.

So,
1.24% goes down to 1.20%. I do have the Analysis ToolPak.



  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default How do I round down to nearest .05% in Excel?

Yup, you're probably correct Bob. I don't have Excel up and running here
right now, so I can't test anything, but usually by taking your word for
something, I wind up being right <g....

Vaya con Dios,
Chuck, CABGx3



"Bob Phillips" wrote in message
...
Chuck,

I like your version more than mine, but if it is percentage, I think it
should be

=FLOOR(A1,0.0005)

or even better as I just discovered

=FLOOR(A1,0.05%)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"CLR" wrote in message
...
Maybe....

=FLOOR(A1,0.05)

Vaya con Dios,
Chuck, CABGx3



"Chad" wrote:

I have a column of %'s that I need to round DOWN to the nearest .05%.

So,
1.24% goes down to 1.20%. I do have the Analysis ToolPak.





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
unhide menu bar in excel - just disappeared Sean Setting up and Configuration of Excel 12 April 4th 23 10:19 AM
How do I tell a price list to round up and down to the nearest 25 Philippa Excel Worksheet Functions 2 January 12th 06 12:57 PM
Formula to enter to round an Excel value up to the next $0.5? Lee Excel Discussion (Misc queries) 1 January 4th 06 10:51 PM
I need to round up to the nearest 50. karenm Excel Discussion (Misc queries) 3 September 13th 05 03:31 PM
In Excel, how do you get it to not automatically round my dollars. Cylie G. Excel Worksheet Functions 2 January 7th 05 10:43 PM


All times are GMT +1. The time now is 09:02 AM.

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"