Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
al al is offline
external usenet poster
 
Posts: 363
Default Wanting to sum a colum of numbers and then roundup to the next dol

I'am wanting to write a formula that would sum a colum of numbers and then
round those numbers up or down to the hole dollar.
A B
1 22.10 45.76
2 22.35 43.10
3

I would want cell A3 to roundup to 45.00 and cell B3 to rounddown to 48.00.

Thanks for any help.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 353
Default Wanting to sum a colum of numbers and then roundup to the next dol

In A3 for your example:
=CEILING(SUM(A1:A2),1)
In B3:
=FLOOR(SUM(B1:B2),1)

"AL" wrote:

I'am wanting to write a formula that would sum a colum of numbers and then
round those numbers up or down to the hole dollar.
A B
1 22.10 45.76
2 22.35 43.10
3

I would want cell A3 to roundup to 45.00 and cell B3 to rounddown to 48.00.

Thanks for any help.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
al al is offline
external usenet poster
 
Posts: 363
Default Wanting to sum a colum of numbers and then roundup to the next

Thanks BoniM! That's what I was looking for.
AL

"BoniM" wrote:

In A3 for your example:
=CEILING(SUM(A1:A2),1)
In B3:
=FLOOR(SUM(B1:B2),1)

"AL" wrote:

I'am wanting to write a formula that would sum a colum of numbers and then
round those numbers up or down to the hole dollar.
A B
1 22.10 45.76
2 22.35 43.10
3

I would want cell A3 to roundup to 45.00 and cell B3 to rounddown to 48.00.

Thanks for any help.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 353
Default Wanting to sum a colum of numbers and then roundup to the next

You're welcome, happy to help. Thanks for the feedback!

"AL" wrote:

Thanks BoniM! That's what I was looking for.
AL

"BoniM" wrote:

In A3 for your example:
=CEILING(SUM(A1:A2),1)
In B3:
=FLOOR(SUM(B1:B2),1)

"AL" wrote:

I'am wanting to write a formula that would sum a colum of numbers and then
round those numbers up or down to the hole dollar.
A B
1 22.10 45.76
2 22.35 43.10
3

I would want cell A3 to roundup to 45.00 and cell B3 to rounddown to 48.00.

Thanks for any help.

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
only numbers in a colum are seen-no cells-no little squares lunkhead Excel Discussion (Misc queries) 2 February 11th 07 07:50 PM
ranking a colum of numbers Genchaos Excel Worksheet Functions 4 June 4th 06 11:28 PM
total colum using x instesd of numbers what is the formula Chopper-One Excel Worksheet Functions 3 March 5th 06 09:57 PM
How do I get numbers on a colum to stay as I typed them on an exc. Desperate School Secretary Excel Discussion (Misc queries) 1 April 7th 05 03:58 AM
how do I put in line numbers in the first colum starting in row A. Bernie Excel Discussion (Misc queries) 2 January 12th 05 11:07 PM


All times are GMT +1. The time now is 05:51 AM.

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"