Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi
I have a cell that contains a function which returns the average of a set of numbers. I want the result to then be converted to the nearest whole number if the decimal is 5 or greater. and down if 4 or less i.e an average of 3,4 or less would round down to 3 and an average 0f 3.5 or over would round up to 4. I have been trying to nest the average and round functions in the same cell. I can't find a varition of the round function to do this or find anything in help. Assitance appreciated. |
#2
![]() |
|||
|
|||
![]()
=ROUND(AVERAGE(A1:A5);0)
-- HTH Bob Phillips "kim" wrote in message ... Hi I have a cell that contains a function which returns the average of a set of numbers. I want the result to then be converted to the nearest whole number if the decimal is 5 or greater. and down if 4 or less i.e an average of 3,4 or less would round down to 3 and an average 0f 3.5 or over would round up to 4. I have been trying to nest the average and round functions in the same cell. I can't find a varition of the round function to do this or find anything in help. Assitance appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
The ROUND function | Excel Worksheet Functions | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
Looking for function or formula to calculate number that is revers | Excel Worksheet Functions | |||
Does Excel 2000 have a 'datedif' function to calculate the number. | Excel Worksheet Functions |