Find Last Cell

aj_walters

New Member
Joined
Mar 11, 2002
Messages
2
Hi All

This is probably a simple question,

I have a number of sheets that have cash book entries in, what I need to be able to do is find the last entry in the balance column, and transfer this to the next workbook, the problem I have is that some months are busier than others, so the workbook can have any thing from 20 – 150 entries in it !!


Please help
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
On 2002-04-30 05:16, aj_walters wrote:
Hi All

This is probably a simple question,

I have a number of sheets that have cash book entries in, what I need to be able to do is find the last entry in the balance column, and transfer this to the next workbook, the problem I have is that some months are busier than others, so the workbook can have any thing from 20 – 150 entries in it !!


Please help

Supposing that the balance column is E (adjust to suit if not), use:

=INDEX(E:E,MATCH(9.99999999999999E+307,E:E)

will give you the last numeric entry.
 
Upvote 0

Forum statistics

Threads
1,214,621
Messages
6,120,563
Members
448,972
Latest member
Shantanu2024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top