#1   Report Post  
Junior Member
 
Posts: 1
Default Round dollars

Hi, I want to know if there is a way to round a price to either $99.99 or $49.99?

For example, I want a computer price that is $1,069.82 to round down to $1,049.99 or one that is $1,042.65 to round down to $999.99, something like that, I have this formula to test with already.

=IF(I4=50,ROUNDUP(I4,0)-0.01,ROUNDDOWN(I4,0)-0.01)

That is just for the tests not actual numbers.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Round dollars

On Tuesday, December 22, 2015 at 12:19:05 AM UTC+5:30, SpikerzZ wrote:
Hi, I want to know if there is a way to round a price to either $99.99
or $49.99?

For example, I want a computer price that is $1,069.82 to round down to
$1,049.99 or one that is $1,042.65 to round down to $999.99, something
like that, I have this formula to test with already.

=IF(I4=50,ROUNDUP(I4,0)-0.01,ROUNDDOWN(I4,0)-0.01)

That is just for the tests not actual numbers.




--
SpikerzZ


Hi SpikerzZ,

Here is the very simple formula to use with your numbers, which will help you round these numbers according to your given condition.
it's FLOOR function, use it like this:
=FLOOR(50,0.9999)
this will give you $49.9995.

Regards,
Vicky
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
Live Currency Conversion US Dollars to Australian Dollars Louise01 Excel Discussion (Misc queries) 1 August 12th 09 11:45 PM
How to round values from formulas to whole dollars p2andr Excel Discussion (Misc queries) 1 May 1st 08 12:00 AM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM
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
converting #dollars into word dollars? hotrodenford Excel Worksheet Functions 2 January 7th 05 06:29 AM


All times are GMT +1. The time now is 04:26 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"