Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rory
 
Posts: n/a
Default How to write this formula?

* a cell value by 53 % then round up the answer to have .95 on the end.

Thanks
Rory
  #2   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default How to write this formula?

Hi!

See if this is what you had in mind:

=INT(A1*0.53)+0.95

Biff

"Rory" wrote in message
...
* a cell value by 53 % then round up the answer to have .95 on the end.

Thanks
Rory



  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default How to write this formula?

"Biff" wrote in message
...

"Rory" wrote in message
...
* a cell value by 53 % then round up the answer to have .95 on the end.


See if this is what you had in mind:

=INT(A1*0.53)+0.95


If you really do want to round up, it might need
=INT((A1*0.53)+0.05)+0.95
so that if you have 53.99 after the multiplication it doesn't round down to
53.95 but rounds up to 54.95.
--
David Biddulph


  #4   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default How to write this formula?

Yeah, that's another good point.

Now we just need some feedback from the OP to see what they really wanted!

Biff

"David Biddulph" wrote in message
...
"Biff" wrote in message
...

"Rory" wrote in message
...
* a cell value by 53 % then round up the answer to have .95 on the end.


See if this is what you had in mind:

=INT(A1*0.53)+0.95


If you really do want to round up, it might need
=INT((A1*0.53)+0.05)+0.95
so that if you have 53.99 after the multiplication it doesn't round down
to 53.95 but rounds up to 54.95.
--
David Biddulph



  #5   Report Post  
Posted to microsoft.public.excel.misc
Sandy Mann
 
Posts: n/a
Default How to write this formula?

Rory,

Try:

=ROUND(A1*53%,0)-0.05

--
HTH

Sandy
In Perth, the ancient capital of Scotland


with @tiscali.co.uk


"Rory" wrote in message
...
* a cell value by 53 % then round up the answer to have .95 on the end.

Thanks
Rory





  #6   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default How to write this formula?

=ROUND(A1*53%,0)-0.05

That "rounds down" in some cases:

38 * 0.53 = 20.14

ROUND(20.14,0)-0.05 = 19.95

Biff

"Sandy Mann" wrote in message
...
Rory,

Try:

=ROUND(A1*53%,0)-0.05

--
HTH

Sandy
In Perth, the ancient capital of Scotland


with @tiscali.co.uk


"Rory" wrote in message
...
* a cell value by 53 % then round up the answer to have .95 on the end.

Thanks
Rory





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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Help to write a formula using a letter value and a number value Ikeagle Excel Worksheet Functions 3 January 29th 06 12:44 AM
What is the best way to Write this Formula zmr325 Excel Discussion (Misc queries) 1 November 29th 05 10:43 AM
How do I write formula to compare two values and pull the resulta. Renee Excel Worksheet Functions 1 February 11th 05 01:31 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM


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