ASYNC
Executes given function asynchronously.
Syntax
=ASYNC(Function)
Arguments
| Name | Type | Description | 
|---|---|---|
| Function | Function | The function to execute asynchronously. | 
Return
| Type | Description | 
|---|---|
| String | Returns the function result or #PENDING if executed function is not yet resolved. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | Does not wait for parse function to return |