Difference between revisions of "Manuals/calci/EDATE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...")
 
 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''EDATE (start_date,months)'''</div><br/>
 +
*<math>start-date</math> is the starting date
 +
*<math>months</math> is the number of months with <math>+</math> or <math>-</math>
 +
**EDATE(), returns the serial number of the date that is the indicated number of months before or after the start date.
 +
  
Syntax
+
==Description==
 +
*This function gives the date that is mentioned number of months before or after a specified <math>start-date</math>.
 +
*<math>start-date</math> must be entered in DATE function format or we can enter with in double quotes(" ").For e.g EDATE("1/2/1990",2). 
 +
*<math>months</math> represents the number of months before or after the start date <math>start-date</math>.
 +
*If <math>months</math> is positive then the function will display after the <math>start-date</math> or future date
 +
*If <math>months</math> is negative then the function will display before the <math>start-date</math> or past date.
 +
*It is used to calculate maturity dates or due dates that fall on the same day of the month as the date issue.
 +
*We can use the DD/MM/YYYY format also. For Example:"14/5/2005[DD/MM/YYYY]".
 +
*This function will show the result as error when
 +
1.The <math>start-date</math> is not a valid date, or if it is not in the DATE function format.
 +
2.<math>months</math> is not an Integer.
  
</div></div>
+
==Examples==
----
 
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
  
Examples
+
#EDATE("1/1/1910",2) = 03/01/1910
 
+
#EDATE("5/4/1897",5) = 10/04/1897
</div></div>
+
#EDATE(TODAY()) = 02/23/2022
----
+
#EDATE(TODAY(),2.5) = 05/08/2022
<div id="8SpaceContent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman">''''''''''''<font size="6"> </font>''' '''''''''</font>'''</div></div>
+
#EDATE(TODAY(), 2,"week") = 03/09/2022
----
+
#EDATE(TODAY(), 2.5,"week") = 03/12/2022
<div id="11SpaceContent" align="left"><div class="ZEditBox mceEditable" align="justify">
+
#EDATE(TODAY(), -13.5,"week") = 11/20/2021
 
+
#EDATE(NOW(),1,"week"= 03/02/2022
<font size="5">Description</font>
+
#EDATE(NOW(),1..5,"quarter")
 
+
{| class="wikitable"|-
</div></div>
+
!start_date !! months!! otherperiodtag!! EDATE
----
+
|-
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="6" face="Arial, sans-serif"><font size="6">'''EDATE '''</font></font>
+
| Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) || 1 || quarter || 05/23/2022
 
+
|-
'''<font size="6" face="Arial"></font>'''
+
| Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) || 2 ||quarter|| 08/23/2022
 
+
|-
</div></div>
+
| Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) || 3 || quarter || 11/23/2022
----
+
|-
<div id="7SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
+
| Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) || 4 || quarter || 02/23/2023
 
+
|-
'''<font color="#484848"><font face="Arial, sans-serif"><font size="2">EDATE</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(sd,</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">M</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">)</font></font></font>'''
+
| Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) || 5 || quarter || 05/23/2023
 +
|}
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">where sd</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">  is a date that represents the start date and M is the number of months before or after start_date. </font></font></font>
+
==Related Videos==
  
</div></div>
+
{{#ev:youtube|jKfcBVNSXtA|280|center|EDATE}}
----
 
<div id="1SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">It gives the serial number that represents the date that is the indicated number of months before or after a specified date (the start date). It is used to calculate maturity dates or due dates that fall on the same day of the month as the date of issue.</font></font></font></div></div>
 
----
 
<div id="9SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's see an example in Column1Row1</font></font></font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">I.e. C1R1 = 07/14/2007</font></font></font>
+
==See Also==
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">I.e. =EDATE(C1R1,1) is Tue Aug 14 00:00:00 UTC+0530 2007(the date one month after the date above)</font></font></font>
+
*[[Manuals/calci/DATE  | DATE ]]
 +
*[[Manuals/calci/DAYS360  | DAYS360]]
 +
*[[Manuals/calci/DATEVALUE  | DATEVALUE]]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">example2</font></font></font>
+
==References==
 +
*[https://support.google.com/docs/answer/3092974?hl=en Edate]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">///rly</font></font></font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=EDATE(C1R1,-1) is Thu Jun 14 00:00:00 UTC+0530 2007(the date one month before the date above)</nowiki></font></font></font>
 
  
</div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE3" class="SpreadSheet blue"
+
*[[Z_API_Functions | List of Main Z Functions]]
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 07/14/2007
 
| class="sshl_f" | Tue Aug 14 00:00:00 UTC+0530 2007
 
| class="sshl_f" | Thu Jun 14 00:00:00 UTC+0530 2007
 
| class="sshl_f  " |
 
|- class="even"
 
| class="  " | Row2
 
| class="                                                  " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| Row3
 
| class="  SelectTD" |
 
<div id="4Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="4Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| class=" " |
 
| class=" " |
 
| class="f52543                              " |
 
| class=" " |
 
|- class="even"
 
| Row6
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|}
 
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 03:57, 23 February 2022

EDATE (start_date,months)


  • is the starting date
  • is the number of months with or
    • EDATE(), returns the serial number of the date that is the indicated number of months before or after the start date.


Description

  • This function gives the date that is mentioned number of months before or after a specified .
  • must be entered in DATE function format or we can enter with in double quotes(" ").For e.g EDATE("1/2/1990",2).
  • represents the number of months before or after the start date .
  • If is positive then the function will display after the or future date
  • If is negative then the function will display before the or past date.
  • It is used to calculate maturity dates or due dates that fall on the same day of the month as the date issue.
  • We can use the DD/MM/YYYY format also. For Example:"14/5/2005[DD/MM/YYYY]".
  • This function will show the result as error when
1.The  is not a valid date, or if it is not in the DATE function format.
2. is not an Integer.

Examples

  1. EDATE("1/1/1910",2) = 03/01/1910
  2. EDATE("5/4/1897",5) = 10/04/1897
  3. EDATE(TODAY()) = 02/23/2022
  4. EDATE(TODAY(),2.5) = 05/08/2022
  5. EDATE(TODAY(), 2,"week") = 03/09/2022
  6. EDATE(TODAY(), 2.5,"week") = 03/12/2022
  7. EDATE(TODAY(), -13.5,"week") = 11/20/2021
  8. EDATE(NOW(),1,"week") = 03/02/2022
  9. EDATE(NOW(),1..5,"quarter")
start_date months otherperiodtag EDATE
Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) 1 quarter 05/23/2022
Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) 2 quarter 08/23/2022
Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) 3 quarter 11/23/2022
Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) 4 quarter 02/23/2023
Wed Feb 23 2022 14:16:56 GMT+0530 (India Standard Time) 5 quarter 05/23/2023

Related Videos

EDATE

See Also

References