Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm having trouble writing a formula to round off my results to .95 cents.
I take the cost of my prodcut and mark it up, say double, 200%. I take $10.25 *200%=$20.50, I would like to round the off cents to .95 Your help is greatly apperciated. -- Pat D. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUND(10.25*200%,0)-0.05
OR =ROUNDUP(10.25*200%,)-0.05 If this post helps click Yes --------------- Jacob Skaria "Pat" wrote: I'm having trouble writing a formula to round off my results to .95 cents. I take the cost of my prodcut and mark it up, say double, 200%. I take $10.25 *200%=$20.50, I would like to round the off cents to .95 Your help is greatly apperciated. -- Pat D. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this...
=ROUND(10.25*200%,0) =ROUND(A1,0) Otherwise format the cell Currency decimal places as 0. If this post helps, Click Yes! -------------------- (Ms-Exl-Learner) -------------------- "Pat" wrote: I'm having trouble writing a formula to round off my results to .95 cents. I take the cost of my prodcut and mark it up, say double, 200%. I take $10.25 *200%=$20.50, I would like to round the off cents to .95 Your help is greatly apperciated. -- Pat D. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank kindly, it works great.
-- Pat D. "Jacob Skaria" wrote: =ROUND(10.25*200%,0)-0.05 OR =ROUNDUP(10.25*200%,)-0.05 If this post helps click Yes --------------- Jacob Skaria "Pat" wrote: I'm having trouble writing a formula to round off my results to .95 cents. I take the cost of my prodcut and mark it up, say double, 200%. I take $10.25 *200%=$20.50, I would like to round the off cents to .95 Your help is greatly apperciated. -- Pat D. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Round to the nearest 9 cents | Excel Discussion (Misc queries) | |||
can you round a number then use it in another formula | Excel Discussion (Misc queries) | |||
i would like to know a formula on how to round a number to 500 | Excel Discussion (Misc queries) | |||
ROUND CENTS TO EITHER 49 OR 99 AMOUNTS | Excel Worksheet Functions | |||
I am trying to round up to the nearest 25 cents | New Users to Excel |