Find the last used cell by starting from the top and going down.

johndrew

Board Regular
Joined
Apr 21, 2007
Messages
100
Fellows I need to find the last used row by starting in B1 and going down.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
See if one of the formulas below gives you what your looking for.

Formula in D1 will give you the last row number that's not blank
Formula in D2 will give value in last cell
Formula in D3 will give you the cell address

The formulas in D1 and D3 are array formulas and must be entered with CTRL-SHIFT-ENTER.

Excel Workbook
ABCDEF
13412Last Row #
289rtLast Value
3$B$12Cell address
4fg
5hj
63454
73
8rt45
9
105667
11455
12rt
13
Sheet3
 
Upvote 0
What I need is to find the last used row
Add another Row
Draw a Line on top of this new row
Sum Columns B,C, D
Name the Last Cell in Column D as Grand Total
Put Grand Total In Cell D1 ( I could have up to 100 entries) so they can easily see the Total Cost
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,547
Members
449,089
Latest member
davidcom

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