I need to retreive the value of the last non-blank cell in a row and the value juste above it.
For the value of the last non-blank cell I'm using this formula: =LOOKUP(2;1/(Sheet1!E73:DV73<>"");Sheet1!E73:DV73)
The formula works well but I don't really understand why. I found it in the following thread:
http://www.excelforum.com/excel-gene...-in-range.html
Now I need the value of the cell juste above. I thought I would retrieve the position of the last non-blank cell as found in the previous exemple and then use a match-index combination to get the value one row higher but I can't find a way to do it. Probably because I don't really get the first formula I'm using.
Any ideas?
Bookmarks