This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:concepts:djeeniformula [2023/07/25 00:06] tiger [Djeeni formula extensions overview] |
en:concepts:djeeniformula [2023/07/26 14:41] (current) tiger [Last row in a column] |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| | Last column with data in row 1 | [# | | Last column with data in row 1 | [# | ||
| | Last column with data in a specific row | [# | | Last column with data in a specific row | [# | ||
| + | | First column after last with data in row 1 | [# | ||
| + | | First column after last one with data in a specific row | [# | ||
| | Last row with data in column A | [#RowEnd] or #RowEnd | - | [$wsName!C**# | | Last row with data in column A | [#RowEnd] or #RowEnd | - | [$wsName!C**# | ||
| | Last row with data in a specific column | [# | | Last row with data in a specific column | [# | ||
| + | | First row after the last one with data in column A | [#RowNext] or #RowNext | - | [$wsName!C**# | ||
| + | | First row after the last one with data in a specific column | [# | ||
| | Current row/column of the innermost Row/Column List | [#] or # | - | [$wsName!F**# | | Current row/column of the innermost Row/Column List | [#] or # | - | [$wsName!F**# | ||
| | Current row/column of a specified Row/Column List | [# | | Current row/column of a specified Row/Column List | [# | ||
| Line 110: | Line 114: | ||
| < | < | ||
| [$wsExample!C[# | [$wsExample!C[# | ||
| + | </ | ||
| + | |||
| + | ===== Next row in a column ===== | ||
| + | |||
| + | You can find the next row after the last one with data in column A by typing **[# | ||
| + | |||
| + | < | ||
| + | [$wsExample!C# | ||
| + | </ | ||
| + | |||
| + | You can refer to the first row after the last one with data of any column by typing **[# | ||
| + | |||
| + | < | ||
| + | [$wsExample!C[# | ||
| </ | </ | ||
| Line 124: | Line 142: | ||
| < | < | ||
| [$wsExample![# | [$wsExample![# | ||
| + | </ | ||
| + | |||
| + | ===== Next column in a row ===== | ||
| + | |||
| + | You can find the first column after the last one with data in row 1 by typing **[# | ||
| + | |||
| + | < | ||
| + | [$wsExample!# | ||
| + | </ | ||
| + | |||
| + | You can refer to the last column of any row by typing **[# | ||
| + | |||
| + | < | ||
| + | [$wsExample![# | ||
| </ | </ | ||