Windows XP, Excel 2007, sp2
I have a list of numbers which relate to cumulative payments per period.
Given we have 52 periods in the year,
The first few periods of the year may contain zero, and the final periods of the year (as yet) contain zero.
The values, although cumulative, may go down or up from one period to the next.
I want to find the last entered number in the list.
e.g. Typical example:
Col A, rows 1 to 52 will contain the integers 1 to 52
Col B rows 1 to 9 will contain 0
Col B rows 10 to 12 contain 23.50, 57.00, 36.50
Col B rows 13 to 52 will contain 0
The number I want from this list is 36.50 as that was the last entered value
I have no other indicator as to which period was the last period
I cannot obviosuly use MAX as the numbers may go down
Counting number of zeros is not helpful because zeros appear before and after our numbers.
any help appreciated.
Thanks
alan