A resource for users and developers of Microsoft Excel |
|||||||||
| Email us your FAQ suggestion. |
|||||||||
Visit often ! Pages are updated daily. |
|||||||||
This is the Excel "How to" Frequently Asked Questions page |
|||||||||
Answers to Frequently Asked Questions about how to do common tasks in Microsoft Excel. |
|||||||||
Excel "How to" FAQs |
| How to return the last number and its cell address? |
| Example |
|
| Formulas |
Based on the list in column A of numeric and text values, the last numeric value, its row, and its address are returned by formulas in cells D2, E2, and F2. The formula in cell D2 which identifies the last number in column A is The formula in cell E2 which identifies the row of the last number in column A is The formula in cell F2 which identifies the address of the last number in column A is
Based on the list in column A of numeric and text values, the last text value, its row, and its address are returned by formulas in cells D3, E3, and F3. The formula in cell D3 which identifies the text value in column A is The formula in cell E3 which identifies the row of the last text value in column A is The formula in cell F3 which identifies the address of the last text value in column A is
Based on the list in column A of numeric and text values, the last value or either a number or text, its row, and its address are returned by respective formulas in cells D4, E4, and F4. The formula in cell D4 which identifies the last value of any type in column A is The formula in cell E4 which identifies the row of the last value of any type in column A is The formula in cell F4 which identifies the address of the last value of any type in column A is
|