A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Format financial results to end in specific numbers



 
 
Thread Tools Display Modes
  #1  
Old June 19th, 2009, 04:57 PM posted to microsoft.public.excel.worksheet.functions
osbornauto
external usenet poster
 
Posts: 7
Default Format financial results to end in specific numbers

I have a one page spreadsheet with some financial calculations filling in a
few cells as results. I'd like to have each of the cells end in a specific
cents. So, in the results cell, if the calculation was to give the results
of $10.56, $11.74 & $13.23 - it would actually show up as $10.55, $11.55 &
$13.55 if I wanted the results to end in 55 cents.

Any suggestions on how to have all my results end in a specific result like
that?
  #2  
Old June 19th, 2009, 05:03 PM posted to microsoft.public.excel.worksheet.functions
Sam Wilson
external usenet poster
 
Posts: 117
Default Format financial results to end in specific numbers


=ROUND(20*A1,0)/20

rounds cell A5 to the nearest 0.05, so if you don't mind actually changing
the calculation result that works.

"osbornauto" wrote:

I have a one page spreadsheet with some financial calculations filling in a
few cells as results. I'd like to have each of the cells end in a specific
cents. So, in the results cell, if the calculation was to give the results
of $10.56, $11.74 & $13.23 - it would actually show up as $10.55, $11.55 &
$13.55 if I wanted the results to end in 55 cents.

Any suggestions on how to have all my results end in a specific result like
that?

  #3  
Old June 19th, 2009, 05:03 PM posted to microsoft.public.excel.worksheet.functions
joeu2004
external usenet poster
 
Posts: 1,748
Default Format financial results to end in specific numbers

"osbornauto" wrote:
I have a one page spreadsheet with some financial calculations
[....] I wanted the results to end in 55 cents.


If you have =formula now, change that to =INT(formula)+0.55


----- original message -----

"osbornauto" wrote in message
...
I have a one page spreadsheet with some financial calculations filling in a
few cells as results. I'd like to have each of the cells end in a
specific
cents. So, in the results cell, if the calculation was to give the
results
of $10.56, $11.74 & $13.23 - it would actually show up as $10.55, $11.55 &
$13.55 if I wanted the results to end in 55 cents.

Any suggestions on how to have all my results end in a specific result
like
that?


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:24 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.