Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Running The Store
 
Posts: n/a
Default Excell, changing wholesale to retail, round up to multipuls $5

I am changing wholesale prices to retail prices. I want to round up the cost
to multipuls of $5.
wholesale formula
A18 =roundup (A18*2) multipuls of 5

$23.15 ($26.30) desired answer $30.00


  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

There's probably an easier way, and I think you made a typo with your 23.15,
you meant 13.15, but here goes:
=IF(MOD(ROUNDUP(A1*2,-1),10)=0,ROUNDUP(A1*2,-1),ROUNDUP(A1*2,-1)+5)
*******************
~Anne Troy

www.OfficeArticles.com


"Running The Store" <Running The wrote in
message ...
I am changing wholesale prices to retail prices. I want to round up the

cost
to multipuls of $5.
wholesale formula
A18 =roundup (A18*2) multipuls of 5

$23.15 ($26.30) desired answer $30.00




  #3   Report Post  
RagDyer
 
Posts: n/a
Default

Try this for a number:
=CEILING(A18,5)
And format the cell as you wish.

OR, for a text display, try this:
=TEXT(CEILING(A2,5),"$#,###.00")

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================



"Running The Store" <Running The wrote in
message ...
I am changing wholesale prices to retail prices. I want to round up the

cost
to multipuls of $5.
wholesale formula
A18 =roundup (A18*2) multipuls of 5

$23.15 ($26.30) desired answer $30.00



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
Round whole numbers up and down JoeBed Excel Discussion (Misc queries) 4 July 5th 05 05:21 PM
i need an excell formula that will round up to the nearest 9.99 Brian Excel Worksheet Functions 4 May 11th 05 10:51 PM
lable ranges in Excell david Excel Discussion (Misc queries) 2 February 2nd 05 11:26 PM


All times are GMT +1. The time now is 01:43 PM.

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"