XL3Jsonify transforms an array into a JSON string.

The source array can optional be filtered based on a column tracking changed values (used in conjunction with XL3TrackChanges). XL3Jsonify is often used as an argument for XL3RunSQLProc2 to pass a JSON structure to an SQL Stored Procedure.

XL3Jsonify( Input, Filter )

ParameterDescription
InputThe range to watch for changes.
FilterThe range (column) that contains TRUE values to corresponding changed rows.

Rows of the $E$7:$I$12 range for which the cell value is equal to TRUE for the same row in the $J$8:$J$12 range are returned as a JSON string.