Breadcrumbs

SI.EXPANDPROJECTESTIMATETYPERANGE

Overview

The PROJECTESTIMATETYPERANGE function returns an Excel array showing the Project Estimate Types defined within Sage Intacct.


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

Syntax

=EXPANDPROJECTESTIMATETYPERANGE(
    ConnectionName,
    Range
)

Arguments

The EXPANDPROJECTESTIMATETYPERANGE 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.

Range

Optional

A range filter specifying the Estimate Types to be displayed

(see Filtering Techniques for Velixo Functions)

Examples

A named range ("Connection") has been used for the ConnectionName argument in these examples


Example - All estimate types

=EXPANDPROJECTESTIMATETYPERANGE(
    Connection
)


Description

Returns all project estimate types defined in the specified connection


Result

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


Example - Estimate types starting with specific characters

=EXPANDPROJECTESTIMATETYPERANGE(
    Connection,
    "Cur?"
)


Description

Returns all project estimate types starting with the letters CUR


Result

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


Example - Exclude one or more types from the list

=EXPANDPROJECTESTIMATETYPERANGE(
    Connection,
    "*;-draft;-backlog"
)


Description

Returns all project estimate types except Draft and Backlog


Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/vo1IulYkqlxbURUBhwKGE3SGMEn0vyFrXw.png
(a cell reference has been used for the Range argument in this example)