Hi, I currently use MAX to return the last number returned in a column of equations. I have introduced another element and now MAX is not suitable. How can I return the last number calculated in that column???
Hi, I currently use MAX to return the last number returned in a column of equations. I have introduced another element and now MAX is not suitable. How can I return the last number calculated in that column???
=lookup(9.99999999999999e+307,a:a)
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
The following formula will return the last numerical value in column E on sheet1:
INDEX(Sheet1!$E:$E,MATCH(9.99999999999999E+307,Sheet1!$E:$E))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks