![]() |
rounding up to the nearest 1000
i cant figure out how to round my final figure UP to the nearest 1,000.
i have a list of numbers that are added to a final figure. i need to have that final figure round up to the nearest 1,000, but yet be 15,000.00 or greater so if my total is 26,581.00, i need it to round to 27,000.00 but if my final figure is 3,569.00 it should round to up to 15,000.00 |
rounding up to the nearest 1000
Hi,
Try this =MAX(15000,CEILING(A1,1000)) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "tonia" wrote: i cant figure out how to round my final figure UP to the nearest 1,000. i have a list of numbers that are added to a final figure. i need to have that final figure round up to the nearest 1,000, but yet be 15,000.00 or greater so if my total is 26,581.00, i need it to round to 27,000.00 but if my final figure is 3,569.00 it should round to up to 15,000.00 |
All times are GMT +1. The time now is 02:18 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com