hi
I try to update the last cell from column A. In the cell A1 I type the number 100, in the A5 number 200, a 25 150, a 80 number 29 and in cell A3 number 50. In A3 I made the last update and I want to show me in cell B1 the value 50 , where is the last updated cell.
I tried with the = VLOOKUP (1E + 99? A: A; 1) but it gives me the value from the last cell of the column.
with = INDEX (A:A; MATCH (TRUE; INDEX ((A:A < 0); 0); 0)) gives me the first cell of the column.
I don't want that. I want to find the last non-blank cell so that the B1 is updated automatically.
I try to update the last cell from column A. In the cell A1 I type the number 100, in the A5 number 200, a 25 150, a 80 number 29 and in cell A3 number 50. In A3 I made the last update and I want to show me in cell B1 the value 50 , where is the last updated cell.
I tried with the = VLOOKUP (1E + 99? A: A; 1) but it gives me the value from the last cell of the column.
with = INDEX (A:A; MATCH (TRUE; INDEX ((A:A < 0); 0); 0)) gives me the first cell of the column.
I don't want that. I want to find the last non-blank cell so that the B1 is updated automatically.