Hi,
I would like use a dynamic named range as a pivot table source with but pull only rows within a date range, specified in two cells outside the table
The full range is:
=OFFSET(Expenses!$B$2,0,0,COUNTA(Expenses!$B:$B),16)
...where col B contains dates
I'm thinking it probably needs to be using INDEX & MATCH, but I keep getting stuck on how to specify a range between two dates, instead of just matching a specific date.
Could somebody point me in the direction please?
Thanks very much.
I would like use a dynamic named range as a pivot table source with but pull only rows within a date range, specified in two cells outside the table
The full range is:
=OFFSET(Expenses!$B$2,0,0,COUNTA(Expenses!$B:$B),16)
...where col B contains dates
I'm thinking it probably needs to be using INDEX & MATCH, but I keep getting stuck on how to specify a range between two dates, instead of just matching a specific date.
Could somebody point me in the direction please?
Thanks very much.