I have a dynamic table and 4 named ranges coming from the table.
I have the following formula in the reference of the named range.
=OFFSET(Ledger!$B$2,0,0,COUNT(Ledger!$B$2:Ledger!$B$2001),1)
On a different sheet I have the following formula to add up the totals based on specific criteria.
=SUMIFS(Withdraws,notes,"="&$J4,Date,"<"&INDEX(DTlookup,MATCH($I$4,months,0),3),Date,">="&INDEX(DTlookup,MATCH($I$4,months,0),4))
I keep getting a value error. however if I change the named range reference to
=OFFSET(Ledger!$B$2,0,0,COUNT(Ledger!$B$2:Ledger!$B$66),1) *"the table currently stops at row 66"* the sumifs formula works but it stops being dynamic and does not grow when new entries are entered.
*note this is my first time trying to make a dynamic table or dynamic ranges.
any help would be much appreciated.
Bookmarks