Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Sum and Round all in one cell

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Sum and Round all in one cell

Try something like this:

=ROUNDUP(SUM(A1:A100)/500,0)*500

HTH,
Elkar


"BAHoffman" wrote:

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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Sum and Round all in one cell

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


"BAHoffman" wrote:

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.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default Sum and Round all in one cell

=CEILING(A1,500)
--
David Biddulph

"BAHoffman" wrote in message
...
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.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default Sum and Round all in one cell

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)

"BAHoffman" wrote in message
...
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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"