Breadcrumbs

SI.EMPLOYEENAME

Overview

The SI.EMPLOYEENAME function returns the employee name corresponding to one or more given employee IDs.

Syntax

=SI.EMPLOYEENAME(
    ConnectionName, 
    EmployeeId
)

Arguments

The SI. EMPLOYEENAME 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.

EmployeeID

Required

The ID number of the employee

Examples

Example 1

=SI.EMPLOYEENAME(
    "Sage", 
    "1000"
)


Description

Returns the name of the employee with the ID "1000".

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/ayYquSZYwI2JFA3QGNCoPylnj2nw-cv9fw.png
(in this example, the employee number is
accessed via a cell reference)


Example 2

=SI.EMPLOYEENAME(
    "Sage", 
    C2:C4
)


Description

Returns the name of the employees whose ID numbers are listed in cell C2 through C4.

Result

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


Example 3

=SI.EMPLOYEENAME(
    "Sage", 
    C2#
)


Description

Returns the name of all employee names whose ID numbers are displayed by the function in cell C2.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/ioTbJGvWHnykuQ-5b83UgTtTsZqs8i63bw.png