Thread: roundup by 16s
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre Ron Coderre is offline
external usenet poster
 
Posts: 2,118
Default roundup by 16s

Try this:

For a value in A1

B1: =MAX(CEILING(A1,16),64)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Sum Limit and marking" wrote:

I'm looking for a formula that will allow me to type in a number and roundup
to the largest multiple of 16 with a minimum of 64.

For example, if I type in 60 in Cell A1, then in cell A2 I want it to
roundup to 64.

Thanks.