njws said:Here's a challege, what if the data is horizontal instead of vertical? I used =HLOOKUP(9.99999999E+307,2:2,1) for the last item, but the -1 doesn't work in this situation.
njws said:That one (=LOOKUP(9.9999999999999E+307,2:2)-1) takes the last value and subtracts one.
njws said:Using firefytr's formula is there a way to return the second to last value? I'm specifically interested in the numeric version.
Ultimate goal: Return the last value, the second to last value, and the change between the two.