My Problem:
I would like to make updating cells in google sheets based on the last input from a google form. Does somebody know a solution?
What I tried:
I made a query function that takes the form inputs and added a row next to the data that counts every input(=IF(B2="";"";1)than in the cell below(=IF(B3="";"";A2+1), so each new input has a higher value than the one bevor. Then I tried to write a function for a fixed cell that queries the inputs of the list in search for the highest value, but I can´t find a formula that worked.
Example:


