Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When creating a financial proforma I calculate monthly revenues that need to
be rounded to nearest $100. How can I combine the formula and [round] function in the same cell. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUND(your formula,-2)
"texasdutch" wrote: When creating a financial proforma I calculate monthly revenues that need to be rounded to nearest $100. How can I combine the formula and [round] function in the same cell. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Suppose the formula is =PV(bla, bla, ......)
Warp it in a ROUND function =ROUND(PV(bla, bla, ......), -2) best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "texasdutch" wrote in message ... When creating a financial proforma I calculate monthly revenues that need to be rounded to nearest $100. How can I combine the formula and [round] function in the same cell. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUND(your_formula,-2)
-- David Biddulph "texasdutch" wrote in message ... When creating a financial proforma I calculate monthly revenues that need to be rounded to nearest $100. How can I combine the formula and [round] function in the same cell. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
could this type of thing be used to avoid rounding errors?
in some spreadsheets that my boss uses every month, the calculations produce numbers with long decimals, i.e., 268.30293302 i have it formatted to two decimal places, which shows 268.30; however, over time rounding errors occur because those extra decimals add up & eventually add a .01 to the total. would using =round fix that??? thanks! susan On Apr 5, 10:26 am, "David Biddulph" <groups [at] biddulph.org.uk wrote: =ROUND(your_formula,-2) -- David Biddulph "texasdutch" wrote in message ... When creating a financial proforma I calculate monthly revenues that need to be rounded to nearest $100. How can I combine the formula and [round] function in the same cell.- Hide quoted text - - Show quoted text - |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Simple test - put this formula in A1
=4/3 and this in B1 =ROUND(A1,2) you should get 1.3333 etc in A1 (depending on the formatting of the cell) and 1.33 in B1. Copy these down into A2:B3, and then in A4 add this formula; =SUM(A1:A3) and copy this to B4. Do you see any difference? Pete On Apr 5, 4:38 pm, "Susan" wrote: could this type of thing be used to avoid rounding errors? in some spreadsheets that my boss uses every month, the calculations produce numbers with long decimals, i.e., 268.30293302 i have it formatted to two decimal places, which shows 268.30; however, over time rounding errors occur because those extra decimals add up & eventually add a .01 to the total. would using =round fix that??? thanks! susan On Apr 5, 10:26 am, "David Biddulph" <groups [at] biddulph.org.uk wrote: =ROUND(your_formula,-2) -- David Biddulph "texasdutch" wrote in message ... When creating a financial proforma I calculate monthly revenues that need to be rounded to nearest $100. How can I combine the formula and [round] function in the same cell.- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text - |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
ooooooooooh.
aaaaaaaaaah. <applause thank you! :) (i'd never used that formula before, so i didn't even know how to test it.) susan On Apr 5, 12:58 pm, "Pete_UK" wrote: Simple test - put this formula in A1 =4/3 and this in B1 =ROUND(A1,2) you should get 1.3333 etc in A1 (depending on the formatting of the cell) and 1.33 in B1. Copy these down into A2:B3, and then in A4 add this formula; =SUM(A1:A3) and copy this to B4. Do you see any difference? Pete On Apr 5, 4:38 pm, "Susan" wrote: could this type of thing be used to avoid rounding errors? in some spreadsheets that my boss uses every month, the calculations produce numbers with long decimals, i.e., 268.30293302 i have it formatted to two decimal places, which shows 268.30; however, over time rounding errors occur because those extra decimals add up & eventually add a .01 to the total. would using =round fix that??? thanks! susan On Apr 5, 10:26 am, "David Biddulph" <groups [at] biddulph.org.uk wrote: =ROUND(your_formula,-2) -- David Biddulph "texasdutch" wrote in message ... When creating a financial proforma I calculate monthly revenues that need to be rounded to nearest $100. How can I combine the formula and [round] function in the same cell.- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula that sums cells yet does not round the number up or down. | Excel Worksheet Functions | |||
formula to round up any number less than 35 upto 35. | Excel Discussion (Misc queries) | |||
Need to round a formula up or down to a specific number | Excel Worksheet Functions | |||
i would like to know a formula on how to round a number to 500 | Excel Discussion (Misc queries) | |||
how do I write a formula to round up a number? | Excel Worksheet Functions |