Example.csv | 199B | |
Example.iok | 8K |
SCRIPT(`
var val = "";
do {
val = formula("CELL([Field1],"+currentrow+")");
currentrow--;
} while(!val && currentrow>0)
val;
`, "currentrow", CURRENTROW())
Auto fill empty cells from prev.iok | 9K | |
Example.csv | 199B |
It looks like you're new here. If you want to get involved, click one of these buttons!