Breadcrumbs

SI.PERIODENDDATE

Overview

The SI.PERIODENDDATE function returns the start date of the specified reporting period.

Syntax

=SI.PERIODENDDATE(
    ConnectionName, 
    ReportingPeriod
)

Arguments

The SI. PERIODENDDATE function uses the following arguments:

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

ReportingPeriod

Optional

The name of the reporting period(s) for which we want to determine the ending date

Examples

Example #1

=SI.PERIODENDDATE(
    "Sage", 
    A2
)


Description
Returns the ending date for the reporting period listed in cell A2

Results

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/8bzEnslR0SQ11Rp1vfnqLk5sTyhNA2FJbA.png

Example #2

=SI.PERIODENDDATE(
    "Sage", 
    A2#
)


Description
Returns the ending date for each of the reporting periods listed by the array function in cell A2.

Results

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/1C3MdejozJ2mwO78erI7kz95Go1WBNlOhQ.png