Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
RVV
 
Posts: n/a
Default round up cells to $xx.99

i have cells that i would like to round up to $xx.99 --- $0.30 = $0.99,
$3.44 = $3.99, $227.59 = $227.99

how can i do this?
  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

=IF(A1<1,0.99,INT(A1)+0.99)
where A1 is the cell holding the $$

"RVV" wrote in message
...
i have cells that i would like to round up to $xx.99 --- $0.30 = $0.99,
$3.44 = $3.99, $227.59 = $227.99

how can i do this?



  #3   Report Post  
ww
 
Posts: n/a
Default

If your amounts are in Col A. In Col B you could use.
=ceiling(A1,1)-.01

"RVV" wrote:

i have cells that i would like to round up to $xx.99 --- $0.30 = $0.99,
$3.44 = $3.99, $227.59 = $227.99

how can i do this?

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
How do I format cells to round to the nearest thousands without .. excel user Excel Discussion (Misc queries) 1 March 16th 05 08:10 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
To safety merge cells without data destroyed, and smart unmerge! Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:17 AM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM


All times are GMT +1. The time now is 12:03 AM.

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"