Functions

After installing Muna, additional functions become accessible.

You can not call these global muna functions in the Muna sheet!

 

MunaGetOwner(secret)

Returns the owner of a Muna secret.

Sample usage

MunaGetOwner(A2)

Syntax

MunaGetOwner(secret)

  • secret - a cell which contains a secret

Examples

 

MunaGetComment(secret)

Returns the comment of a Muna secret.

Sample usage

MunaGetComment(A2)

Syntax

MunaGetComment(secret)

  • secret - a cell which contains a secret

Examples

 

MunaGetDescription(secret)

Returns the description of a Muna secret.

Sample usage

MunaGetDescription(A2)

Syntax

MunaGetDescription(secret)

  • secret - a cell which contains a secret

Examples

MunaGetSecretMembers(secret)

Returns the member(s) and group(s) who has access to a Muna secret.

Sample usage

MunaGetSecretMembers(A2)

Syntax

MunaGetSecretMembers(secret)

  • secret - a cell which contains a secret

Examples

Â