| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''AVEDEV(n1,n2,n3)'''</div><br/> | + | <div style="font-size:30px">'''AVEDEV(n1,n2,n3...)'''</div><br/> |
| | *<math>n1,n2,n3...</math> are any real numbers. | | *<math>n1,n2,n3...</math> are any real numbers. |
| | | | |
| Line 19: |
Line 19: |
| | This function will give the result as error, when the text couldn't convert in to numbers. | | This function will give the result as error, when the text couldn't convert in to numbers. |
| | | | |
| − | Logical values and text representations of numbers are calculated.
| + | ==Examples== |
| − | | + | =AVEDEV(50,52, 54, 56, 58, 60) gives the result 3 |
| − | Formula:-
| + | Steps |
| − | The equation to find out the average deviation is:
| + | #Mean=(50+52+ 54+ 56+ 58+ 60)/6 = 330/6 = 55 |
| − | | + | #Deviation=|50-55|,|52-55|,|54-55|,|56-55|,|58-55|,|60-55|=5,3,1,1,3,5 |
| − | {| id="TABLE3" class="SpreadSheet blue"
| + | #Average Deviation = 5+3+1+1+3+5)/6 = 3 |
| − | |- class="even"
| |
| − | | class=" " |
| |
| − | | |
| − | | Column1
| |
| − | | class=" " | Column2
| |
| − | | class=" " | Column3
| |
| − | | class=" " | Column4
| |
| − | |- class="odd"
| |
| − | | class=" " | Row1
| |
| − | | class=" " | 7
| |
| − | | class="sshl_f" | 1.75
| |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" | | |
| − | |- class="even" | |
| − | | class=" " | Row2
| |
| − | | class=" " | 6 | |
| − | | class="sshl_f SelectTD SelectTD" |
| |
| − | | |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" |
| |
| − | |- class="odd" | |
| − | | Row3
| |
| − | | class=" " | 9
| |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" | | |
| − | |- class="even" | |
| − | | Row4 | |
| − | | class="sshl_f " | 3
| |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" |
| |
| − | |- class="odd" | |
| − | | class=" " | Row5
| |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" |
| |
| − | | 0
| |
| − | |- class="even" | |
| − | | Row6
| |
| − | | class="sshl_f" | | |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" |
| |
| − | | class="sshl_f" |
| |
| − | |}
| |
| | | | |
| | Where N1, N 2 ... are positive integers. | | Where N1, N 2 ... are positive integers. |
| | =AVEDEV (B2:B5) is 1.75 | | =AVEDEV (B2:B5) is 1.75 |