Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How not to round a formula | Excel Discussion (Misc queries) | |||
Round up Formula Help | Excel Discussion (Misc queries) | |||
How do i round up the sum of a formula | Excel Discussion (Misc queries) | |||
How do I NOT round off in a formula | Excel Worksheet Functions | |||
formula to round up? | Excel Worksheet Functions |