Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default rounding formula


I am looking for a formula that will allow me to compute a percentage of
value A and round the result to the neareast whole dollar. Any
assistance is greatly appreciated


--
qmaster
------------------------------------------------------------------------
qmaster's Profile: http://www.excelforum.com/member.php...o&userid=26439
View this thread: http://www.excelforum.com/showthread...hreadid=397095

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 101
Default rounding formula

Lets say your value is in cell A1 and the percent figure in cell B1, then
use

=ROUND(A1*B1,0)


Mangesh




"qmaster" wrote in
message ...

I am looking for a formula that will allow me to compute a percentage of
value A and round the result to the neareast whole dollar. Any
assistance is greatly appreciated


--
qmaster
------------------------------------------------------------------------
qmaster's Profile:

http://www.excelforum.com/member.php...o&userid=26439
View this thread: http://www.excelforum.com/showthread...hreadid=397095



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default rounding formula


qmaster

Have a look at the Dollar and Round commands

eg
a1 has 33 in it

a2 =DOLLAR(A1/4,0)
a3 =ROUND(A4/4,0)

Both Result = $8

Sum command does not appear to work with Dollar command but does work
with Round command


--
mudraker
------------------------------------------------------------------------
mudraker's Profile: http://www.excelforum.com/member.php...fo&userid=2473
View this thread: http://www.excelforum.com/showthread...hreadid=397095

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default rounding formula

Sum doesn't work with Dollar as Dollar converts result to text.

Hope this helps
Rowan

"mudraker" wrote:


qmaster

Have a look at the Dollar and Round commands

eg
a1 has 33 in it

a2 =DOLLAR(A1/4,0)
a3 =ROUND(A4/4,0)

Both Result = $8

Sum command does not appear to work with Dollar command but does work
with Round command


--
mudraker
------------------------------------------------------------------------
mudraker's Profile: http://www.excelforum.com/member.php...fo&userid=2473
View this thread: http://www.excelforum.com/showthread...hreadid=397095


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
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH SunshineinFt.Myers[_2_] Excel Worksheet Functions 7 March 5th 09 06:41 PM
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
Rounding up and down formula Bill Ridgeway New Users to Excel 1 May 7th 07 02:52 PM
rounding a formula in a cell, then replace the formula Don Guillett[_4_] Excel Programming 0 July 13th 04 03:59 PM
rounding a formula in a cell, then replace the formula Frank Kabel Excel Programming 0 July 13th 04 03:52 PM


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