G
Guest
I am referencing cells in Sheet1 to pick up values from cells in Sheet2. Cells in Sheet2 are filled every few minutes with numerical data from a web query. Sheet1 rows are filled downwards row by row, as new data is received in Sheet2.
In Sheet1, I need the latest moving value to appear at the bottom of each column, Taking the sample array in A1:A4, I have tried
OFFSET(A1, MATCH(MAX(A1:A4)+1,A1:A4,1)-1,0)
at the bottom of each column.
However, the referencing formulas sitting in unfilled intervening cells in the lower part of columns are recognised as zeros by this formula. So the answer becomes zero always. Is there a way I could get the formula to ignore these formulas sitting in the cells and pick up the most recently received row value ? My values are between 1 and 1000.
Thanks for any help.
In Sheet1, I need the latest moving value to appear at the bottom of each column, Taking the sample array in A1:A4, I have tried
OFFSET(A1, MATCH(MAX(A1:A4)+1,A1:A4,1)-1,0)
at the bottom of each column.
However, the referencing formulas sitting in unfilled intervening cells in the lower part of columns are recognised as zeros by this formula. So the answer becomes zero always. Is there a way I could get the formula to ignore these formulas sitting in the cells and pick up the most recently received row value ? My values are between 1 and 1000.
Thanks for any help.