![]() |
ROUNDUP to nearest 1/16 (in decimals)
How can I ROUNDUP a number to the nearest 1/16? I currently have a
column with 1/16 increments listed in decimals: 1/16 = 0.0625 1/8 = 0.125 3/16 = 0.1875 etc. Do I simply do a lookup on that column? If so, how can I do this? THANKS! |
Answer: ROUNDUP to nearest 1/16 (in decimals)
Yes, you can use the lookup function to round up a number to the nearest 1/16. Here are the steps:
|
ROUNDUP to nearest 1/16 (in decimals)
=ROUNDUP(A2*16,0)/16
will round UP to next 1/16. Take ROUND if you want to round to closest 1/16. Regards, Bernd |
ROUNDUP to nearest 1/16 (in decimals)
On May 12, 9:34*am, Bernd P wrote:
=ROUNDUP(A2*16,0)/16 will round UP to next 1/16. Take ROUND if you want to round to closest 1/16. Regards, Bernd Thanks, Bernd. I should've been more specific. I need to round the result of the following function to the nearest 1/16: =(V5*D5)-AB12+AC12 How can I modify this to round accordingly? |
ROUNDUP to nearest 1/16 (in decimals)
|
ROUNDUP to nearest 1/16 (in decimals)
On May 12, 9:55*am, Glenn wrote:
wrote: On May 12, 9:34 am, Bernd P wrote: =ROUNDUP(A2*16,0)/16 will round UP to next 1/16. Take ROUND if you want to round to closest 1/16. Regards, Bernd Thanks, Bernd. I should've been more specific. I need to round the result of the following function to the nearest 1/16: =(V5*D5)-AB12+AC12 How can I modify this to round accordingly? Substitute your function for A2 in Bernd's function. =ROUNDUP(((V5*D5)-AB12+AC12)*16,0)/16 Good grief! Thanks, Glenn! I was going about this the hard way! Thanks, Bernd! |
ROUNDUP to nearest 1/16 (in decimals)
=CEILING((V5*D5)-AB12+AC12,1/16)
-- David Biddulph wrote in message ... On May 12, 9:34 am, Bernd P wrote: =ROUNDUP(A2*16,0)/16 will round UP to next 1/16. Take ROUND if you want to round to closest 1/16. Regards, Bernd Thanks, Bernd. I should've been more specific. I need to round the result of the following function to the nearest 1/16: =(V5*D5)-AB12+AC12 How can I modify this to round accordingly? |
All times are GMT +1. The time now is 02:22 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com