New Numbers App: Last entered number in a column

In the new Numbers app on a Mac, I want to transfer the last entered number in a column of a table to another cell. In the old Numbers I used the offset formula, but that is not working in the new version. Does anyone have a solution for this?

MacBook Air, macOS 26.2

Posted on Feb 18, 2026 3:27 PM

Reply
Question marked as Top-ranking reply

Posted on Feb 18, 2026 4:56 PM

New version since what?


The last major change to Numbers was 14.4, which added a number of array-based functions that changed how some formulas worked (e.g. they'd return a range of cells rather than a single value), and there's been much discussion over them, and how to reconcile the differences.


If you're talking about upgrading to the latest 15.1 version, there are no significant formula changes from 14.4, so whatever worked then should continue to work.


You're also lacking details of what does happen now. Do you get any value? an error? the wrong/unexpected value? that could be key in tracking down what's going on.


It might also help to show the formula you're using. It's also worth noting there are several ways of 'getting the last value in a column. My personal favorite is TAKE():


=TAKE(TOROW(B,3),1,−1)


This first converts all the values in column B into an array (while skilling blank and error cells), and then takes the last item, but there are other options, too.

2 replies
Question marked as Top-ranking reply

Feb 18, 2026 4:56 PM in response to tduensing

New version since what?


The last major change to Numbers was 14.4, which added a number of array-based functions that changed how some formulas worked (e.g. they'd return a range of cells rather than a single value), and there's been much discussion over them, and how to reconcile the differences.


If you're talking about upgrading to the latest 15.1 version, there are no significant formula changes from 14.4, so whatever worked then should continue to work.


You're also lacking details of what does happen now. Do you get any value? an error? the wrong/unexpected value? that could be key in tracking down what's going on.


It might also help to show the formula you're using. It's also worth noting there are several ways of 'getting the last value in a column. My personal favorite is TAKE():


=TAKE(TOROW(B,3),1,−1)


This first converts all the values in column B into an array (while skilling blank and error cells), and then takes the last item, but there are other options, too.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

New Numbers App: Last entered number in a column

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.