Difference between revisions of "Manuals/calci/TOQUARTER"

From ZCubes Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div style="font-size:30px">'''TOQUARTER (QuarterIndex)'''</div><br/>
 
<div style="font-size:30px">'''TOQUARTER (QuarterIndex)'''</div><br/>
*<math>QuarterIndex</math> is the value of the co-ordinates.
+
*<math>QuarterIndex</math> is the month number.
 +
 
 
==Description==
 
==Description==
*This function is showing the quadrnt of the given numbers.
+
*This function is showing the quarter  of the given numbers.
*In <math>TOQUARTER(QuaterIndex)</math>,<math>QuaterIndex</math> are the values of x and y.
+
*In <math>TOQUARTER(QuaterIndex)</math>,<math>QuaterIndex</math> are the numbers of the month.
*There are four quadrant values.
+
*There are four quarter values.
*The two axes divide the plane into four sections called quadrants.  
+
*A three-month period on a financial calendar that acts as a basis for the reporting of earnings.
*The quadrants will starting at the positive x-axis and going around anti-clockwise.
+
*A quarter refers to one-fourth of a year and is typically expressed as "Q."
*The axes of the numbers are defined in the form(x,y).
+
*The four quarters that make up the year are
*So we will get the Quadrant values in the following way:
+
  Quarter 1:January,February and March.
  Quadrant 1:(x,y)(positive x and Positive y)
+
  Quarter 2:April,May and June
  Quadrant 2:(-x,y)(Negative x and Positive y)
+
  Quarter 3: July,August and September
  Quadrant 3:(-x,-y)(Negative x and Negative Y)
+
  Quarter 4:October,November and December.
  Quadrant 4:(x,-y)(Positive x and Negative y).
 
*So using this function we can find the given numbers are in which quadrant.
 
  
 
==Examples==
 
==Examples==
 +
#TOQUARTER(4) = Q2
 +
#TOQUARTER(10) = Q4
 +
#TOQUARTER([3,6,9,11])
 +
  QuarterIndex  TOQUARTER
 +
  3                Q1
 +
  6             Q2
 +
  9                Q3
 +
  11                Q4
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=24jr3ZUbQS4|280|center|Quarter}}
  
 
==See Also==
 
==See Also==
Line 25: Line 36:
  
 
==References==
 
==References==
*[https://en.wikipedia.org/wiki/Quadrant Quardrant]
+
*[http://www.investopedia.com/terms/q/quarter.asp?lgl=v-table Quarter]
 +
 
 
*[[Z_API_Functions | List of Main Z Functions]]
 
*[[Z_API_Functions | List of Main Z Functions]]
 
 
*[[ Z3 |  Z3 home ]]
 
*[[ Z3 |  Z3 home ]]

Latest revision as of 06:22, 26 May 2020

TOQUARTER (QuarterIndex)


  • is the month number.

Description

  • This function is showing the quarter of the given numbers.
  • In , are the numbers of the month.
  • There are four quarter values.
  • A three-month period on a financial calendar that acts as a basis for the reporting of earnings.
  • A quarter refers to one-fourth of a year and is typically expressed as "Q."
  • The four quarters that make up the year are
Quarter 1:January,February and March.
Quarter 2:April,May and June
Quarter 3: July,August and September
Quarter 4:October,November and December.

Examples

  1. TOQUARTER(4) = Q2
  2. TOQUARTER(10) = Q4
  3. TOQUARTER([3,6,9,11])
 QuarterIndex  	TOQUARTER
  3                 Q1
  6	            Q2
  9                 Q3
 11                 Q4

Related Videos

Quarter

See Also

References