How to insert a row into a data sheet or worksheet and update the referenced cells in the other worksheets

vladi305

Board Regular
Joined
Jan 12, 2023
Messages
88
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
I'm trying to pull data needed from a worksheet (Data) and update the other sheets automatically or by refreshing but what is doing is changing the absolute reference cells on the other sheets from A$1 to A$2 when a new row is inserted into Data sheet. I tried moving the data to one of the actual sheets and still changing the from 1 to 2

Im trying to avoid using Power Query

This will be the first function on I4 and it should be Data!B1 NOT Data!B2
=COUNTIF(Data!B2:F33,[@Ball])

On M4 I got this and it's changing as well
=INDEX(A:A,AGGREGATE(15,6,ROW(A$1:A$366)/(B$1:F$366=[@Ball]),1))

Thanks in advance
 

Attachments

  • sheetAB.jpg
    sheetAB.jpg
    163.4 KB · Views: 5

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Glad we could help & thanks for the feedback.
 
Upvote 0
Glad we could help & thanks for the feedback.
You're very welcome. It saves me hours of work weekly, that extra time will be useful to analyze the data. When I win big I'll remember the guys that helped me on this forum
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

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