![]() |
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? |
=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? |
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? |
All times are GMT +1. The time now is 07:57 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com