Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi there,
I want to use both Average and Round functions at the same time. Can they be used together if so in what order?. My range of figures is A2:a22. Any help greatly appreciated Thanks Suzanne |
#2
![]() |
|||
|
|||
![]()
Hi Suzanne,
Yes, you can definitely use the Code:
Average Code:
Round
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
1) You can use them together
2) the order depends on what you want to accompliss: do you want the average of rounded values, or do you want to round the calculated average In the first case you need an array formula, i.e., one you enter by pressing Ctrl-Shift-Enter =average(round(a1:a10,N)) replace the N with the number of digits The second one is simply =round(average(A1:A10),N) "Grd" wrote: Hi there, I want to use both Average and Round functions at the same time. Can they be used together if so in what order?. My range of figures is A2:a22. Any help greatly appreciated Thanks Suzanne |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excellent
Tx S "Duke Carey" wrote: 1) You can use them together 2) the order depends on what you want to accompliss: do you want the average of rounded values, or do you want to round the calculated average In the first case you need an array formula, i.e., one you enter by pressing Ctrl-Shift-Enter =average(round(a1:a10,N)) replace the N with the number of digits The second one is simply =round(average(A1:A10),N) "Grd" wrote: Hi there, I want to use both Average and Round functions at the same time. Can they be used together if so in what order?. My range of figures is A2:a22. Any help greatly appreciated Thanks Suzanne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
average cells, show 0 if nothing to average | Excel Discussion (Misc queries) | |||
Error Handling #N/A with AVERAGE Function - Average of values in Row | Excel Worksheet Functions | |||
Weighed Average of a weiged average when there are blanks | Excel Discussion (Misc queries) | |||
how does one convert text to a formula "average(A:A)" to =average( | Excel Worksheet Functions | |||
How do I ROUND() round off decimals of a column dataset? | Excel Worksheet Functions |