In a column of entries I would like to find the first entry in the column and return the value from another column, but in the same row. The same would apply to the last entry in the column.
Example:
1
2 6
3 7
4 8
5
First entry 6 return value 2
Last entry 8 return value 3
Thanks
Bookmarks