Insert Table Name

BluesBros

New Member
Joined
Jan 16, 2005
Messages
42
I've a spreadsheet with data where the number of rows changes on a regular basis. This currently means that I have to amend a couple of table ranges on a regular basis. Is it possible to have these formula update automatically when the spreadsheet is opened?

=OFFSET(Data!$A$1,0,0,COUNTA(Data!$A$1:$A$100),COUNTA(Data!$1:$1))

also

=OFFSET(Data!$A$2,0,0,COUNTA(Data!$A$2:$A$100),COUNTA(Data!$1:$1))
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
What's the problem with the definitions you have? ( apart from the fact that the second one appears to be counting 1 too many columns )
 
Upvote 0
I keep having to manually adjust this part A$1:$A$100

Currently, its looking at the first 100 rows, tomorrow it could 98 or 53500

I was hoping to find away to have the range adjust automatically.
 
Upvote 0
If you make it 65536 you'll never have to change it again.
 
Upvote 0

Forum statistics

Threads
1,214,593
Messages
6,120,434
Members
448,961
Latest member
nzskater

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