Documentation for smfJoin() function


Description

A utility function to join (i.e. "concatenate") a range of data together.

Syntax

    =smfJoin( Range, Delimiter )

Parameters

    
Range= a range of EXCEL cells to concatenate together.

Delimiter= a string to put in between each cell of the range when joining them.

Examples Usage notes