Difference between revisions of "Manuals/calci/EOMONTH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 48: Line 48:
 
  =EOMONTH(B1,-1) :Calculates last day of the month, 1 month before 12/12/2013. Returns ''Sat Nov 30 2013 17:42:39 EST-0500(Eastern Standard Time)''.
 
  =EOMONTH(B1,-1) :Calculates last day of the month, 1 month before 12/12/2013. Returns ''Sat Nov 30 2013 17:42:39 EST-0500(Eastern Standard Time)''.
 
  =EOMONTH(C1,3.5) :Calculates last day of the month, 3 months after 4/20/2008. Returns ''Thu Jul 31 2008 17:43:43 GMT-0400(Eastern Daylight Time)''.
 
  =EOMONTH(C1,3.5) :Calculates last day of the month, 3 months after 4/20/2008. Returns ''Thu Jul 31 2008 17:43:43 GMT-0400(Eastern Daylight Time)''.
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|XqJJ1S8ENs4|280|center|EOMONTH}}
  
 
== See Also ==
 
== See Also ==

Revision as of 13:14, 25 April 2015

EOMONTH(sd,m)

  • where is the starting date
  • is the number of months that can be positive or negative.

EOMONTH() displays the serial number of the last day of the month before or after the specified number of months.

Description

EOMONTH(sd,m)

For Example,

EOMONTH("12/12/2013",1) returns Fri Jan 31 2014 17:29:48 GMT-0500(Eastern Standard Time)

This is the last day of the month, one month after the starting date .

  • The function initially calculates the actual month by adding or subtracting the specified month from the starting date, and displays the last day of that month.
  • Argument should be entered in a date format, using DATE function, or as a result of any other function.
  • If is not a valid date, Calci displays #NULL error message.
  • If plus number of months mentioned, is not a valid date, Calci displays #NULL error message.
  • The number of months can be positive or negative.
  • Positive value of adds up the months from and displays future date, while negative value of subtracts the months from and displays past date.
  • If is a non-integer, it is truncated.
  • If is omitted, Calci assumes it to be '0' i.e. last day of the same specified month is displayed.

Examples

1/1/2010
12/12/2013
4/20/2008
=EOMONTH(A1,6) :Calculates last day of the month, 6 months after 1/1/2010. Returns Sat Jul 31 2010 17:39:30 GMT-0400(Eastern Daylight Time).
=EOMONTH(B1,-1) :Calculates last day of the month, 1 month before 12/12/2013. Returns Sat Nov 30 2013 17:42:39 EST-0500(Eastern Standard Time).
=EOMONTH(C1,3.5) :Calculates last day of the month, 3 months after 4/20/2008. Returns Thu Jul 31 2008 17:43:43 GMT-0400(Eastern Daylight Time).

Related Videos

EOMONTH

See Also

References