Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 88
Default round up (ends with...)

i need something that will round as follows:

OLD NEW
16.99 =16.99*1.04

result is as follows:
OLD NEW
16.99 17.67

what i need is the 17.67 to round up to 17.99
basically the old price (16.99, or whatever it is) multiplied with the
markup (4%, in this case is 17.67) and "rounded" up to the next .99. (16.99
- 17.67 - 17.99)

i've seen some rounding examples, but i cannot figure this out, any help is
appreciated.

thank you,

jat

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 88
Default round up (ends with...) (resolved)

i got it figured out.

"jatman" wrote:

i need something that will round as follows:

OLD NEW
16.99 =16.99*1.04

result is as follows:
OLD NEW
16.99 17.67

what i need is the 17.67 to round up to 17.99
basically the old price (16.99, or whatever it is) multiplied with the
markup (4%, in this case is 17.67) and "rounded" up to the next .99. (16.99
- 17.67 - 17.99)

i've seen some rounding examples, but i cannot figure this out, any help is
appreciated.

thank you,

jat

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default round up (ends with...) (resolved)

For others that might be interested:

A1 = 16.99

=CEILING(A1*1.04+0.01,1)-0.01

--
Biff
Microsoft Excel MVP


"jatman" wrote in message
...
i got it figured out.

"jatman" wrote:

i need something that will round as follows:

OLD NEW
16.99 =16.99*1.04

result is as follows:
OLD NEW
16.99 17.67

what i need is the 17.67 to round up to 17.99
basically the old price (16.99, or whatever it is) multiplied with the
markup (4%, in this case is 17.67) and "rounded" up to the next .99.
(16.99
- 17.67 - 17.99)

i've seen some rounding examples, but i cannot figure this out, any help
is
appreciated.

thank you,

jat



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default round up (ends with...)

=ROUNDUP(A1*1.04,)-0.01


"jatman" wrote:

i need something that will round as follows:

OLD NEW
16.99 =16.99*1.04

result is as follows:
OLD NEW
16.99 17.67

what i need is the 17.67 to round up to 17.99
basically the old price (16.99, or whatever it is) multiplied with the
markup (4%, in this case is 17.67) and "rounded" up to the next .99. (16.99
- 17.67 - 17.99)

i've seen some rounding examples, but i cannot figure this out, any help is
appreciated.

thank you,

jat

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
cell formatting ends up scientific? George Applegate[_2_] Excel Discussion (Misc queries) 1 August 16th 07 04:49 PM
filter using "ends with" and 3 choices? Ex: ends with 1,2 or3 Debbie Excel Worksheet Functions 1 April 6th 07 12:07 AM
how do I delete a row automatically after each date ends delete automatically Excel Discussion (Misc queries) 0 December 20th 06 03:22 PM
Dynamically determining when a month ends Moomancow3k New Users to Excel 3 January 11th 06 10:53 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM


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