Dynamic range?!
I´ll try to give an example on what I would like to do:
Sheet A, my data containing sheet fill in e.g. orders, date of order, accounts, invoice dates, cost etc e.g:
Row Order no Account Company Order date Order sum payment plan date actual invoice date actual invoice cost
97 711364-000 156010112461 Rexel 2017-02-08 357,72 sek 2018-02-15 2017-02-09 357,72 kr
Sheet B contains the summary for each year, month and accounts e.g:
In cell AV7 I have written used this formula to extract correct accounts, year and month: =SUMPRODUCT((MONTH(Orders!$H$2:$H$97)=AV$6)*(YEAR(Orders!$H$2:$H$97)=$AV$4)*(Orders!$C$2:$C$97=$D$7)*(Orders!$G$2:$G$97))
If I then fill in a new order, row 98 I would like to automatically get the bold numbers, end of Range to be updated to 98
I would like perform this without using macro if psosible, how?
I´ll try to give an example on what I would like to do:
Sheet A, my data containing sheet fill in e.g. orders, date of order, accounts, invoice dates, cost etc e.g:
Row Order no Account Company Order date Order sum payment plan date actual invoice date actual invoice cost
97 711364-000 156010112461 Rexel 2017-02-08 357,72 sek 2018-02-15 2017-02-09 357,72 kr
Sheet B contains the summary for each year, month and accounts e.g:
In cell AV7 I have written used this formula to extract correct accounts, year and month: =SUMPRODUCT((MONTH(Orders!$H$2:$H$97)=AV$6)*(YEAR(Orders!$H$2:$H$97)=$AV$4)*(Orders!$C$2:$C$97=$D$7)*(Orders!$G$2:$G$97))
If I then fill in a new order, row 98 I would like to automatically get the bold numbers, end of Range to be updated to 98
I would like perform this without using macro if psosible, how?