Using Excel.
In column a, I have a number on every 10th row(i.e. 10 in cell A10, 20 in cell A20, 30 in cell A30, etc).
I want to have a formula in cell B25 that says look in column A and give me or insert the first number I get to when I look at the cells above the current (formula) row number. In this example it would be starting from cell A25 thru A1.
In the above example, I am looking for a return value of "20".
If I had the same condition, but the formula was in cell B15 instead of B25, I would be looking for a return value of 10.
Note: Not using VBA if possible.
Any ideas?
Thanks