![]() |
formula to round up to nearest 1,000
In excell the formula to take the resulted value and round in up to the
nearest thousand |
formula to round up to nearest 1,000
Ed,
Assuming your data is in A1...in B1 type: =CEILING(A1,1000) Tom "Ed Vega" wrote: In excell the formula to take the resulted value and round in up to the nearest thousand |
formula to round up to nearest 1,000
=ROUND(A1/1000,0)*1000
"Ed Vega" wrote: In excell the formula to take the resulted value and round in up to the nearest thousand |
formula to round up to nearest 1,000
Use a formula like
=ROUNDUP(A1,-3) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Ed Vega" <Ed wrote in message ... In excell the formula to take the resulted value and round in up to the nearest thousand |
All times are GMT +1. The time now is 04:21 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com