Find last number in a column...

Mykro

Active Member
Joined
Oct 17, 2002
Messages
337
I have workbook with 3 different sheets that are I'm using as check registers. I want to create a sheet that will tally the running balances across of each of those sheets. So the question is: How do I reference the last number in a column?

Thanks
 
The (A2:A1000>0) produces an array (list) of True or Falses. 1/True = 1 but 1/False = Error (ie a DIV0! as FALSE is equivalent to 0). So you end up with a list of 1s and error values. The 2 gets looked up against this list and returns the last valid number 9which is a 1 - the errors are ignored). The value in the corresponding lookup range (also A2:A1000) is then returned.

Make sense?


Yep.. Thanks
 
Upvote 0

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.

Forum statistics

Threads
1,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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