Difference between revisions of "Manuals/calci/SMALL"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">'''SMALL'''</font></font></font><font color="#7f7f7f"...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">'''SMALL'''</font></font></font><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2"> (</font></font></font><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">'''arr'''</font></font></font><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">,</font></font></font><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">'''j'''</font></font></font><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
<div style="font-size:30px">'''SMALL(ar,n)'''</div><br/>
 +
*<math>ar</math> is the array of numbers.
 +
*<math>n</math> is the position of a smallest number.
  
<font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">'''Where arr'''</font></font></font><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">   is an array and j is the position in the array or range of data to return.</font></font></font>
 
  
</div>
+
==Description==
----
+
*This function gives the n-th smllest value in given array of numbers. 
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">It calculates values with a particular relative standing in a data set </font></font></font>
+
*In <math>SMALL(ar,n), ar</math> is the array  or range of cells containing the data to be used in the function and <math>n</math> is the position of the smallest number.
 +
*This function can be used to find data based on relative size.
 +
*Here <math> SMALL(ar,1)</math> = Smallest value in the given set.
 +
*Suppose there is m number of data points in a given array, then <math>SMALL(ar,m)</math>= Larget value in the given set.
 +
*This function will give the result as error when
 +
  1. The ar values are empty.
 +
  2. n<=0 or n in greater than the number of data points.
  
<font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">i.e.the j-th smallest value in a data set. </font></font></font>
 
  
</div>
+
==Examples==
----
+
#Array={2,7,9,10,67,9,45,18,0,-1,-5,70,52,39}
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
=SMALL(F1:F14,2)=-1
 +
=SMALL(F1:F14,7)=9
 +
=SMALL(F1:F14,1)=-5
 +
=SMALL(F1:F14,14)=70
 +
#Array={-6,-12,-20,-10,-15,0,-25}
 +
=SMALL(E1:E7,4)=-12
 +
=SMALL(E1:E7,6)=-6
 +
#Array={1.2,1.5,1.25,1.62,1.521,1.7,1.76}
 +
=SMALL(B1:B7,6)=1.7
 +
=SMALL(B1:B7,8)=NAN
  
SMALL
 
  
</div></div>
+
==See Also==
----
+
*[[Manuals/calci/LARGE  | LARGE ]]
<div id="8SpaceContent" class="zcontent" align="left"><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">
+
*[[Manuals/calci/MAX  | MAX ]]
 +
*[[Manuals/calci/MIN  | MIN ]]
 +
*[[Manuals/calci/MEDIAN  | MEDIAN ]]
  
<font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">i.e=SMALL(C1R1:C1R9,3) is 9.</font></font></font>
 
  
</font></font></font></div>
+
==References==
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| class="  " | Column1
 
| class="    " | Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f  " | 13
 
| class="sshl_f" | 9
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 14
 
| class=" " |
 
|
 
|
 
|- class="odd"
 
| Row3
 
| class="sshl_f" | 15
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
| class="sshl_f" | 9
 
|
 
|
 
| class="  " |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" | 10
 
|
 
|
 
|
 
|- class="even"
 
| class="sshl_f" | Row6
 
| class="sshl_f" | 7
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f  " | Row7
 
| class="sshl_f" | 26
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="sshl_f" | Row8
 
| class="sshl_f" | 1
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f" | Row9
 
| class="sshl_f " | 17
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 04:10, 10 January 2014

SMALL(ar,n)


  • is the array of numbers.
  • is the position of a smallest number.


Description

  • This function gives the n-th smllest value in given array of numbers.
  • In is the array or range of cells containing the data to be used in the function and is the position of the smallest number.
  • This function can be used to find data based on relative size.
  • Here = Smallest value in the given set.
  • Suppose there is m number of data points in a given array, then = Larget value in the given set.
  • This function will give the result as error when
 1. The ar values are empty.
 2. n<=0 or n in greater than the number of data points.


Examples

  1. Array={2,7,9,10,67,9,45,18,0,-1,-5,70,52,39}

=SMALL(F1:F14,2)=-1 =SMALL(F1:F14,7)=9 =SMALL(F1:F14,1)=-5 =SMALL(F1:F14,14)=70

  1. Array={-6,-12,-20,-10,-15,0,-25}

=SMALL(E1:E7,4)=-12 =SMALL(E1:E7,6)=-6

  1. Array={1.2,1.5,1.25,1.62,1.521,1.7,1.76}

=SMALL(B1:B7,6)=1.7 =SMALL(B1:B7,8)=NAN


See Also


References