Return value in last column of row in table

nmbell

New Member
Joined
Oct 27, 2015
Messages
10
Office Version
  1. 365
Platform
  1. Windows
Good morning. I am trying to find out if there is a formula to always return number in the last column of a row in a table. I am trying to pull information from TabA into another data set in TabB. The issue is that the table in TabA is currently only 100 columns wide but will continue to get wider. I want the information in TabB to always come from the last column in each row of TabA regardless of the changing columns. Is there a formula that will do this so we don't have to continually update the reference in TabB as the table in TabA grows? For example the first reference in my data on TaB says ='TabA'!DR8. When TabA has grown, and the last column is now say FR8, is there a formula to automatically now pull that? If it helps, the data in TabA is a table named Variance.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Also what is the name of the table in TabA?
 
Upvote 0
Thank you. I have updated my account details. I am using WIndows and on 365. My table name on TabA is Variance
 
Upvote 0
Ok, how about
Excel Formula:
=INDEX(TAKE(Variance,,-1),ROWS(A$2:A2))
 
Upvote 0

Forum statistics

Threads
1,215,102
Messages
6,123,097
Members
449,096
Latest member
provoking

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