#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Round formula

I need help creating a formula, right know I have

=round(a1,2)+round(b1,2)

but I need a formula that will round to 2 digits when I add all the values
of B1:b10
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Round formula

=ROUND(A1+B1,2)


--


Regards,


Peo Sjoblom



"Frances C" wrote in message
...
I need help creating a formula, right know I have

=round(a1,2)+round(b1,2)

but I need a formula that will round to 2 digits when I add all the values
of B1:b10



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default Round formula

=round(sum(b1:b10),2)

Tyro

"Frances C" wrote in message
...
I need help creating a formula, right know I have

=round(a1,2)+round(b1,2)

but I need a formula that will round to 2 digits when I add all the values
of B1:b10



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Round formula

=ROUND(SUM(B1:B9),2)

Don't know where A1 comes into the picture.


Gord Dibben MS Excel MVP

On Wed, 31 Oct 2007 15:31:00 -0700, Frances C
wrote:

I need help creating a formula, right know I have

=round(a1,2)+round(b1,2)

but I need a formula that will round to 2 digits when I add all the values
of B1:b10


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default Round formula

The OP said b1:b10

Tyro

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
=ROUND(SUM(B1:B9),2)

Don't know where A1 comes into the picture.


Gord Dibben MS Excel MVP

On Wed, 31 Oct 2007 15:31:00 -0700, Frances C
wrote:

I need help creating a formula, right know I have

=round(a1,2)+round(b1,2)

but I need a formula that will round to 2 digits when I add all the values
of B1:b10






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Round formula

You don't think the OP is smart enough to replace B9 with B10?

--


Regards,


Peo Sjoblom



"Tyro" wrote in message
t...
The OP said b1:b10

Tyro

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
=ROUND(SUM(B1:B9),2)

Don't know where A1 comes into the picture.


Gord Dibben MS Excel MVP

On Wed, 31 Oct 2007 15:31:00 -0700, Frances C
wrote:

I need help creating a formula, right know I have

=round(a1,2)+round(b1,2)

but I need a formula that will round to 2 digits when I add all the
values
of B1:b10






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default Round formula

I don't know. Is the op smart enough?

Tyro

"Peo Sjoblom" wrote in message
...
You don't think the OP is smart enough to replace B9 with B10?

--


Regards,


Peo Sjoblom



"Tyro" wrote in message
t...
The OP said b1:b10

Tyro

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
=ROUND(SUM(B1:B9),2)

Don't know where A1 comes into the picture.


Gord Dibben MS Excel MVP

On Wed, 31 Oct 2007 15:31:00 -0700, Frances C
wrote:

I need help creating a formula, right know I have

=round(a1,2)+round(b1,2)

but I need a formula that will round to 2 digits when I add all the
values
of B1:b10







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
How not to round a formula Janet Excel Discussion (Misc queries) 9 September 6th 07 03:28 AM
Round up Formula Help Richard Excel Discussion (Misc queries) 3 October 1st 06 08:58 PM
How do i round up the sum of a formula ian Excel Discussion (Misc queries) 2 May 28th 06 04:47 AM
How do I NOT round off in a formula Sierra_07 Excel Worksheet Functions 4 October 13th 05 01:30 AM
formula to round up? John Excel Worksheet Functions 2 June 13th 05 11:29 PM


All times are GMT +1. The time now is 03:26 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"