G Guest Nov 21, 2006 #1 I need to know how to round the sum of a cell up to the nearest 500. Can anyone help me with this?? I would appreciate it. Thanks.
I need to know how to round the sum of a cell up to the nearest 500. Can anyone help me with this?? I would appreciate it. Thanks.
G Guest Nov 21, 2006 #3 Try this: With A1: (a number) This formula rounds the value in A1 UP, in increments of 500 B1: =CEILING(A1,500) Does that help? *********** Regards, Ron XL2002, WinXP
Try this: With A1: (a number) This formula rounds the value in A1 UP, in increments of 500 B1: =CEILING(A1,500) Does that help? *********** Regards, Ron XL2002, WinXP
B Bob Phillips Nov 21, 2006 #5 Do you mean sum and round in one go? =CEILING(SUM(A1:A20),500) -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct)
Do you mean sum and round in one go? =CEILING(SUM(A1:A20),500) -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct)