PowerUp Description

The pwrRANDOMNAME PowerUp function returns a randomly generated name.

PowerUp Syntax

pwrRANDOMNAME(type, gender)

The pwrRANDOMNAME PowerUp function has the following arguments:

type – Optional. Choices are “FULL”, “FIRST” and “LAST”. The default value is “FULL”.

gender – Optional. Choices are “MALE”, “FEMALE” and “MIX”. The default value is “MIX” and will return a mixture of male and female names.

Return Value

pwrRANDOMNAME will return a randomly generated name matching the arguments if provided.

Remarks

None.

Examples

=pwrRANDOMNAME()

Will return a randomly generated name.

=pwrRANDOMNAME("FIRST")

Will return a randomly generated first name and may be either male or female.

=pwrRANDOMNAME("FULL", "FEMALE")

Will return a randomly generated full name. First name will be female.

pwrRANDOMNAME video
pwrRANDOMNAME in action

Leave a Reply

Your email address will not be published. Required fields are marked *