Using Index with nested small, not updating when I insert row of data on the reference page

dpnyc

New Member
Joined
Mar 18, 2015
Messages
1
Hi, I have this code that looks to my sheet with Cash Flow Transactions, and returns values associated with the date range (O7 = beginning date), if not it returns the period end date (P3). When I insert a row in my Cash Flow Transactions Page the formula does not update for the new row (instead it skips a row). Does anyone have any ideas on how I can fix it? The problem part of the function is:ROW('Cash Flow Transactions'!A1)),COLUMN(('Cash Flow Transactions'!A1))) which is what is skipping when I insert, and returning a ref# if I delete.

=IFERROR(INDEX('Cash Flow Transactions'!$A$4:$A$313,SMALL(IF(($O$7<='Cash Flow Transactions'!$A$4:$A$313)*($P$3>='Cash Flow Transactions'!$A$4:$A$313),MATCH(ROW('Cash Flow Transactions'!$A$4:$A$313),ROW('Cash Flow Transactions'!$A$4:$A$313))),ROW('Cash Flow Transactions'!A1)),COLUMN(('Cash Flow Transactions'!A1))),$P$3)

Thanks!
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,223,248
Messages
6,171,021
Members
452,374
Latest member
keccles

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