Absolute cell changes when I insert a row

MonBarks

New Member
Joined
Oct 4, 2020
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hello Gurus,
I'm using this formula =SUMIFS('Weekly Invoices Record'!J5:J2045,'Weekly Invoices Record'!A5:A2045,'Create New Weekly Invoice '!$J$5:$J$5) which works fine until I insert a row in the Weekly Invoices Record sheet, then it starts looking on row 6, instead of 5, even though it was an absolute reference. I think I might need to use INDIRECT within my SUMIFS formula, but I just can't get my head around the syntax. Please help !!
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
=SUMIFS( 'Weekly Invoices Record'!J5:J2045,'Weekly Invoices Record'!A5:A2045,INDIRECT("'Create New Weekly Invoice '!J"&ROW(A5)))
 
Upvote 0
=SUMIFS( 'Weekly Invoices Record'!J5:J2045,'Weekly Invoices Record'!A5:A2045,INDIRECT("'Create New Weekly Invoice '!J"&ROW(A5)))

Thank you so much, it works perfectly. I was getting in such a pickle with "Indirect" all over the place :))
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,020
Members
448,939
Latest member
Leon Leenders

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