HI
I am using ...INDEX({Hailo}, MATCH(MAX(COLLECT({Cumulative counter}, {Tech name}, @cell = [WTG 2]90)), {Cumulative counter}, 0)) .... function , to get last updated cell from form .
but if i didnt fill every cells in row the smartsheet will take now row with empty cell for ex :
row 1: name /age/gender
after get update from form and just update the age :
new row 1 : new name /age(empty)/gender (empty)
and the sheet what i take information to will show::
row1: new name /invalid data (bcz its empty from source)