last item in a column

Caius

New Member
Joined
Apr 14, 2004
Messages
10
Hi there, it's me again, Excel n00b.

Just wondering if there's a formula for retrieving the last item in a column and then storing that value into another cell?

:p
 

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
Caius said:
Hi there, it's me again, Excel n00b.

Just wondering if there's a formula for retrieving the last item in a column and then storing that value into another cell?

:p

Is it text or numeric?
 
Upvote 0
an example...
Book5
ABCD
15lastnumberlasttext
242a
36
4pop
5lol
67
74
82
9a
Sheet1


text formula is:

=VLOOKUP(REPT("z",255),A:A,1)

numerical formula is:

=VLOOKUP(9.99999999E+307,A:A,1)
 
Upvote 0
Hot **** you guys are fast. I sure hope you're getting paid to answer these questions. If you're not, you should be!

(y)
 
Upvote 0
Brian from Maui said:
Caius said:
Hi there, it's me again, Excel n00b.

Just wondering if there's a formula for retrieving the last item in a column and then storing that value into another cell?

:p

Is it text or numeric?

:LOL: :LOL:
 
Upvote 0
Using firefytr's formula is there a way to return the second to last value? I'm specifically interested in the numeric version.

Ultimate goal: Return the last value, the second to last value, and the change between the two.
 
Upvote 0

Forum statistics

Threads
1,214,375
Messages
6,119,166
Members
448,870
Latest member
max_pedreira

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