Last Cell in Range Formula

RobertCotton

Board Regular
Joined
Nov 1, 2010
Messages
99
Good Morning.

I need a formula in Excel 2007 that will select the value in the last cell in a range of cells.

The spreadsheet data looks like this
A1=5
A2=10
A3=15
A4=8
A5=3

I want to use a formula on a seperate tab that will show the value in A5. Can anyone help me with this?

Thanks
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Good Morning.

I need a formula in Excel 2007 that will select the value in the last cell in a range of cells.

The spreadsheet data looks like this
A1=5
A2=10
A3=15
A4=8
A5=3

I want to use a formula on a seperate tab that will show the value in A5. Can anyone help me with this?

Thanks
Try this...

Assuming the data is on Sheet1.

=LOOKUP(1E100,Sheet1!A:A)
 
Upvote 0

Forum statistics

Threads
1,224,607
Messages
6,179,871
Members
452,948
Latest member
UsmanAli786

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