LOOP.INDEX
Returns the current index within processed loop element or #NA if loop is not available or not defined. Used to analyze Inbox loops.
info
The index is based to 1.
Syntax
=LOOP.INDEX()
Arguments
None
Return
| Type | Description | 
|---|---|
| Number | Number, representing current loop index. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | 2 | If second loop element is currently processed. |