Return the Last Value

The following formula returns the last numerical or text value from A2:A10...
=LOOKUP(2,1/(A2:A10<>""),A2:A10)
Based on the sample data, the formula returns "C".
Sample Workbook: Download

The following formula returns the last numerical or text value from A2:A10...
=LOOKUP(2,1/(A2:A10<>""),A2:A10)
Based on the sample data, the formula returns "C".
Sample Workbook: Download