Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 128
Default rounding up and down formulas

I am creating a retail price for our items. Problem is that I want the retail
price to end in either a .49 or .99. Example when I figure my retail pricing
off my cost it may come out to $6.74 and I would like to have a formula so
that it would automatically come out to $6.99 or if it was to $6.49 if is was
a lower number. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default rounding up and down formulas

Try this:

A1 = 6.74

=CEILING(A1+0.01,0.5)-0.01


--
Biff
Microsoft Excel MVP


"kris" wrote in message
...
I am creating a retail price for our items. Problem is that I want the
retail
price to end in either a .49 or .99. Example when I figure my retail
pricing
off my cost it may come out to $6.74 and I would like to have a formula so
that it would automatically come out to $6.99 or if it was to $6.49 if is
was
a lower number. Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 258
Default rounding up and down formulas

Kris --

Here's one approach:

A B
1 number =CEILING(A1,0.5)-0.01


HTH

"kris" wrote:

I am creating a retail price for our items. Problem is that I want the retail
price to end in either a .49 or .99. Example when I figure my retail pricing
off my cost it may come out to $6.74 and I would like to have a formula so
that it would automatically come out to $6.99 or if it was to $6.49 if is was
a lower number. Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default rounding up and down formulas

That formula will *round down* an integer and a decimal = to 0.5

A1 = 10
A1 = 1.5

Formula result = 9.99
Formula result = 1.49


--
Biff
Microsoft Excel MVP


"pdberger" wrote in message
...
Kris --

Here's one approach:

A B
1 number =CEILING(A1,0.5)-0.01


HTH

"kris" wrote:

I am creating a retail price for our items. Problem is that I want the
retail
price to end in either a .49 or .99. Example when I figure my retail
pricing
off my cost it may come out to $6.74 and I would like to have a formula
so
that it would automatically come out to $6.99 or if it was to $6.49 if is
was
a lower number. Thanks!



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 860
Default rounding up and down formulas

Hi Kris,

Where you say,
that it would automatically come out to $6.99 or if it was to $6.49 if is
was
a lower number. Thanks!


Do you mean you want it to round like this
6.74 or lower - round down to 6.49
6.75 and higher.- round up to 6.99
If that is the case try this,

=ROUND(A1/0.5,0)*0.5-0.01

HTH
Martin



"kris" wrote in message
...
I am creating a retail price for our items. Problem is that I want the
retail
price to end in either a .49 or .99. Example when I figure my retail
pricing
off my cost it may come out to $6.74 and I would like to have a formula so
that it would automatically come out to $6.99 or if it was to $6.49 if is
was
a lower number. Thanks!





  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default rounding up and down formulas

That is kind of confusing. I read it to mean:

..00 to .49 = round to .49

..50 to .99 = round to .99


--
Biff
Microsoft Excel MVP


"MartinW" wrote in message
...
Hi Kris,

Where you say,
that it would automatically come out to $6.99 or if it was to $6.49 if is
was
a lower number. Thanks!


Do you mean you want it to round like this
6.74 or lower - round down to 6.49
6.75 and higher.- round up to 6.99
If that is the case try this,

=ROUND(A1/0.5,0)*0.5-0.01

HTH
Martin



"kris" wrote in message
...
I am creating a retail price for our items. Problem is that I want the
retail
price to end in either a .49 or .99. Example when I figure my retail
pricing
off my cost it may come out to $6.74 and I would like to have a formula
so
that it would automatically come out to $6.99 or if it was to $6.49 if is
was
a lower number. 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
rounding formulas Junior Excel Worksheet Functions 2 October 17th 06 04:53 PM
Help with rounding formulas TriciaF Excel Worksheet Functions 2 September 5th 06 10:14 PM
formulas / rounding JT Excel Worksheet Functions 3 January 19th 06 10:49 PM
Rounding Formulas Chandra Excel Discussion (Misc queries) 5 July 5th 05 05:18 PM
formulas for rounding Mas Excel Discussion (Misc queries) 1 February 10th 05 06:46 PM


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